From b46bf9bf3322cc95392ec25a39c0ccc8b9497402 Mon Sep 17 00:00:00 2001 From: berthetclement Date: Tue, 27 Aug 2024 14:30:15 +0200 Subject: [PATCH] update cran-comment --- cran-comments.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cran-comments.md b/cran-comments.md index 2765ccbf..88eeb7d4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -7,7 +7,8 @@ - Manage package : - Add `\value` section in documentation - Using foo::f instead of foo:::f to access exported objects - - Replace `options(warn=-1)` by `suppressWarnings()` + - Replace `options(warn=-1)` by `suppressWarnings()` + - Delete references to .GlobalEnv (`assign()`)