Re: [Rd] segfault issue with parallel::mclapply and download.file() on Mac OS X

2018-10-05 Thread Seth Russell
Jeroen/Tomas, Thanks for the additional follow-ups. As shown in my original post, I am on macOS 10.12.6. I was using the command line version of R to get the error message I sent; I also get similar problems when running via GUI tools such as RStudio. I have co-workers who are only using macOS and

[Rd] Redundant code in 'split.default' in R devel

2018-10-05 Thread Suharto Anggono Suharto Anggono via R-devel
After r75387, function 'split.default' in R devel still has this part that no longer has effect. lf <- levels(f) y <- vector("list", length(lf)) names(y) <- lf __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-dev

Re: [Rd] [R] Bug : Autocorrelation in sample drawn from stats::rnorm (hmh)

2018-10-05 Thread Annaert Jan
On 05/10/2018, 09:45, "R-help on behalf of hmh" wrote: Hi, Thanks William for this fast answer, and sorry for sending the 1st mail to r-help instead to r-devel. I noticed that bug while I was simulating many small random walks using c(0,cumsum(rnorm(10))). The

Re: [Rd] Seg fault stats::runmed

2018-10-05 Thread Martin Maechler
> Hilmar Berger > on Fri, 5 Oct 2018 10:17:49 +0200 writes: > Dear all, I just found this issue: > I just found this issue: > dd1 = c(rep(NaN,82), rep(-1, 144), rep(1, 74)) > xx = runmed(dd1, 21) >> R crashes reproducibly in R 3.4.3, R3.4.4 (Ubuntu 14.04/Ubuntu

Re: [Rd] [R] Bug : Autocorrelation in sample drawn from stats::rnorm (hmh)

2018-10-05 Thread hmh
I got it ! thanks and sorry for annoying you with that. have a nice day, hugo On 05/10/2018 11:16, Deepayan Sarkar wrote: > On Fri, Oct 5, 2018 at 2:07 PM hmh wrote: >> On 05/10/2018 10:28, Annaert Jan wrote: >>> you discard any time series structure; >> But that is PRECISELY what a call a

[Rd] Dots are not fixed by make.names()

2018-10-05 Thread Kirill Müller
Hi It seems that names of the form "..#" and "..." are not fixed by make.names(), even though they are reserved words. The documentation reads: > [...] Names such as ".2way" are not valid, and neither are the reserved words. > Reserved words in R: [...] ... and ..1, ..2 etc, which are used

Re: [Rd] [R] Bug : Autocorrelation in sample drawn from stats::rnorm (hmh)

2018-10-05 Thread Deepayan Sarkar
On Fri, Oct 5, 2018 at 2:07 PM hmh wrote: > > On 05/10/2018 10:28, Annaert Jan wrote: > > you discard any time series structure; > But that is PRECISELY what a call a bug: > There should not be any "time series structure" in the output or rnorm, > runif and so on but there is one. > > rnorm(N,0,1)

Re: [Rd] unable to load shared object

2018-10-05 Thread Paul Johnson
Hm. I cannot find it now, but I saw notes about problems with Onedrive, maybe also Dropbox, because file paths are not exactly what r expects. Usually I have package library as local folder. Did your R choose that location automatically? Paul Johnson University of Kansas On Fri, Oct 5, 2018, 3:01

[Rd] Seg fault stats::runmed

2018-10-05 Thread Hilmar Berger
Dear all, I just found this issue: dd1 = c(rep(NaN,82), rep(-1, 144), rep(1, 74)) xx = runmed(dd1, 21) -> R crashes reproducibly in R 3.4.3, R3.4.4 (Ubuntu 14.04/Ubuntu 16.04) With GDB: Program received signal SIGSEGV, Segmentation fault. swap (l=53, r=86, window=window@entry=0xc59308, outlis

Re: [Rd] unable to load shared object

2018-10-05 Thread Witold E Wolski
Thanks for asking. The path where R tries to load the dll from does not exist I think (or the install process deletes it after the error - might this be the case?): C:/Users/wewol/OneDrive/Documents/R/win-library/3.5/grpc/libs/x64/grpc.dll' When I am checking after the error that path is only val