Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
improved documentation
  • Loading branch information
walke committed Nov 6, 2019
1 parent 769b51d commit d0e5eea
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: eoR
Type: Package
Title: Data Management Package (Exposure and Occurrence Data in R)
Version: 0.3.0
Date: 2019-10-16
Version: 0.4.0
Date: 2019-11-06
Authors@R: c(person("Rainer", "Walke", role = c("aut", "cre"),
email = "walke@demogr.mpg.de",
comment = c(ORCID = "0000-0002-4269-6531")))
Expand All @@ -11,8 +11,8 @@ Description: This data management package provides some helper
Demography. Similar to ideas developed in the Bioconductor
project bioconductor.org we strive to encapsulate data in easy
to use S4 objects.
If original data is provided in a CSV file, the resulting S4
object contains all information from that CSV file. But the
If original data is provided in a text file, the resulting S4
object contains all information from that text file. But the
information is somehow structured (header, footer, etc).
Further the classes provide methods to make a subset for selected
calendar years or selected regions. The resulting subset
Expand Down
2 changes: 2 additions & 0 deletions R/GENESISClasses.R
Expand Up @@ -18,6 +18,7 @@ NULL
#' the version protocol and regional information and the
#' death count information as a data.table object. Further it stores a second data.table
#' with the total sums information.
#' Try demo(RD1) for a demonstration.
#'
#' @slot content describes the content
#' @slot region regional entity
Expand Down Expand Up @@ -208,6 +209,7 @@ setValidity("RD1",
#' the version protocol and regional information and the
#' exposure information as a data.table object. Further it stores a second data.table
#' with the total sums information.
#' Try demo(RE1) for a demonstration.
#'
#' @slot content describes the content
#' @slot region regional entity
Expand Down
2 changes: 2 additions & 0 deletions R/HMDClasses.R
Expand Up @@ -19,6 +19,7 @@ NULL
#' the version protocol and regional information and the
#' life table as a data.table object.
#' The validation adds a pure numeric age AgeLow to the life table.
#' Try demo(LT1) for a demonstration.
#'
#' @slot content describes the content
#' @slot region regional entity
Expand Down Expand Up @@ -177,6 +178,7 @@ setValidity("LT1",
#' the version protocol and regional information and the
#' exposure table as a data.table object.
#' The validation adds a pure numeric age AgeLow to the exposure table.
#' Try demo(EX1) for a demonstration.
#'
#' @slot content describes the content
#' @slot region regional entity
Expand Down
11 changes: 11 additions & 0 deletions README.md
@@ -1,4 +1,15 @@
# eoR
Data Management Package (Exposure and Occurrence Data in R)

This data management package provides some helper
classes for publicly available data sources (HMD, DESTATIS) in
Demography. We strive to encapsulate data in easy to use S4 objects.

If original data is provided in a text file, the resulting S4
object contains all information from that text file. But the
information is somehow structured (header, footer, etc).
Further the classes provide methods to make a subset for selected
calendar years or selected regions. The resulting subset
objects still contain the original header and footer information.


1 change: 1 addition & 0 deletions man/EX1-class.Rd

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

1 change: 1 addition & 0 deletions man/LT1-class.Rd

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

1 change: 1 addition & 0 deletions man/RD1-class.Rd

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

1 change: 1 addition & 0 deletions man/RE1-class.Rd

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

0 comments on commit d0e5eea

Please sign in to comment.