Nothing
attach()
is not required any more in the .onLoad()
function of the
target package. This is due to the fact that a call to attach()
is throwing
a note when running R-CMD-CHECK. And though the author believes the call to
attach() was perfectly justified and correct in this case, it still made it
impossible to get through the required checks.uniset_getFiles()
to obtain a fresh version
of the files required in the target package and modify your functions
accordingly. Please observe that the code generated by uniset
for the
.onLoad()
function is not required any more..GlobalEnv
in the test-code
assign("get_settings_from_XXX_package_root", TRUE, pos=.GlobalEnv)
,
(with XXX
being the name of the package)
the settings file from the package root instead of the user-defined settings
file will be sourced.Second submission to CRAN submitted on 2021-10-12
Initial submission to CRAN
Initial submission on 2021-10-01.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.