Package: magclass
Type: Package
Title: Data Class and Tools for Handling Spatial-Temporal Data
Version: 5.5.0
Date: 2019-12-06
Authors@R: c(person("Jan Philipp", "Dietrich", email = "dietrich@pik-potsdam.de", role = c("aut","cre")),
             person("Benjamin Leon", "Bodirsky", email = "bodirsky@pik-potsdam.de", role = "aut"),
             person("Markus", "Bonsch", role = "aut"),
             person("Florian", "Humpenoeder", email = "humpenoeder@pik-potsdam.de", role = "aut"),
             person("Stephen", "Bi", role = "aut"),
             person("Kristine", "Karstens", email = "karstens@pik-potsdam.de", role = "aut"),
             person("Lavinia", "Baumstark", email = "lavinia@pik-potsdam.de", role = "ctb"),
             person("Christoph", "Bertram", email = "bertram@pik-potsdam.de", role = "ctb"),
             person("Anastasis", "Giannousakis", email = "giannou@pik-potsdam.de", role = "ctb"),
             person("David", "Klein", email = "dklein@pik-potsdam.de", role = "ctb"),	
 		         person("Ina", "Neher", role = "ctb"),	
             person("Michaja", "Pehl", email = "pehl@pik-potsdam.de", role = "ctb"),	
             person("Anselm", "Schultes", role = "ctb"),	
             person("Miodrag", "Stevanovic", email = "miodrag@pik-potsdam.de", role = "ctb"),
		         person("Xiaoxi", "Wang", email = "wang@pik-potsdam.de", role = "ctb"))
Description: Data class for increased interoperability working with spatial-
    temporal data together with corresponding functions and methods (conversions,
    basic calculations and basic data manipulation). The class distinguishes
    between spatial, temporal and other dimensions to facilitate the development
    and interoperability of tools build for it. Additional features are name-based
    addressing of data and internal consistency checks (e.g. checking for the right
    data order in calculations).
Depends: R(>= 2.10.0), methods,
Imports: sp, maptools, abind, reshape2
Suggests: testthat, knitr, rmarkdown, data.tree, units, udunits2, ncdf4
URL: https://github.com/pik-piam/magclass,
        https://doi.org/10.5281/zenodo.1158580
BugReports: https://github.com/pik-piam/magclass/issues
License: LGPL-3 | file LICENSE
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-12-06 20:22:15 UTC; jpd
Author: Jan Philipp Dietrich [aut, cre],
  Benjamin Leon Bodirsky [aut],
  Markus Bonsch [aut],
  Florian Humpenoeder [aut],
  Stephen Bi [aut],
  Kristine Karstens [aut],
  Lavinia Baumstark [ctb],
  Christoph Bertram [ctb],
  Anastasis Giannousakis [ctb],
  David Klein [ctb],
  Ina Neher [ctb],
  Michaja Pehl [ctb],
  Anselm Schultes [ctb],
  Miodrag Stevanovic [ctb],
  Xiaoxi Wang [ctb]
Maintainer: Jan Philipp Dietrich <dietrich@pik-potsdam.de>
Repository: CRAN
Date/Publication: 2019-12-06 21:10:02 UTC
