Package: SticsRPacks
Title: Easily Install and Load `SticsRPacks` Packages
Date: 2022-11-21
Version: 0.3.1
Authors@R: c(
       person(given = "Remi", family = "Vezy", email = "remi.vezy@cirad.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0808-1461")),
       person(given = "Samuel", family = "Buis", email = "samuel.buis@inrae.fr", role= "aut", comment = c(ORCID = "0000-0002-8676-5447")),
	   person(given = "Patrice", family = "Lecharpentier", email = "patrice.lecharpentier@inrae.fr", role= "aut", comment = c(ORCID = "0000-0002-4044-4322")),
	   person(given = "Michel", family = "Giner", email = "michel.giner@cirad.fr", role= "aut", comment = c(ORCID = "0000-0002-9310-2377")))
Description: A set of packages that work in
    harmony because they share common data representations and "API"
    design. This package is designed to make it easy to install and load
    multiple `SticsRPacks` packages in a single step. Learn more about
    `SticsRPacks` at <https://sticsrpacks.github.io/SticsRPacks/>.
License: GPL-3 | file LICENSE
URL: https://github.com/SticsRPacks/SticsRPacks,
 https://doi.org/10.5281/zenodo.4442330
BugReports: https://github.com/SticsRPacks/SticsRPacks/issues
Depends:
    R (>= 3.6.0)
Imports:
    BayesianTools,
    purrr,
    cli,
    crayon,
    dplyr,
    tibble,
    rlang,
    grDevices,
    magrittr,
    rstudioapi,
    SticsRFiles,
    SticsOnR,
    CroptimizR,
    CroPlotR,
    remotes,
    utils,
	learnr,
	methods,
	nloptr,
	lhs,
	stringr,
	tictoc,
	lifecycle
Remotes:
    github::florianhartig/BayesianTools/BayesianTools,
    github::hol430/ApsimOnR,
    github::SticsRPacks/SticsRFiles@*release,
    github::SticsRPacks/SticsOnR@*release,
    github::SticsRPacks/CroptimizR@*release,
    github::SticsRPacks/CroPlotR@*release
VignetteBuilder:
    knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Suggests: 
    knitr,
    testthat
