search for: checklicense

Displaying 2 results from an estimated 2 matches for "checklicense".

2016 Sep 27
2
library() asks user to accept license of some built-in packages
...r", "grid" and "parallel". The source file where the checks happen is "src/library/base/R/library.R". I think one solution could be to add something like if(identical(pkgInfo$DESCRIPTION[["Priority"]], "base")) return() to the beginning of checkLicense(), or add more packages to the hard-coded exemption list checked before calling checkLicense(). Also, in find.package(), the shortcut list of standard packages is missing "compiler". -- Mikko Korpela Department of Geosciences and Geography University of Helsinki
2016 Oct 02
0
library() asks user to accept license of some built-in packages
...;parallel". > > The source file where the checks happen is > "src/library/base/R/library.R". I think one solution could be to add > something like > > if(identical(pkgInfo$DESCRIPTION[["Priority"]], "base")) return() > > to the beginning of checkLicense(), or add more packages to the > hard-coded exemption list checked before calling checkLicense(). Rather, the analysis code has been told about the current licence for standard packages. > Also, in find.package(), the shortcut list of standard packages is > missing "compiler"....