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. --- .Rbuildignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.Rbuildignore') diff --git a/.Rbuildignore b/.Rbuildignore index 99eec76..b0d9a9b 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,7 +1,6 @@ ^chents_.*.tar.gz$ ^GNUmakefile$ -^README.html$ -^test.log$ +^log ^docs$ ^_pkgdown\.yml$ ^\.travis\.yml$ -- cgit v1.2.3