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. --- log/test.log | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 log/test.log (limited to 'log/test.log') diff --git a/log/test.log b/log/test.log new file mode 100644 index 0000000..6c6325d --- /dev/null +++ b/log/test.log @@ -0,0 +1,26 @@ +Loading required package: usethis +ℹ Testing chents + +Attaching package: ‘testthat’ + +The following object is masked from ‘package:devtools’: + + test_file + +✔ | F W S OK | Context + +⠏ | 0 | chent +⠏ | 0 | Generation of chent objects +⠋ | 1 | Generation of chent objects +⠸ | 4 | Generation of chent objects +✔ | 7 | Generation of chent objects [4.9s] + +⠏ | 0 | pai +⠏ | 0 | Generation of pai objects +⠋ | 1 | Generation of pai objects +✔ | 8 | Generation of pai objects [6.8s] + +══ Results ═════════════════════════════════════════════════════════════════════ +Duration: 11.7 s + +[ FAIL 0 | WARN 0 | SKIP 0 | PASS 15 ] -- cgit v1.2.1