Package: allometric
Title: Structured Allometric Models for Trees
Version: 2.1.0
Authors@R: 
    c(
      person(
        given = "Bryce", family = "Frank", email = "bfrank70@gmail.com",
        role = c("aut", "cre"),
        comment = c(ORCID = "0000-0003-2980-6860")
      ),
      person(given = "Francisco", family = "Mauro",
        email = "francisco.mauro@uva.es", role = c("aut"),
        comment = c(ORCID = "0000-0002-7832-6268")),
      person(given  = "Elijah", family = "Allensworth",
        email = "elijah.allensworth@protonmail.com",
        role = c("aut"))
    )
Description: Access allometric models used in forest resource analysis, such as
    volume equations, taper equations, biomass models, among many others. Users
    are able to efficiently find and select allometric models suitable for their
    project area and use them in analysis. Additionally, 'allometric' provides a
    structured framework for adding new models to an open-source models
    repository.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: dplyr, methods, rlang, stringr, tibble, units, RefManageR,
        magrittr, purrr, ISOcodes, tidyr, progress, vctrs, openssl,
        curl, jsonlite
Collate: 'all_generics.R' 'validity_checks.R' 'AllometricModel.R'
        'ModelSet.R' 'ParametricSet.R' 'ParametricModel.R'
        'FixedEffectsModel.R' 'FixedEffectsSet.R' 'MixedEffectsModel.R'
        'MixedEffectsSet.R' 'Publication.R' 'Taxa.R' 'Taxon.R'
        'allometric.R' 'boilerplate.R' 'data.R' 'eq.R' 'fromJSON.R'
        'install.R' 'load.R' 'model_tbl.R' 'publication_processing.R'
        'summary.R' 'toJSON.R' 'util.R' 'utils-pipe.R'
        'variable_defs.R' 'zzz.R'
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
Depends: R (>= 2.10)
LazyData: true
BugReports: https://github.com/allometric/allometric/issues
Contact: bfrank70@gmail.com
NeedsCompilation: no
Packaged: 2023-11-07 16:50:29 UTC; bfran
Author: Bryce Frank [aut, cre] (<https://orcid.org/0000-0003-2980-6860>),
  Francisco Mauro [aut] (<https://orcid.org/0000-0002-7832-6268>),
  Elijah Allensworth [aut]
Maintainer: Bryce Frank <bfrank70@gmail.com>
Repository: CRAN
Date/Publication: 2023-11-07 17:10:02 UTC
Built: R 4.2.0; ; 2023-12-21 21:40:23 UTC; unix
