From 88027b7a70510b48bd7525ffcd536f0808d263e7 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Fri, 3 Jul 2026 11:51:32 +0200
Subject: Improve description with README text
Also, read the description into the Readme to have them
in sync and update docs with roxygen 8.
---
docs/reference/ppp.html | 49 +++++++++++++++++++++----------------------------
1 file changed, 21 insertions(+), 28 deletions(-)
(limited to 'docs/reference/ppp.html')
diff --git a/docs/reference/ppp.html b/docs/reference/ppp.html
index 29ce898..fb10259 100644
--- a/docs/reference/ppp.html
+++ b/docs/reference/ppp.html
@@ -9,7 +9,7 @@ product">
chents
- 0.4.1
+ 0.4.2
The name of the product
-ais
+ ais
A list of active ingredients
-concentrations
+ concentrations
The concentration of the ais
-concentration_units
+ concentration_units
Defaults to g/L
-density
+ density
The density of the product
-density_units
+ density_units
Defaults to g/L
@@ -78,11 +78,10 @@ product
+
ppp$new()
Creates a new instance of this R6 class.
Usage
ppp$new(
@@ -93,45 +92,38 @@ product
density = 1000,
density_units = "g/L"
)
-
-
-
+
Arguments
name
The name of the product
-
-...
+ ...
Identifiers of the active ingredients
-
-concentrations
+ concentrations
Concentrations of the active ingredients
-
-concentration_units
+ concentration_units
Defaults to g/L
-
-density
+ density
The density
-
-density_units
+ density_units
Defaults to g/L
-
+
+
+
ppp$clone()
The objects of this class are cloneable with this method.
-
-
+
Arguments
deep
Whether to make a deep clone.
@@ -142,6 +134,7 @@ product
+