Watch
1
0
Fork
You've already forked srppp
0
mirror of https://github.com/agroscope-ch/srppp.git synced 2026-08-17 12:55:06 +00:00
  • R 97.4%
  • Makefile 1.9%
  • TeX 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-26 11:55:42 +02:00
.github Try to get the correct DiagrammeR version into workflows 2026-06-10 15:22:36 +02:00
inst/testdata Use current XML for testing the new format 2026-02-11 18:12:33 +01:00
log When resolve_culture_allg = TRUE is used in resolve_cultures(), records with culture_de = "allg." are expanded to the corresponding leaf_culture_de based on the application_area_de. Previously, the culture_de column was also overwritten with the resolved leaf_culture_de, replacing the original value "allg.". 2026-07-21 14:53:29 +02:00
man Read the URL to the XML instead of hardcoding it 2026-07-13 14:08:34 +02:00
R Potential fix for pull request finding 2026-07-26 11:23:43 +02:00
tests Skip corner case tests if srppphist >= 2.0.2 is unavailable 2026-03-17 22:49:47 +01:00
vignettes Adapt vignettes to new XML URL specification 2026-07-13 14:23:00 +02:00
.gitignore Remove docs from github repo and ignore them 2024-10-25 19:59:41 +02:00
.Rbuildignore Important notes from the registration authorities 2026-06-10 14:58:52 +02:00
.Rprofile Initial state for github 2024-07-22 12:01:06 +02:00
_pkgdown.yml fix Error V2 2026-03-12 14:06:35 +01:00
DESCRIPTION Add NEWS for Marcels PR and bump date 2026-07-26 11:55:42 +02:00
GNUmakefile Important notes from the registration authorities 2026-06-10 14:58:52 +02:00
LICENSE.md usethis::set_gpl_license to include license file 2024-07-29 16:59:07 +02:00
NAMESPACE Fix imports 2026-07-13 14:18:26 +02:00
NEWS.md Add NEWS for Marcels PR and bump date 2026-07-26 11:55:42 +02:00
publiccode.yml Merge remote-tracking branch 'refs/remotes/origin/main' 2026-02-18 14:39:09 +01:00
README.md Do not echo the description include command 2026-07-03 08:17:34 +02:00
README.rmd Do not echo the description include command 2026-07-03 08:17:34 +02:00
srppp.Rproj Bump date, improve formatting 2025-01-21 10:15:25 +01:00

srppp - R package to read XML dumps of the Swiss Register of Plant Protection Products

CRAN
version R-universe
status R-CMD-check DOI

Description

Generate data objects from XML versions of the Swiss Register of Plant Protection Products. An online version of the register can be accessed at https://www.psm.admin.ch/de/produkte. There is no guarantee of correspondence of the data read in using this package with that 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. Please refer to the website of the registration authorities for additional information about the data made available via this package. The following important notes published at that website are included here in an inofficial translation for convenience: The register contains all plant protection products registered in Switzerland, independent of their availability on the market; The mentioning of a product does not imply a recommendation; Products with expired authorisation and retracted parallel imports remain in the register until the deadline for the last lawful use (“exhaustionDeadline” in the XML file) has expired; In case of doubt, only the original registration documents apply; When using the data, the BLV (Federal Food Safety and Veterinary Office) has to be mentioned as the data source, and a reference to the official register has to be made; Commercial use of the data without consent of the BLV is prohibited.

Installation from CRAN

install.packages("srppp")

Installation of the latest development code

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

Documentation

A good point to start is the vignette “Get Started” in the online documentation.

See also

You may also be interested in our agroscope-ch/srppphist package containing historical registration data starting from 2011. This package is generally updated each year after the first publication of the register as an XML file.