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/RTutor2 documentation built on May 30, 2019, 2:01 a.m.