The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.