• R 96.3%
  • Makefile 3.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-18 15:37:28 +02:00
.github Update R CMD check workflow 2026-05-20 09:09:24 +02:00
data Rebuild with current srppp from github 2026-08-18 15:10:15 +02:00
inst/data_generation Rebuild with current srppp from github 2026-08-18 15:10:15 +02:00
log Rebuild with current srppp from github 2026-08-18 15:10:15 +02:00
man Add function last_approved, redocument with roxygen 8 2026-05-20 08:32:01 +02:00
R Merge pull request #7 from MarcelMagro/add-data-corrections-note 2026-08-17 20:42:09 +02:00
tests Fix checks and tests 2025-04-04 13:41:02 +02:00
vignettes Add data from the first XML published in 2026 2026-03-03 11:27:53 +01:00
.gitignore Fix the trend vignette 2025-11-04 14:07:19 +01:00
.Rbuildignore Add data from the first XML published in 2026 2026-03-03 11:27:53 +01:00
_pkgdown.yml Move function to function section in online docs 2026-08-18 14:12:02 +02:00
DESCRIPTION Import .data from rlang as revealed by R CMD check 2026-05-20 09:06:05 +02:00
GNUmakefile Small fix for the Makefile 2026-02-19 13:57:58 +01:00
LICENSE.md Include a license file and explicitly choose GPLv3 2024-07-30 11:14:37 +02:00
NAMESPACE Import .data from rlang as revealed by R CMD check 2026-05-20 09:06:05 +02:00
NEWS.md Add NEWS for the latest changes 2026-08-18 15:37:28 +02:00
publiccode.yml Correct license 2026-02-18 14:39:30 +01:00
README.md Use Zenodo link for all versions in README 2026-03-04 13:42:34 +01:00
srppphist.Rproj Improve auxiliary functions 2025-01-08 15:09:16 +01:00

srppphist - Historical Data from the Swiss Register of Plant Protection Products as an R Package

R-CMD-check R-universe status DOI

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 companion package agroscope-ch/srppp. 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.

Installation

install.packages("srppphist",
  repos = c("https://agroscope-ch.r-universe.dev", "https://cran.r-project.org"))

Documentation

An online version of the documentation of the current development version of the package is available on github.