search for: packagedate

Displaying 5 results from an estimated 5 matches for "packagedate".

2018 Apr 15
2
packageDate() segfaults, if used without argument
Out of curiosity, I played a bit with the new function packageDate() from April, 4th. All works fine, except using it without any argument. In this case, it segfaults: #> packageDate() Error in packageDescription(pkg, lib.loc = lib.loc, fields = date.fields) : argument "pkg" is missing, with no default *** caught segfault *** address 0x77bc3c0,...
2018 Apr 23
0
R 3.5.0 is released
...both cases of is.vector(x) similarly, and hence much less often prints "atomic". This is a slight non-back-compatible change producing typically both more informative and shorter output. * write.dcf() gets optional argument useBytes. * New, partly experimental packageDate() which tries to get a valid "Date" object from a package DESCRIPTION file, thanks to suggestions in PR#17324. * tools::resaveRdaFiles() gains a version argument, for use when packages should remain compatible with earlier versions of R. * ar.yw(x) and hence by...
2018 Apr 23
0
R 3.5.0 is released
...both cases of is.vector(x) similarly, and hence much less often prints "atomic". This is a slight non-back-compatible change producing typically both more informative and shorter output. * write.dcf() gets optional argument useBytes. * New, partly experimental packageDate() which tries to get a valid "Date" object from a package DESCRIPTION file, thanks to suggestions in PR#17324. * tools::resaveRdaFiles() gains a version argument, for use when packages should remain compatible with earlier versions of R. * ar.yw(x) and hence by...
2023 Apr 21
0
[Rd] R 4.3.0 is released
...ed by Ivan Krylov in PR#18368.) * Fix for possible segfault when using recently-added graphics features, such as gradients, clipping paths, masks, and groups with pdf(file=NULL). * class(m) <- class(m) no longer changes a matrix m by adding a class _attribute_. * packageDate(pkg) now only warns once if there is no pkg. * When ts() creates a multivariate time series, "mts", it also inherits from "array" now, and is.mts() is documented _and_ stricter. * Rd2txt() now preserves line breaks of \verb Rd content and from duplica...
2023 Apr 21
0
[Rd] R 4.3.0 is released
...ed by Ivan Krylov in PR#18368.) * Fix for possible segfault when using recently-added graphics features, such as gradients, clipping paths, masks, and groups with pdf(file=NULL). * class(m) <- class(m) no longer changes a matrix m by adding a class _attribute_. * packageDate(pkg) now only warns once if there is no pkg. * When ts() creates a multivariate time series, "mts", it also inherits from "array" now, and is.mts() is documented _and_ stricter. * Rd2txt() now preserves line breaks of \verb Rd content and from duplica...