-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.9 KB
/
Copy pathDESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.9 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
Package: srppphist
Type: Package
Title: Historical Data from the Swiss Register of Plant Protection Products as an R Package
Version: 2.0.3
Date: 2026-05-20
Authors@R: c(
person("Johannes", "Ranke", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4371-6538")),
person("Daniel", "Baumgartner", role = "ctb"),
person("Romualdus", "Kasteel", role = c("rev"),
email = "[email protected]"),
person("Marcel", "Mathis", role = c("ctb", "rev"),
email = "[email protected]"),
person("Agroscope", role = "cph"))
Description: Data objects extracted from historical XML versions of the Swiss
Register of Plant Protection Products 'SRPPP'. Starting from 2011, one such
data object is contained for each year. Note that the information contained
in this project is outdated. An online version of the current register can be
accessed via <https://www.psm.admin.ch/de/produkte>. An XML dump of the
current register can be read in using the 'srppp' package. There is no
guarantee of correspondence of the data contained in or read in using this
package with any online version, or with the original registration documents.
Also, the Federal Food Safety and Veterinary Office, coordinating the
authorisation of plant protection products in Switzerland, does not answer
requests regarding this package.
Depends: R (>= 4.1.0), srppp (>= 2.0.5)
Imports: cli, dplyr, data.tree, stringr, purrr, rlang
Suggests: knitr, rmarkdown, here, DiagrammeR, ggplot2, parallel,
testthat (>= 3.0.0), tibble, tidyr, flextable, kableExtra
BugReports: https://github.com/agroscope-ch/srppphist/issues
URL: https://agroscope-ch.github.io/srppphist
License: GPL (>= 3)
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0