From 76e8e4f4f205c65d9a748eb2f31329919d20f18b Mon Sep 17 00:00:00 2001 From: Konrad Rudolph Date: Thu, 22 Apr 2021 09:46:49 +0100 Subject: [PATCH] Update CRAN comments --- cran-comments.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 7b0a8af0..db33102b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,17 +1,13 @@ ## Changes -* Fix: Adjustment in test suite to fix a R CMD CHECK failure on WinBuilder when - the capitalisation of the current working directory as returned from getwd() - mismatches the actual capitalisation in the filesystem. +* Fix test failure due to an update in the 'devtools' dependency. +* Fix: remove unnecessary 'LazyData' statement from 'DESCRIPTION'. Other changes: -* Enhancement: Allow trailing comma in box::use() -* Enhancement: Support loading local modules from open files in RStudio -* Enhancement: improve error message and performance for module environment name - access via `$` -* Enhancement: Add explicit support for 'testthat' -* Fix: Attach names starting with a dot +* Enhancement: Make box::help() work with attached objects +* Enhancement: Allow trailing comma in attach list +* Fix: Make box::use(.) syntax work ## Test environments