R/package_info.r

Defines functions ps.pkg.info

ps.pkg.info = function() {
  # Name of this package
  package = "RTutorClimateChange"
  
  # Name of problem sets in the package
  ps = c("RTutorClimateChange")
  
  list(package=package, ps = ps)
}
VLangV/RTutorClimateChange documentation built on May 2, 2022, 11:59 a.m.