Re: [Rd] boolean and logical types -draft

2025-02-03 Thread Prof Brian Ripley via R-devel
Sent in error (and not moderated). On 03/02/2025 17:36, Prof Brian Ripley via R-devel wrote: Tomas, I am thinking of writing something for R-devel, and hope to have your input first. I get moderated on R-devel as I am now subscribed as brian.ripley@R- project.org which of course I cannot

[Rd] boolean and logical types -draft

2025-02-03 Thread Prof Brian Ripley via R-devel
work using the same compiler, but I could not find that documented and see signs that e) might differ in C17 and C23 modes. I need to look again at the C and C++ standards which with my vision I need to do in very small chunks. Oh for the vision I once had! -- Brian D. R

Re: [Rd] Suggestion to emphasize Rboolean is unrelated to LGLSXP in R-exts

2025-02-03 Thread Prof Brian Ripley via R-devel
ults to C23. We will back that out pending further testing. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] 64bit integers

2025-01-26 Thread Prof Brian Ripley via R-devel
in R? It would have been helpful to tell us what you wanted to do with them. Thank you for your time! Kind regards, Tony -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __

Re: [Rd] Build error with gcc 15

2025-01-15 Thread Prof Brian Ripley via R-devel
in R devel. If this is the case, it would be great if you could provide a patch that I can apply to v4.4.2 until the next R release (or maybe I should just specify an older C standard?). Look at the definition of NORET in R_ext/Error.h. You want r87411; r87411 | ripley | 2024-12-01 10:11:10 +

Re: [Rd] Error compiling 87283 on Windows 10 using Rtools4.4 6335-6327

2024-10-31 Thread Prof Brian Ripley via R-devel
. This is known for an LTO build with gcc 14.2.x -- not normally used on Windows though. It is a over-aggressive warning, one we are working on for R-devel. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __

Re: [Rd] Consider getNamespaceVersion() returning a numeric_version

2024-10-17 Thread Prof Brian Ripley via R-devel
first. That makes changing the return value too disruptive. If the issue is only comparison, getNamespaceVersion's return value could be given a class and an Ops group method, but the existence of compareVersion() makes that less compelling. -- Brian D. Ripley, rip.

Re: [Rd] config.site settings for M3 Mac typo in manual?

2024-05-20 Thread Prof Brian Ripley via R-devel
ever, the gfortran build recommended in the manual is quite old and this has apparently differed by GCC version (and is not documented in the 'man gfortran' I have). I'll change the manual to mention both forms, and that it is only sometimes needed (not on my cur

Re: [Rd] paths capability FALSE on devel?

2024-03-27 Thread Prof Brian Ripley via R-devel
. See the posting guide for the "at a minimum" information you also did not provide -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.or

Re: [Rd] Advice debugging M1Mac check errors

2024-02-06 Thread Prof Brian Ripley via R-devel
ggests we get about 20 a year with M1mac numerical issues, about half of which were mirrored on the x86_64 'noLD' checks. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford _

Re: [Rd] system()/system2() using short paths of commands on Windows?

2023-10-30 Thread Prof Brian Ripley
e a shell. The 'original motivation' was to work reliably! Back in the days of Windows 95 when many parts of Windows only supported 8+3 names. Regards, Yihui [[alternative HTML version deleted]] Please do re-read the posting guide. It has ' been so for 20

Re: [Rd] FYI: daily R source tarballs from ETH: *.xz instead of *.bz2)

2023-09-11 Thread Prof Brian Ripley
. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Installation of R-4.3.1 with intel 2022

2023-07-18 Thread Prof Brian Ripley
the correct recipient, you are kindly requested to notify the sender immediately, to cancel it and not disclose the contents to any other person. [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-dev

Re: [Rd] Building R from source always fails on tools:::sysdata2LazyLoadDB

2023-05-31 Thread Prof Brian Ripley
/src/R-devel/src/library/utils/R/sysdata.rda","../../../library/utils/R") zsh: killed R_DEFAULT_PACKAGES=NULL ../../../bin/R --vanilla or simply tools:::sysdata2LazyLoadDB zsh: killed R_DEFAULT_PACKAGES=NULL LC_ALL=C R_ENABLE_JIT=0 TZ=UTC ../../../bin/R If it is mac

Re: [Rd] R-4.2.3 build from source on Windows (w Rtools42) - lto1.exe error

2023-05-10 Thread Prof Brian Ripley
stat.ethz.ch/mailman/listinfo/r-devel -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Let R compile for libcurl8 ?

2023-04-03 Thread Prof Brian Ripley
On 03/04/2023 15:24, Detlef Steuer wrote: Am Mon, 3 Apr 2023 15:13:58 +0100 schrieb Prof Brian Ripley : On 03/04/2023 14:07, Detlef Steuer wrote: Hi! The same Inar reported for rawhide (https://stat.ethz.ch/pipermail/r-devel/2023-March/082482.html) is true for SuSE's distros. Right

Re: [Rd] Let R compile for libcurl8 ?

2023-04-03 Thread Prof Brian Ripley
to R 4.2.3 patched although possibly untested there.) -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] CRAN package eaf

2023-03-14 Thread Prof Brian Ripley
it is the compiler and not your fault. We would like you to file a bug report specifically about your code and get agreement from the GCC developers that this is their bug. Best wishes, Manuel. On 01/03/2023 17:02, Prof Brian Ripley wrote: Dear maintainer, Please see the problems shown

Re: [Rd] Compiling R-devel on older Linux distributions, e.g. RHEL / CentOS 7

2023-02-07 Thread Prof Brian Ripley
compiler. There are a lot of R users still on RHEL 7, so it would be great to know what to expect for the next release. an D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-proje

Re: [Rd] A potential POSIXlt->Date bug introduced in r-devel

2022-10-12 Thread Prof Brian Ripley
Ripley wrote: On 06/10/2022 09:41, Berwin A Turlach wrote: G'day all, On Thu, 6 Oct 2022 10:15:29 +0200 Martin Maechler wrote: Davis Vaughan on Wed, 5 Oct 2022 17:04:11 -0400 writes: > # Weird, where is the `NA`? > as.Date(x) > #> [1] "2013-01-31&quo

Re: [Rd] A potential POSIXlt->Date bug introduced in r-devel

2022-10-06 Thread Prof Brian Ripley
Berwin __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Making CRAN memory access checks more accessible?

2022-03-02 Thread Prof Brian Ripley
LLVM documentation for supported platforms, but its implementation clearly differs.) -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https

Re: [Rd] minor CRAN issue

2022-02-28 Thread Prof Brian Ripley
, however: tmt%  diff survival.Rcheck/survival-Ex.Rout survival/tests/Examples/survival-Ex.Rout.save 3926c3926 < Time elapsed:  10.328 0.133 10.461 0 0 --- > Time elapsed:  10.399 0.08 10.48 0 0 Very minor. Not a CRAN issue (R CMD check is not from CRAN). Looks like you did not follow

Re: [Rd] build failure: 'hashtab' is not an exported object from 'namespace:utils'

2021-12-16 Thread Prof Brian Ripley
1 make[1]: Leaving directory '/home/steve/build/r-devel/src' make: *** [Makefile:61: R] Error 1 I then did `make clean', ran configure and make again, and got the same failure. Is this a known issue and is there a fix? Steve Berman __ R

Re: [Rd] Dropping RHS of a formula using NULL assignment

2021-12-14 Thread Prof Brian Ripley
as calls and expressions. Pairlists are coerced to lists for extraction by ‘[’, but all three operators can be used for replacement. Cheers, Matt ~~ Matthew Blackwell Associate Professor of Government Harvard University https://www.mattblackwell.org -- Brian D. Ripley,

Re: [Rd] [External] svd For Large Matrix

2021-08-13 Thread Prof Brian Ripley
emory not mapped' Traceback: 1: La.svd(x, nu, nv) 2: svd(test) -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Double to uint64_t on M1

2021-08-12 Thread Prof Brian Ripley
R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r

Re: [Rd] Bracketed paste issues on Linux

2021-06-15 Thread Prof Brian Ripley
R=nl_NL.UTF-8   LC_NAME=C >   [9] LC_ADDRESS=C   LC_TELEPHONE=C > [11] LC_MEASUREMENT=nl_NL.UTF-8 LC_IDENTIFICATION=C > > attached base packages: > [1] stats graphics  grDevices utils datasets methods   base > > loaded via a namespace (and not attached): > [1] c

Re: [Rd] Status of "**" operator

2021-05-22 Thread Prof Brian Ripley
pted for all of 2021. As it is deprecated and AFAIK untested, it could be broken at any time. OTOH, no one has mentioned in my hearing a wish to actually remove it. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford _

Re: [Rd] Apple M1 CRAN checks

2021-02-22 Thread Prof Brian Ripley
. Travers [[alternative HTML version deleted]] Please do re-read the posting guide (and 'Writing R Extensions'). Also, this is not r-package-devel -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford

Re: [Rd] Compression (really about LazyDate)

2021-02-19 Thread Prof Brian Ripley
ression specified by LazyDataCompression is relevant. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] issue with print()ing multibyte characters on R 4.0.4

2021-02-17 Thread Prof Brian Ripley
like a line in the iswprint table got deleted in the merge from R-devel. I will try to set up some automated checks to see if I can find any other problems, but that will take a few days. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, Universi

Re: [Rd] Does type raw really have no ordering?

2021-02-08 Thread Prof Brian Ripley
AaBb some AB...ab and some locales even sort aAbB (although I have never seen that recommended for human usage). -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r

Re: [Rd] Does parallel::mclapply work under emulation (Rosetta 2) on Apple Silicon?

2021-01-15 Thread Prof Brian Ripley
2)? Has anyone tested this? Yes: I have no idea why you would think otherwise. All mclapply uses is forking, and the OS on an M1 Mac is the same as that on a (Big Sur) Intel Mac (in many cases literally the same, with the same bi-arch executables). -- Brian D. Ripley, rip...

Re: [Rd] Unicode characters in ISO8859-15 locale

2020-12-18 Thread Prof Brian Ripley
pected, as this is an area being worked on (to try to remove some system-dependent behaviour). However, I cannot reproduce this easily: chartr("\u2019", "'", "abc\u2019") [1] "abc'" As I say, work in progress. -- Brian D. Ripley,

Re: [Rd] R-devel crash

2020-12-18 Thread Prof Brian Ripley
fc058512c8) at ../csu/libc-start.c:308 #23 0x0040107a in _start () __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Brian D. Ripley, rip...@s

Re: [Rd] UTF-8 characters in Rd files

2020-12-17 Thread Prof Brian Ripley
, and Rd2pdf would just read it in with readRenviron(). -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listi

Re: [Rd] Specifying C Standard in Package's Makevars File

2020-09-29 Thread Prof Brian Ripley
. That is, it is rare to actually need to specify C11 mode. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Compilation error for R 4.0.2

2020-07-11 Thread Prof Brian Ripley
-libpng --with-jpeglib --with-libtiff --with-ICU --with-pic --with-x --with-lapack --with-pcre2 I also appended the corresponding config.log: It did not get through the filters. Thank you, Wim -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Sta

Re: [Rd] tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"

2020-06-12 Thread Prof Brian Ripley
t;) png(filename = fname, width = 500, height = 500, type="cairo") hist(rnorm(20)) dev.off() library(tcltk) tkimage.create("photo", file = fname) works for me on Catalina. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, Univer

Re: [Rd] CRAN checks and ASAN

2020-06-11 Thread Prof Brian Ripley
ng memory leaks. We know R has 'leaks': it does not release memory in use right up to the end (and some OS things do too). -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford ___

Re: [Rd] r-project.org SSL certificate issues

2020-06-09 Thread Prof Brian Ripley
ifferent one (3 packages by the same author misusing RCurl to set a <= 2014 root certificate bundle) is seen only on Fedora. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __

Re: [Rd] valgrind false positive on R startup?

2020-06-09 Thread Prof Brian Ripley
It is known, with a known workaround, see e.g. https://www.stats.ox.ac.uk/pub/bdr/memtests/README.txt . Set suppressions in ~/.valgrindrc, e.g. the CRAN check machine has --suppressions=/data/blackswan/ripley/wcsrtombs.supp It is an issue in your OS (glibc), not TRE nor R. On 10/06/2020 00

Re: [Rd] GCC warning

2020-05-23 Thread Prof Brian Ripley
0-92 050663 Bucharest sector 5 Romania https://adriandusa.eu -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] dbinom link

2020-05-18 Thread Prof Brian Ripley
R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Brian D. Ripley, rip...@stats.ox.ac.uk Eme

Re: [Rd] Rtools and R 4.0.0?

2020-04-06 Thread Prof Brian Ripley
ple's lives get more complicated. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] status of Java & rJava?

2020-03-28 Thread Prof Brian Ripley
ina.] -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] ASAN error with R-devel

2019-07-02 Thread Prof Brian Ripley
X11.so.6+0x5a984) SUMMARY: AddressSanitizer: heap-use-after-free (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x5a0f6) -- The window with a choice of machines never appeared. Terry T. [[alternative HTML version deleted]] _____

Re: [Rd] r-project.org dns

2019-06-27 Thread Prof Brian Ripley
have been restarted and DNS is slowly recovering (including delivering your message). -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https

Re: [Rd] rgl install for R 3.7

2019-06-02 Thread Prof Brian Ripley
onfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig /usr/local/clang8/bin/clang++ -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Users/ripley/R/R-devel/lib -L/usr/local/clang8/lib -L/usr/local/lib -o rgl.so ABCLine

Re: [Rd] Feature request: make file.exists interruptable

2019-04-16 Thread Prof Brian Ripley
me implies). Perhaps you could give us some idea of what you are trying to do and how many files take how many seconds on what OS/filesystem. For completeness, dir.exists() can be used with more than one path and potentially has the same issue. -- Brian D. Ripley, rip...@stat

Re: [Rd] Development version of R fails tests and is not installed

2019-03-05 Thread Prof Brian Ripley
aspects of the RNG were changed in r76160: to isolate change that you can (with current R-devel) use setenv _R_RNG_VERSION_ 3.5.0 and re-check. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford ___

Re: [Rd] svg ignores cex.axis in R3.5.1 on macOS

2018-09-06 Thread Prof Brian Ripley
der Windows 7 nor an old version of R on my Mac. Thanks. Spencer Thanks, Spencer Graves -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-dev

Re: [Rd] "utils::file.edit" does not understand "editor" with additional arguments

2018-08-29 Thread Prof Brian Ripley
dit(".Rprofile", editor="'subl -n'") sh: 'subl -n': command not found Warning message: error in running command However, the interesting bit happens when I run edit(1:10, editor="'subl -n’") It does open Sublime Text. It seems that `file.edit`

Re: [Rd] longint

2018-08-16 Thread Prof Brian Ripley
that int is 32 bit and will not compile without it (src/main/arithmetic.c) ... so int and int32_t are the same on all platforms where the latter is defined. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistic

Re: [Rd] longint

2018-08-15 Thread Brian Ripley
> On 15 Aug 2018, at 12:48, Duncan Murdoch wrote: > >> On 15/08/2018 7:08 AM, Benjamin Tyner wrote: >> Hi >> In my R package, imagine I have a C function defined: >> void myfunc(int *x) { >>// some code >> } >> but when I call it, I pass it a pointer to a longint instead of a >

Re: [Rd] CRAN: Update protocol buffers on macOS? (for RProtoBuf)

2018-07-07 Thread Prof Brian Ripley
p you with that, and it is most effective to contact him directly. RProtoBuf does not compile on macOS against the current/latest version 3.6.0 of protobuf (sic), and I have reported to the maintainer. It did compile against 3.5.1, and you could compile from sources yourself. -- Brian D. R

Re: [Rd] Building R from source with the PGI compiler

2017-12-21 Thread Prof Brian Ripley
for a long time, the probably-stale info was removed. It looks like the info was added in late 2005, so you could try grabbing R sources from, say, 2007. Sincerely, Erin -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of O

Re: [Rd] R CMD check warning about compiler warning flags

2017-12-20 Thread Prof Brian Ripley
sed to generate the configure script) but I'd prefer to leave the library's code untouched if possible. You don't need to (and most likely should not) use the C[XX]FLAGS it generates ... just use the flags which R passes to the package to use. -Winston -- Brian D

Re: [Rd] javareconf issue

2017-10-27 Thread Prof Brian Ripley
Done.* [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford _

Re: [Rd] Incorrect Import by Data for CSV File

2017-09-25 Thread Prof Brian Ripley
It really isn't clear why anyone would want to use anything other than the second option (.rda) for data() unless other manipulations are needed (e.g. to attach a package). But that option was not part of the original implementation. -- Brian D. Ripley, rip...@stats.ox.ac.uk

Re: [Rd] R and Visual Studio

2017-09-20 Thread Brian Ripley
> On 19 Sep 2017, at 11:53, lille stor wrote: > > Hi, > > I am trying to build R using Visual Studio 2010 but without success. My > question is if it possible build R with this compiler anyway? It has been done, in the distant past. However, none of the attempts produced a build which coul

Re: [Rd] configure.ac

2017-08-01 Thread Prof Brian Ripley
in advance! [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] special latin1 do not print as glyphs in current devel on windows

2017-08-01 Thread Prof Brian Ripley
"" "" > Encoding(.Last.value) [1] "latin1" "unknown" "unknown" as expected. Again, this is not the case with iconv() x_iutf8 <- iconv(x, to = "UTF-8") Encoding(x_iutf8) x_inat <- iconv(x_iutf8, from = "UTF-8") E

Re: [Rd] Solaris SPARC testbed

2017-07-11 Thread Prof Brian Ripley
ed power outage, and it seems unlikely it can be resurrected. But questions about CRAN should be sent to CRAN, and you should give credit where it is due if you discuss such services in public fora. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics

Re: [Rd] LC_TIME not set correctly by Sys.setlocale() ?

2017-06-23 Thread Prof Brian Ripley
ench_Belgium.1252 [3] LC_MONETARY=French_Belgium.1252 LC_NUMERIC=C [5] LC_TIME=French_Belgium.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] shiny_1.0.3 loaded via a namespace (and not attached): [1] compiler_3.4

Re: [Rd] v3.4.0-2 incompatible with gcc 7.1

2017-06-23 Thread Prof Brian Ripley
ler version any time soon, and if there are any other workarounds than having two versions of the compiler. Thanks. Chris [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listin

Re: [Rd] R history: Why 'L; in suffix character ‘L’ for integer constants?

2017-06-16 Thread Prof Brian Ripley
leted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel [[alternative HTML version deleted]] ______ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listi

Re: [Rd] Creating a private CRAN with webpages

2017-06-09 Thread Prof Brian Ripley
: CRAN too does not appreciate HTML mail. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] [R] Somewhat obscure bug in R 3.4.0 building from source

2017-05-22 Thread Prof Brian Ripley
(+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com [[alternative HTML version deleted]] ______ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Pr

Re: [Rd] tempdir() may be deleted during long-running R session

2017-04-21 Thread Prof Brian Ripley
- print(tempdir()) # [1] "/tmp/user/1069138/RtmpGc9M5z" identical(a, b) # [1] TRUE dir.exists(b) # [1] FALSE -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Intel MKL compiling issue

2017-04-20 Thread Prof Brian Ripley
read -lmkl_core -lpthread -lm" Many thanks, Jing Hua [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Brian D. Ripley, rip...@stats.ox.ac.u

Re: [Rd] Q: Windows/readline: missing history search

2017-04-18 Thread Prof Brian Ripley
not so much used on Unix nowadays). Finally I'd like if Rgui would remember the state of the MDI main window (maximized or not, maybe position and size also): Currently it always starts maximized. AFAIR that is part of the configuration you can save. Regards, Ulrich -- Brian D

Re: [Rd] mean(x) != mean(rev(x)) different with x <- c(NA, NaN) for some builds

2017-03-31 Thread Prof Brian Ripley
s, has been discussed previously, but I cannot locate it. Is the above a bug in R, a FAQ, a build error, overzealous compiler optimization, and / or ...? Thanks, Henrik -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, Universit

Re: [Rd] Error "Warning in read_symbols_from_dll(so, rarch): this requires 'objdump.exe' to be on the PATH

2017-03-21 Thread Prof Brian Ripley
te: it is part of GNU Bintools, hence bundled with gcc in Rtools. So is 'nm', which may appear in a similar message (and on Windows means 'nm.exe'). -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __

Re: [Rd] Incompatible change in R-devel

2017-03-21 Thread Prof Brian Ripley
On 21/03/2017 16:38, Dirk Eddelbuettel wrote: Hi Brian, On 21 March 2017 at 07:29, Prof Brian Ripley wrote: | As of today's commit r72375 all packages with native-routine | registration of C or Fortran routines need to be reinstalled in R-devel | (and that include some of the recomm

[Rd] Incompatible change in R-devel

2017-03-21 Thread Prof Brian Ripley
CRAN/BioC packages can be reinstalled. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Test suite failures in R-devel_2017-02-25_r72256

2017-02-28 Thread Prof Brian Ripley
ame) : there is no package called 'MASS' | Calls: asNamespace ... tryCatch -> tryCatchList -> tryCatchOne -> | Execution halted I hope this helps! Best regards, Peter [1] http://nixos.org/ __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Registration of native routines

2017-02-19 Thread Prof Brian Ripley
On 14/02/2017 16:25, Prof Brian Ripley wrote: Registration of 'native routines' (entry points in compiled code loaded into R) has been available for over 14 years, ... (There are reports that the check in 'R CMD check' on Windows sometimes fails to detect use of registra

Re: [Rd] Registration of native routines

2017-02-14 Thread Prof Brian Ripley
On 14/02/2017 17:28, Avraham Adler wrote: On Tue, Feb 14, 2017 at 11:25 AM, Prof Brian Ripley wrote: Registration of 'native routines' (entry points in compiled code loaded into R) has been available for over 14 years, but few packages make use of it (less than 10% of those on

[Rd] Registration of native routines

2017-02-14 Thread Prof Brian Ripley
eck' on Windows sometimes fails to detect use of registration. This is being looked into: meanwhile say so in a CRAN submission if it happens to you.) [*] R CMD check output is unchanged. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied St

Re: [Rd] Grapics Device Resolution Limits

2017-02-10 Thread Prof Brian Ripley
On 10/02/2017 19:27, Prof Brian Ripley wrote: Note that there are at least 5 separate png() devices, so Linux was not using the (default) device used on Windows. In general, the device-limits info is not on the help page because we do not know it. On Windows the default device limits depend on

Re: [Rd] Grapics Device Resolution Limits

2017-02-10 Thread Prof Brian Ripley
gratefully accept them.. Martin Maechler >> sessionInfo() > R version 3.3.2 Patched (2017-02-07 r72138) > Platform: i386-w64-mingw32/i386 (32-bit) > Running under: Windows 7 (build 7601) Service Pack 1 > -- > Dari

Re: [Rd] changes in src/unix/system.c break builds on FreeBSD

2017-02-09 Thread Prof Brian Ripley
on or can test something. Many thanks in advance, Rainer Hurling __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford

Re: [Rd] Subject: Milestone: 10000 packages on CRAN

2017-01-29 Thread Prof Brian Ripley
x27;, at a time when there were 3200 CRAN packages. My expectation was to be much farther off -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing

Re: [Rd] Definition of uintptr_t in Rinterface.h

2017-01-01 Thread Prof Brian Ripley
t for the issue: https://bitbucket.org/rpy2/rpy2/issues/389/failed-to-compile-with-python-360-on-32 ) Laurent -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.o

Re: [Rd] syntax difference clusterExport in parallel and snow

2016-12-13 Thread Prof Brian Ripley
ly loaded snow, then clusterExport failed because we had "varlist" and not "list". Are these different on purpose? Yes. ('list' is an unhelpful name for an argument that is not a list.) -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Pro

Re: [Rd] Different results for cos,sin,tan and cospi,sinpi,tanpi

2016-12-01 Thread Prof Brian Ripley
! At the moment, I'm not sure where we should go. Of course, I could start experiments using my own 'Rmpfr' package where I can (with increasing computational effort!) get correct values (for increasingly larger arguments) but at the moment, I don't see

Re: [Rd] [parallel-package] feature request: set default cluster type via environment variable

2016-11-24 Thread Prof Brian Ripley
S # we want this: export MC_CLUSTER_TYPE=FORK Rscript /path/to/script.R | Best Regards ​ -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list

Re: [Rd] grep

2016-10-03 Thread Prof Brian Ripley
ative HTML version deleted]] This is a non-HTML list, as the posting guide told you. And using a real name adds credibility. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __

Re: [Rd] library() asks user to accept license of some built-in packages

2016-10-02 Thread Prof Brian Ripley
checkLicense(). Rather, the analysis code has been told about the current licence for standard packages. Also, in find.package(), the shortcut list of standard packages is missing "compiler". Which was intentional when the code was written (it is just a shortcut) but as 'compile

Re: [Rd] R without graphics

2016-05-23 Thread Prof Brian Ripley
experimenting with a compiler that cannot compile the Objective-C file, qdCocoa.m, and I don't need graphics for this experiment. Max OS X El Capitan, R-3.2.4. Thanks Mick Jordan -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statist

Re: [Rd] Submitting an updated package version to CRAN (Warning: non-ASCII characters)

2016-05-23 Thread Prof Brian Ripley
hams site ( http://r-pkgs.had.co.nz/release.html), but could not determine if this was appropriate for version update submissions as well. There is a list for discussing package preparation, r-package-devel. Thank you for sharing any advice! -- Brian D. Ripley, rip...@sta

Re: [Rd] Max OSX 3.3.0 and lzma

2016-05-05 Thread Prof Brian Ripley
.. Thanks Mick Jordan __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford ___

Re: [Rd] R process killed when allocating too large matrix (Mac OS X)

2016-05-05 Thread Prof Brian Ripley
ings do reserve excessive amounts of VM that they do not use and so cannot be run under a sensible limit. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-proje

Re: [Rd] Is it possible to increase MAX_NUM_DLLS in future R releases?

2016-05-04 Thread Prof Brian Ripley
times in the past. (Note too that DLLs can be removed as well as added, another point of coding errors.) Patches to the R sources (development trunk in subversion at https://svn.r-project.org/R/trunk/ ) are very welcome! Martin Maechler ETH Zurich & R Core Team -- Brian D. Ripley,

Re: [Rd] R-exts update for new *check* argument in R 3.3.0

2016-04-20 Thread Prof Brian Ripley
-help includes --ignore-vignettesskip all tests on vignettes [This is really intended for those doing automated checking, not end users.] -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford

Re: [Rd] Building R-patched and R-devel fails

2016-04-17 Thread Prof Brian Ripley
o contain the following line at the end among the "Hardcoded dependencies": survival.ts: Matrix.ts Cheers, Berwin __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Brian D. Ripley,

[Rd] Avoid texinfo 6.1

2016-02-22 Thread Prof Brian Ripley
complete workaround for R-devel and 3.2.4. -- Brian D. Ripley, rip...@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] R Package Installation Ignores libPaths Setting

2016-02-18 Thread Prof Brian Ripley
h is being ignored when the package is attempted to be loaded at the end of the installation process. How can the installation be successful ? -- Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia -- Brian D. Ripley,

  1   2   3   4   5   6   7   8   9   10   >