R/package_info.r

Defines functions ps.pkg.info

ps.pkg.info = function() {
  # Name of this package
  package = "RTutorMachineLearningAndCreditDefault"
  
  # Name of problem sets in the package
  ps = c("ml")
  
  list(package=package, ps = ps)
}
rotterp/RTutorMachineLearningAndCreditDefault documentation built on May 19, 2019, 1:47 a.m.