From 84a2cfa3d8926cdd1f5be3a9a449afe3c888a095 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Thu, 28 Nov 2024 12:38:58 +0100 Subject: Polish documentation and Makefile The Makefile was adjusted to the way used in other packages of mine. Note that, @inheritParams does not work for superclasses yet, see https://github.com/r-lib/roxygen2/issues/996, so some function parameters are documented twice. --- NAMESPACE | 1 + 1 file changed, 1 insertion(+) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index 4529781..ca2ae56 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -3,6 +3,7 @@ S3method(plot,chent) S3method(print,chent) S3method(print,pai) +S3method(print,ppp) export(chent) export(draw_svg.chent) export(pai) -- cgit v1.2.1