R/package_info.r

ps.pkg.info = function() {
  # Name of this package
  package = "RTutorExample"
  
  # Name of problem sets in the package
  ps = c("Intro","Example")
  
  list(package=package, ps = ps)
}
skranz/RTutorExample documentation built on May 30, 2019, 2:02 a.m.