R/package_info.r

Defines functions ps.pkg.info

ps.pkg.info = function() {
  # Name of this package
  package = "RTutorPricePoints"
  
  # Name of problem sets in the package
  ps = c("PricePoints")
  
  list(package=package, ps = ps)
}
timo-sturm/RTutorPricePoints documentation built on May 30, 2019, 12:44 p.m.