R/zzz.R

Rcpp::loadModule("dgfuncs",   TRUE)
Rcpp::loadModule("gridgens",  TRUE)
Rcpp::loadModule("gridstats", TRUE)

#TODO: Used to display start-up messages
#.onAttach <- function(...) {
#    if (!interactive()) return()
    
    #intro_message <- paste("If you're new to the rEDM package, please check out the tutorial:",
    #                       "> vignette(\"rEDM_tutorial\")", sep = "\n")
    #packageStartupMessage(intro_message)
#}

Try the dggridR package in your browser

Any scripts or data that you put into this service are public.

dggridR documentation built on Jan. 22, 2023, 1:15 a.m.