R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname){
  for (cc in cnsts)
    assign(cc, get_cnst(cc), envir = parent.env(environment()))
}

Try the r2sundials package in your browser

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

r2sundials documentation built on March 31, 2023, 8:32 p.m.