Saved in:
| Main Authors: | , |
|---|---|
| Format: | Recurso digital |
| Language: | |
| Published: |
Zenodo
2026
|
| Online Access: | https://doi.org/10.5281/zenodo.18860776 |
| Tags: |
Add Tag
No Tags, Be the first to tag this record!
|
Table of Contents:
- <p>R package containing historical plant protection product authorisation data for Switzerland read in using srppp v2.0.4 for each year from 2011 to 2026. The description given in the package DESCRIPTION file is below:</p> <p>"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 <a href="https://www.psm.admin.ch/de/produkte">https://www.psm.admin.ch/de/produkte</a>. 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."</p> <h2>Installation</h2> <p><code>install.packages("srppphist",</code><br><code> repos = c("https://agroscope-ch.r-universe.dev", "https://cran.r-project.org"))</code><br><br></p> <h2>Documentation</h2> <p>An online version of the documentation of the current development version of<br>the package is available <a href="https://agroscope-ch.github.io/srppphist">on github</a>.</p> <p>Since version 1.0.0, the following changes were introduced:</p> <h2>version 2.0.1</h2> <ul> <li>Remove duplicate entries in <code>srppp_substances_merged</code> and <code>srppp_active_substances_merged</code>.</li> </ul> <h2>version 2.0.0</h2> <ul> <li>Add data for 2026 from the XML file dated 3 February 2026.</li> <li>As a new primary key scheme is used for substances in the 2026 data, the lists <code>srppp_substances</code> and <code>srppp_active substances</code>, resolving primary keys to substance names now contain duplicated entries. Also, the <code>pk</code> column is now of type <code>character</code>, so it can hold the new type of primary keys formatted as a UUID.</li> <li>For these tables, new versions without duplicates are added, i.e. <code>srppp_substances_merged</code> and <code>srppp_active_substances_merged</code>. In these tables, there are two primary key columns, one called <code>pk_v1</code> containing the integer primary keys from the previous format, and <code>pk_v2</code> containing the primary keys from the current format, i.e. in the form of an UUID.</li> <li>The package now depends on srppp v2.0.4, which fixes a problem that occurred when reading in the register from 2015 with srppp versions 2.0.0 to 2.0.3.</li> </ul> <h2>version 1.0.0.9005</h2> <ul> <li>Add a vignette showing cases in which products were registered under the same name that contain a different set of active ingredients.</li> <li><code>srppp_products</code>, <code>srppp_substances</code> and similar objects: Change the type of the 'year' column to integer to have the natural representation.</li> <li>Add <code>srppp_pests</code>, a table of pesticide targets ("pests") extracted from all years.</li> <li>Add parallel imports to the table <code>srppp_products</code>. Also, add the column <code>chNbr</code>, holding the registration number (e.g. "W-7610-1" or "D-6918" as an example for a parallel import).</li> <li>Add data for 2025 from the XML file dated 1 April 2025, published on the website on 17 April 2025.</li> <li>Add function <code>srppp_xml_product_use_not_authorized</code> to find products with no active authorisation which are nevertheless present in the source XML file.</li> <li>Update <code>srppp_list</code> and the derived data objects using <code>srppp</code> version 1.1.0. This adds a <code>culture_tree</code> attribute to each <code>srppp_dm</code> object in the list. Also, duplicate ingredient specifications in the same product are now removed.</li> <li>A new table <code>srppp_compositions</code> was added, with only one composition for each P-Number, as opposed to <code>srppp_ingredients</code>, where all unique compositions are listed.</li> <li>The functions <code>pNbr</code> and <code>composition</code> were added, making it trivial to find P-Numbers from product names and compositions from P-Numbers.</li> </ul>