Skip to content

First version consistent with CRAN guidelines

Pre-release
Pre-release
Compare
Choose a tag to compare
@kaz-yos kaz-yos released this 09 Feb 14:54
· 852 commits to master since this release

Changes

  • This version uses Roxygen for documentation. Documents are now included in the source .R files, and .Rd man files are generated by devtools::document("package_path").
  • S3 methods now have arguments consistent with the respective generics (print(x,...) and summary(object, ...)
  • The survival package was added to the dependency, as its pbc data is used in the example as "medically relevant" example.