-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
24 lines (24 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: soilphysics
Type: Package
Title: Soil Physical Analysis
Version: 5.0
Date: 2022-06-06
Description: Basic and model-based soil physical analyses.
Authors@R: c(person(given = c("Anderson", "Rodrigo"),
family = "da Silva",
role = c("aut", "cre"),
email = "anderson.agro@hotmail.com",
comment = c(ORCID = "0000-0003-2518-542X")),
person(given = c("Renato", "Paiva"),
family = "de Lima",
role = "aut",
email = "renato_agro_@hotmail.com",
comment = c(ORCID = "0000-0003-0524-439X")))
Author: Anderson Rodrigo da Silva [aut, cre] (<https://orcid.org/0000-0003-2518-542X>),
Renato Paiva de Lima [aut] (<https://orcid.org/0000-0003-0524-439X>)
Maintainer: Anderson Rodrigo da Silva <anderson.agro@hotmail.com>
URL: https://arsilva87.github.io/soilphysics/
Imports: utils, stats, graphics, boot, grDevices, datasets, MASS, shiny, rhandsontable, shinydashboard, fields
Suggests: knitr, rmarkdown, rpanel, tcltk
VignetteBuilder: knitr
License: GPL (>= 2)