search for: checkpackagelicense

Displaying 6 results from an estimated 6 matches for "checkpackagelicense".

2010 Jul 27
3
Checking package licences including dependencies?
I only recently discovered options("available_packages_filters" = list(add = TRUE, "license/FOSS")) [cf. help("available.packages", package="utils") in R 2.10.0 or later] which goes nicely with my options("checkPackageLicense" = TRUE) [new in R 2.11]. But now I want to purge my library of packages I would not have installed had I known about this option earlier (I'm looking at you, "gam"!). Short of erasing the whole directory of libraries and re-installing it, is there an easy way of achieving t...
2016 Sep 27
2
library() asks user to accept license of some built-in packages
When 'getOption("checkPackageLicense")' is 'TRUE' and the user calls 'library(grid)' for the first time, R asks the user to either accept or decline the package license. This should not be necessary as the package license is "Part of R ..." with "..." denoting the R version number, and...
2016 Oct 02
0
library() asks user to accept license of some built-in packages
On 27/09/2016 10:49, Mikko Korpela wrote: > When 'getOption("checkPackageLicense")' is 'TRUE' and the user calls > 'library(grid)' for the first time, R asks the user to either accept or > decline the package license. This should not be necessary as the package > license is "Part of R ..." with "..." denoting the R version n...
2010 Apr 22
2
R2.11.0 - rasterImage() and barplot fill-patterns
...r. > > o interaction(drop=TRUE) uses less memory (related to PR#14121). > > o summary() methods have been added to the "srcref" and > "srcfile" classes, and various encoding issues have been > cleaned up. > > o If option "checkPackageLicense" is set to TRUE (not currently > the default), users will be asked to agree to > non-known-to-be-FOSS package licences at first use. > > o Checking setAs(a,b) methods only gives a message instead of a > warning, when one of a or b is unknown. > >...
2010 Apr 22
0
R 2.11.0 is released
...ed and result in an error. o interaction(drop=TRUE) uses less memory (related to PR#14121). o summary() methods have been added to the "srcref" and "srcfile" classes, and various encoding issues have been cleaned up. o If option "checkPackageLicense" is set to TRUE (not currently the default), users will be asked to agree to non-known-to-be-FOSS package licences at first use. o Checking setAs(a,b) methods only gives a message instead of a warning, when one of a or b is unknown. o New function norm() t...
2010 Apr 22
0
R 2.11.0 is released
...ed and result in an error. o interaction(drop=TRUE) uses less memory (related to PR#14121). o summary() methods have been added to the "srcref" and "srcfile" classes, and various encoding issues have been cleaned up. o If option "checkPackageLicense" is set to TRUE (not currently the default), users will be asked to agree to non-known-to-be-FOSS package licences at first use. o Checking setAs(a,b) methods only gives a message instead of a warning, when one of a or b is unknown. o New function norm() t...