Skip to content
Snippets Groups Projects
Commit ec238b5d authored by Sébastien  BRIDEL's avatar Sébastien BRIDEL
Browse files

Upload New File

parent 8133d636
No related branches found
No related tags found
No related merge requests found
R/zzz.R 0 → 100644
## Up until R 2.15.0, the require("methods") is needed but (now)
## triggers an warning from R CMD check
#.onLoad <- function(libname, pkgname){
# #require("methods") ## needed with R <= 2.15.0
# loadRcppModules()
#}
## For R 2.15.1 and later this also works. Note that calling loadModule() triggers
## a load action, so this does not have to be placed in .onLoad() or evalqOnLoad().
loadModule("mod_population", TRUE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment