From d446f38e9edf52d41014be622f63e85206ddf763 Mon Sep 17 00:00:00 2001 From: Svetlana Date: Wed, 6 Nov 2019 15:58:25 +0100 Subject: [PATCH] cran-comments updated --- cran-comments.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index bb2ede6..7ddc5ac 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,25 @@ ## Resubmission +This is a new version that fixes some existing bugs, such as crashing when one attempts to send data with NAs present, +and inability to use the package on RStudio Server. For more details, please, check NEWS.md. + +## Reverse dependencies + +None is affected. + +## Test environments +* local ubuntu 18.04 LST, R 3.6.1 +* win-builder: R-devel +* ubuntu 14.04.5 LTS, R-devel, R 3.5.2, R 3.4.4 (travis ci) + +## R CMD check results + +There were no ERRORS, WARNINGS or NOTES + +#Previous cran-comments + +## Resubmission + This is a new version of the package. Here, we introduce functionality to limit the amount of control user can get over the currently running R session from the web page. As a part of this, `callFunction` function added to be used instead of `sendCommand` whenever possible and some bugs in variable types, when @@ -16,8 +36,6 @@ This resubmition will be followed by the resubmition of this package's reverse d There were no ERRORS, WARNINGS or NOTES -#Previous cran-comments - ## Test environments * local ubuntu 16.04 LST, R 3.5.1 * win-builder: R-devel