Now infoRDS() reports all the meta-data from
.Internal(serializeInfoFromConn()).
Best
Tomas
On 7/15/19 12:01 PM, Jennifer Bryan wrote:
Hi,
I am writing a test that consults the serialization version of an `.rds`
file.
An attractive way to get this is:
tools:::get_serialization_version() # r
Dear Tommaso,
This is not a bug. You asked for a difference of 1 day = 24 hours = 1440
minutes = 86400 seconds. And that is the difference you get.
> start <- as.POSIXct(strptime("20151025",format='%Y%m%d'))
> end <- start + as.difftime(1, unit="days")
> end - start
Time difference of 1 days
> as
Hi,
I'm building r-devel using [1], and I see:
mv: './grid/vignettes/grid.Rnw-lattice' and
'./grid/vignettes/grid.Rnw' are the same file
make[1]: *** [Makefile:121: vignettes-no-lattice] Error 1
Regards,
Iñaki
[1] https://hub.docker.com/r/rocker/r-devel/dockerfile
_
Don't mind. It seems to be a caching issue in the underlying
filesystem. Not sure how to solve it though.
Iñaki
On Wed, 21 Aug 2019 at 13:21, Iñaki Ucar wrote:
>
> Hi,
>
> I'm building r-devel using [1], and I see:
>
> mv: './grid/vignettes/grid.Rnw-lattice' and
> './grid/vignettes/grid.Rnw' are
There's a bit of confusion about how to disable long double support in an R
build.
I see --disable-long-double scattered about, e.g.
- R-exts:
https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Writing-portable-packages
- R-admin:
https://cran.r-project.org/doc/manuals/r-re
"--disable-long-double" is documented to work and works.
"--enable-long-double=no" works as well.
Please refer to Autoconf documentation (section 15.3),
"--disable-feature is equivalent to --enable-feature=no"
Best,
Tomas
On 8/21/19 2:40 PM, Michael Chirico wrote:
> There's a bit of confusio