Watch
1
0
Fork
You've already forked srppphist
0
mirror of https://github.com/agroscope-ch/srppphist.git synced 2026-08-17 12:55:08 +00:00
  • R 96.2%
  • Makefile 3.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-28 07:53:29 +02:00
.github Update R CMD check workflow 2026-05-20 09:09:24 +02:00
data Rebuild with srppp v2.0.5 2026-03-17 20:25:34 +01:00
inst/data_generation Remove duplicates in merged substance lists 2026-03-04 09:31:06 +01:00
log Import .data from rlang as revealed by R CMD check 2026-05-20 09:06:05 +02:00
man Add function last_approved, redocument with roxygen 8 2026-05-20 08:32:01 +02:00
R Add missing word to complete sentence 2026-07-28 07:53:29 +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 Add function last_approved, redocument with roxygen 8 2026-05-20 08:32:01 +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 function last_approved, redocument with roxygen 8 2026-05-20 08:32:01 +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.