Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
eoR/DESCRIPTION
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
26 lines (26 sloc)
1.09 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: eoR | |
Type: Package | |
Title: Data Management Package (Exposure and Occurrence Data in R) | |
Version: 0.5.0 | |
Date: 2019-11-22 | |
Authors@R: c(person("Rainer", "Walke", role = c("aut", "cre"), | |
email = "walke@demogr.mpg.de", | |
comment = c(ORCID = "0000-0002-4269-6531"))) | |
Description: This data management package provides some helper | |
classes for publicly available data sources (HMD, DESTATIS) in | |
Demography. Similar to ideas developed in the Bioconductor | |
project <https://bioconductor.org> 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. | |
License: GPL-3 | |
URL: https://github.molgen.mpg.de/walke/eoR | |
Encoding: UTF-8 | |
Depends: R (>= 3.2.0) | |
Imports: methods, data.table | |
LazyData: no | |
RoxygenNote: 7.0.0 |