Package: lpjmlkit
Type: Package
Title: Toolkit for Basic LPJmL Handling
Version: 1.6.0
Authors@R: c(
    person("Jannes", "Breier", , "jannesbr@pik-potsdam.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9055-6904")),
    person("Sebastian","Ostberg", , "ostberg@pik-potsdam.de", role = "aut", comment = c(ORCID = "0000-0002-2368-7015")),
    person("Stephen Björn", "Wirth", , "wirth@pik-potsdam.de", role = "aut", comment = c(ORCID = "0000-0003-3090-3318")),
    person("Sara","Minoli", , "minoli@pik-potsdam.de", role = "aut", comment = c(ORCID = "0000-0001-7920-3107")),
    person("Fabian", "Stenzel", , "stenzel@pik-potsdam.de", role = "aut", comment = c(ORCID = "0000-0002-5109-0048")),
    person("Christoph", "Müller", , "cmueller@pik-potsdam.de", role = "aut", comment = c(ORCID = "0000-0002-9491-3550"))
  )
Description: A collection of basic functions to facilitate the work with the
    Dynamic Global Vegetation Model (DGVM) Lund-Potsdam-Jena managed Land
    (LPJmL) hosted at the Potsdam Institute for Climate Impact Research (PIK).
    It provides functions for performing LPJmL simulations, as well as reading,
    processing and writing model-related data such as inputs and outputs or
    configuration files.
License: AGPL-3
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE,
              r6 = TRUE)
Encoding: UTF-8
Depends:
    R (>= 3.5.0)
URL: https://github.com/PIK-LPJmL/lpjmlkit,
    https://doi.org/10.5281/zenodo.7773134
BugReports: https://github.com/PIK-LPJmL/lpjmlkit/issues
Imports:
    magrittr,
    dplyr,
    processx,
    tibble,
    jsonlite,
    doParallel,
    foreach,
    utils,
    methods,
    abind,
    rlang,
    withr,
    grDevices,
    cli,
    stringi
Suggests:
    rmarkdown,
    knitr,
    testthat (>= 3.0.0),
    terra,
    raster,
    reshape2,
    maps,
    sf
Config/testthat/edition: 3
VignetteBuilder: knitr
Date: 2024-05-16
