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.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/reference/ppp.md') diff --git a/docs/reference/ppp.md b/docs/reference/ppp.md index 77ff2b6..12293c5 100644 --- a/docs/reference/ppp.md +++ b/docs/reference/ppp.md @@ -37,13 +37,13 @@ object. ### Public methods -- [`ppp$new()`](#method-ppp-new) +- [`ppp$new()`](#method-ppp-initialize) - [`ppp$clone()`](#method-ppp-clone) ------------------------------------------------------------------------ -### Method `new()` +### `ppp$new()` Creates a new instance of this [R6](https://r6.r-lib.org/reference/R6Class.html) class. @@ -87,7 +87,7 @@ Creates a new instance of this ------------------------------------------------------------------------ -### Method `clone()` +### `ppp$clone()` The objects of this class are cloneable with this method. -- cgit v1.2.3