version 1.1.0
- Example code and vignettes: To satisfy CRAN policy, fall back to use
the register version distributed as test data with the package (see
below) in case downloading or reading from the standard URL fails,
instead of throwing an error. This makes the check process on CRAN
robust against server outage or a changed URL.
- Include information on the completeness of the effect against each
target organism in the column typeof thepeststable of thesrppp_dmobject. Possible
types arePEST_FULL_EFFECT,PEST_PARTIAL_EFFECTandPEST_SIDE_EFFECT. In
theobligationstable, include a columnvarying_effect, that containsTRUEin case the
obligation text indicates that a full effect has not been demonstrated
in all cases.
- R/resolve_cultures.R: Function to expand a dataframe
with culture names at the lowest level (leafs) of a culture tree
constructed by- srppp_dm.
- Add a culture tree as a Nodeobject from thedata.treepackage as attribute tosrppp_dmobjects and show it in the main vignette.
- Remove the vignette intended for JOSS, as it was rejected there
- Remove duplicate ingredient entries for the same substance in the
same product (issue #6)
- inst/testdata/: Add the zipped XML from 16 December
2024 for testing purposes and test the resulting- srppp_dmobject for referential integrity
- srppp_dm(): Add argument- verbosewith
default- TRUE.
version 1.0.1 (CRAN
release: 2024-11-01)
- Trim leading and trailing whitespace from descriptions that are read
in using the internal function get_descriptions(),
addressing an issue Elisabeth raised in srppphist
- Remove html documentation built with pkgdown from the git
repository, the online documentation is built using the github
workflow
- Address issues found by the package review on CRAN as follows:
- Rename the package to make it clear that its purpose is to read in
data from the Swiss Register of Plant Protection Products
- Wrap example code in to avoid CRAN notes for checks >5s. The code
is still tested in the testthat tests.
- Document return values of all exported functions
version 1.0.0
- Risk mitigation measures sw_drift_dist,sw_runoff_dist,sw_runoff_pointsandbiotope_drift_distare now stored as integers in theobligationstable.
- In the table cultures, the primary keys of up to two
parent cultures are now included.
- Fix the use rate calculations for liquid products for the case that
only a dosage in percent is given.
version 0.99.2
- R/srppp-xml.R: Revise the structure of the srppp_dmobject, after verifying that the product sections of different products
with the same P-Number are identical, with the exception of the
permission holder. Therefore, all tables describing the products,
including the use definitions, are now tied to thepNbrstable with thepNbras the primary key, instead of theproductstable which has thewNbras a primary
key. Functions, example code, vignettes and tests were adapted
accordingly.
version 0.99.1
- vignettes/srppp.rmd: Add an overview vignette which is displayed
with the link ‘Get started’ in the online documentation
version 0.3.4
- Rename the package from ‘psmv’ to ‘srppp’
version 0.3.3
- Remove redundant information from the ingredients table by removing
all W-Numbers containing a dash. P-Numbers were added to the ingredient
table as well, so product compositions can more easily be obtained using
the ingredients table. Finally remove W-Numbers from the ingredients
table. As a consequence, products and ingredients must now be joined by
‘pNbr’, and the relationship is ‘many-to-many’, as a ‘pNbr’ can occur
more than once in the products table.
- The grouping of the products table by P-Numbers was removed, as it
seemed not to be used anywhere and created spurious messages during
constraint checking.