strimmerlab
strimmerlab
I understand your point about convience, but it is a bit of a false convenience. Using a package and installing a package should be clearly separated steps because these two...
See also CRAN Repository Policy: https://cran.r-project.org/web/packages/policies.html "The code and examples provided in a package should never do anything which might be regarded as malicious or anti-social. The following are illustrative...
I always have a multi-user environment in mind, where user != administrator: - the user runs library("torch") to load and use the package. - the adminstrator installs the package and...
FYI, some other R packages on CRAN also use post-installation scripts. For example" IRkernel" (this package enables to run R in Jupyter). For details see: https://irkernel.github.io/installation/ Installation steps: 1) install.packages('IRkernel')...