Re: [Rd] R doesn't compile on FreeBSD 10.2

2015-09-01 Thread Davor Cubranic
I tried "./configure --with-internal-tzcode && make", but it caused problems seemingly with any parsing of time. Example: ~/R-3.2.2$ make check Testing examples for package ‘base’ Testing examples for package ‘tools’ Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone '' Warning in

Re: [Rd] Has the changelog for R-devel and R-patched moved?

2015-09-01 Thread Duncan Murdoch
On 01/09/2015 11:05 AM, Avraham Adler wrote: > On Tue, Sep 1, 2015 at 10:57 AM, peter dalgaard wrote: >> >> On 01 Sep 2015, at 16:21 , Avraham Adler wrote: >> >>> Hello. >>> >>> There used to be changelog of sorts for R-devel [1] and R-release [2]. >>> Neither have been updated since 2015-07-24.

Re: [Rd] Has the changelog for R-devel and R-patched moved?

2015-09-01 Thread peter dalgaard
> On 01 Sep 2015, at 17:05 , Avraham Adler wrote: >> > > Yes, understood. The reason the changlog is prefereable is that the > NEWS is cumulative, and does not indicate changes between > R-patched_2015-08-26 and R-patched_2015-08-27. Whereas more > information can be gleaned from the changelog

Re: [Rd] R doesn't compile on FreeBSD 10.2

2015-09-01 Thread Prof Brian Ripley
The datetime.R issue looks familiar. Darwin (the basis for OS X) copied a lot of things from FreeBSD, bugs and all. So I expect the same remedy applies (http://cran.r-project.org/doc/manuals/r-patched/R-admin.html#OS-X): 'Configure option --with-internal-tzcode is the default on OS X, as the

Re: [Rd] Has the changelog for R-devel and R-patched moved?

2015-09-01 Thread Avraham Adler
On Tue, Sep 1, 2015 at 10:57 AM, peter dalgaard wrote: > > On 01 Sep 2015, at 16:21 , Avraham Adler wrote: > >> Hello. >> >> There used to be changelog of sorts for R-devel [1] and R-release [2]. >> Neither have been updated since 2015-07-24. Have these moved >> elsewhere, or are they no longer b

Re: [Rd] Has the changelog for R-devel and R-patched moved?

2015-09-01 Thread peter dalgaard
On 01 Sep 2015, at 16:21 , Avraham Adler wrote: > Hello. > > There used to be changelog of sorts for R-devel [1] and R-release [2]. > Neither have been updated since 2015-07-24. Have these moved > elsewhere, or are they no longer being updated? Presumably, something that used to happen daily o

Re: [Rd] Has the changelog for R-devel and R-patched moved?

2015-09-01 Thread Duncan Murdoch
On 01/09/2015 10:21 AM, Avraham Adler wrote: > Hello. > > There used to be changelog of sorts for R-devel [1] and R-release [2]. > Neither have been updated since 2015-07-24. Have these moved > elsewhere, or are they no longer being updated? They haven't moved, but occasionally the updates get br

Re: [Rd] R doesn't compile on FreeBSD 10.2

2015-09-01 Thread Davor Cubranic
I tried compiling using GCC. First, I changed config.site to: ~/R-3.2.2$ svn diff config.site Index: config.site === --- config.site (revision 69236) +++ config.site (working copy) @@ -278,3 +278,8 @@ ## Path to the version of pkg-c

[Rd] lazy loading in SparkR

2015-09-01 Thread Tóth Zoltán
Hi, I'm using SparkR and R won't read the promises from the SparkR package, only if I run lazyLoad manually. .libPaths(c(file.path(Sys.getenv("SPARK_HOME"), "R", "lib"), .libPaths())) print(.libPaths()) # [1] "/private/tmp/spark-1.5/spark-1.5.0-SNAPSHOT-bin-hadoop2.6/R/lib" # [2] "/usr/local/lib/

[Rd] Has the changelog for R-devel and R-patched moved?

2015-09-01 Thread Avraham Adler
Hello. There used to be changelog of sorts for R-devel [1] and R-release [2]. Neither have been updated since 2015-07-24. Have these moved elsewhere, or are they no longer being updated? Thank you, Avi [1] [2]