Read-only mirror of https://github.com/agroscope-ch/derappp — Agroscope. Issues & pull requests at the source.
  • TeX 51.4%
  • R 48.2%
  • Makefile 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-24 11:00:55 +02:00
.github But we need two colons... 2026-07-02 21:03:00 +02:00
data Revise soil sorption table, add some soil sorption and degradation data 2026-08-24 10:40:35 +02:00
data_generation Revise soil sorption table, add some soil sorption and degradation data 2026-08-24 10:40:35 +02:00
inst Revise soil sorption table, add some soil sorption and degradation data 2026-08-24 10:40:35 +02:00
json Revise soil sorption table, add some soil sorption and degradation data 2026-08-24 10:40:35 +02:00
log Check package, instructions for DiagrammeR <= 1.0.11 2026-08-24 11:00:55 +02:00
man Save cached data to RDS instead of RData 2026-07-09 23:05:35 +02:00
R Handle missing git input file in 'compare_with_git' 2026-08-20 13:23:05 +02:00
tests Initial commit of the public release 2026-07-02 20:13:10 +02:00
vignettes The 'chents' package is not optional, but listed under 'Imports' 2026-07-06 14:57:19 +02:00
.gitignore Do not ignore cached .rda files via .gitignore 2026-07-08 07:33:51 +02:00
.gitlab-ci.yml Initial commit of the public release 2026-07-02 20:13:10 +02:00
.Rbuildignore Initial commit of the public release 2026-07-02 20:13:10 +02:00
_pkgdown.yml Initial commit of the public release 2026-07-02 20:13:10 +02:00
derappp.Rproj Initial commit of the public release 2026-07-02 20:13:10 +02:00
DESCRIPTION Revise soil sorption table, add some soil sorption and degradation data 2026-08-24 10:40:35 +02:00
GNUmakefile Initial commit of the public release 2026-07-02 20:13:10 +02:00
LICENSE.md Initial commit of the public release 2026-07-02 20:13:10 +02:00
NAMESPACE Revise soil sorption table, add some soil sorption and degradation data 2026-08-24 10:40:35 +02:00
NEWS.md Initial commit of the public release 2026-07-02 20:13:10 +02:00
README.md Check package, instructions for DiagrammeR <= 1.0.11 2026-08-24 11:00:55 +02:00
README.rmd Check package, instructions for DiagrammeR <= 1.0.11 2026-08-24 11:00:55 +02:00

R-universe
status R-CMD-check

derappp - Data for Environmental Risk Assessment of Plant Protection Products

Makes some public data for environmental risk assessment of plant protection products accessible in R. Includes definitions of substances in terms of well-defined chemical entities, if applicable. Also includes source references including page numbers, most often referring to secondary sources, as the original reports are usually unpublished. Uses standardised scientific names for biological species and includes physicochemical as well as ecotoxicological data. Data sources are mainly conclusions from the European pesticide risk assessment peer review process published by the European Food Safety Authority (EFSA) and Renewal Assessment Reports (RARs), also published by EFSA. Note that the use of the data included in this package for registration purposes may be restricted by regulatory data protection, also known as data exclusivity rules, as detailed for example in article 59 of Regulation (EC) No 1107/2009.

Documentation

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

Installation

You can install derappp from the Agroscope R-Universe using the command

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

This will also install the dependencies chents and srppphist that are not published on CRAN.

In case you wonder how to install a version <= 1.0.11 of the DiagrammeR package (we list this as “Suggests:” in the DESCRIPTION), with the pak installed it is as easy as

pak::pak("rich-iannone/DiagrammeR@v1.0.11")

Concept and scope

Please have a look a the concept for details.