-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.74 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
25
26
27
28
29
Package: cropdatape
Title: Open Data of Agricultural Production of Crops of Peru
Version: 1.0.0
Authors@R: c(
person("Omar", "Benites-Alfaro", email = "obacc07@gmail.com", role = c("aut", "cre")),
person("Pablo", "Gutierrez-Vilchez", , "pgutierrez@lamolina.edu.pe", "aut"),
person("Jossyn", "Lockuan-Cotrina", , "20120056@lamolina.edu.pe", "aut"),
person("Giorgio", "Cruz-Fajardo", , "20120024@lamolina.edu.pe", "aut"),
person("Grace", "Guevara-Diaz", , "20140052@lamolina.edu.pe", "aut"),
person("Charlie", "Mendez-Morales", , "20140072@lamolina.edu.pe", "aut"),
person("Agronomy Faculty, National Agrarian University La Molina (UNALM)", role = "ctb"),
person("Agriculture Ministry of Peru (MINAGRI)", role = "cph", comment = "Data source holder")
)
URL: https://github.com/omarbenites/cropdatape,
http://siea.minagri.gob.pe/siea/?q=publicaciones/anuarios-estadisticos
BugReports: https://github.com/omarbenites/cropdatape/issues
Description: Provides peruvian agricultural production data from the Agriculture Minestry of Peru (MINAGRI). The first version includes
6 crops: rice, quinoa, potato, sweet potato, tomato and wheat; all of them across 24 departments. Initially, in excel files which has been transformed
and assembled using tidy data principles, i.e. each variable is in a column, each observation is a row and each value is in a cell.
The variables variables are sowing and harvest area per crop, yield, production and price per plot, every one year, from 2004 to 2014.
Depends:
R (>= 3.3.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr