Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use roxygen2 for automatic documentation
  • Loading branch information
walke committed Sep 24, 2019
1 parent abbef4c commit 3127120
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Expand Up @@ -11,3 +11,4 @@ Encoding: UTF-8
Depends: R (>= 3.2.0)
Imports: methods, data.table
LazyData: no
RoxygenNote: 6.1.1
7 changes: 7 additions & 0 deletions R/HMDClasses.R
Expand Up @@ -7,6 +7,13 @@ require(data.table)
# S4 class definitions
# class for life-tables 1x1



#' LT1 Class
#'
#' A \code{LT1} is used to ..
#'
#' @slot header1 The LT1
setClass("LT1",
slots=c(
header1="vector", # file header
Expand Down
1 change: 1 addition & 0 deletions eoR.Rproj
Expand Up @@ -18,3 +18,4 @@ StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
15 changes: 15 additions & 0 deletions man/LT1-class.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3127120

Please sign in to comment.