inst/ps_pkg_skel/R/package_info.r

ps.pkg.info = function() {
  # Name of this package
  package = "PACKAGE_NAME"
  
  # Name of problem sets in the package
  ps = c("PROBLEM_SET_NAME")
  
  list(package=package, ps = ps)
}
skranz/armd documentation built on Sept. 4, 2020, 12:22 p.m.