GitLab at IIASA

DESCRIPTION 994 B
Newer Older
Package: FarmDynR
Type: Package
Title: Run FarmDyn from R and create sample farms
Date: 2022-10-03
Version: 0.2.0
Authors@R: c(person('Hugo', 'Scherer', role=c('aut', 'cre'), email="hugo.scherer@wur.nl"),
            person('Marc', 'Müller', role='ctb', email="marc.muller@wur.nl"))
Author: Hugo Scherer [aut, cre]
        Marc Müller [ctb]
Maintainer: Hugo Scherer <hugo.scherer@wur.nl>
Description: This package allows the user to run FarmDyn from R and includes useful functions such as:
    Modes() to retrieve the mode of any set of numbers or characters in a dataset or vector, and
    groupstats() to generate descriptive statistics used for reporting based on a grouping.
    It also writes gdx files for groupstats() and samplr(), and includes a faster version of gdxrrw:wgdx.reshape() called gdxreshape()
Depends: R (>= 4.2.1)
Imports: tidyverse, gdxrrw
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://www.wur.nl/
RoxygenNote: 7.2.1
Suggests:
    stringr (>= 1.4.1)