From fc18131bf6e5853d4c70c669926d65274e676ac4 Mon Sep 17 00:00:00 2001 From: Sveta Date: Thu, 16 Sep 2021 10:27:24 +0200 Subject: [PATCH] presubmission updates --- .gitignore | 2 +- R/jrc.R | 2 +- cran-comments.md | 9 +++++++++ man/Session.Rd | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index da3ba79..cf572bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ - +.Rproj \.Rhistory .Rproj.user diff --git a/R/jrc.R b/R/jrc.R index 1fd619c..c2bd497 100644 --- a/R/jrc.R +++ b/R/jrc.R @@ -60,7 +60,7 @@ #' the session. If the variable doesn't exist, throws an error. If \code{remove} is a vector of characters, removes #' variables with these names from the session environment. One can add variables to the session environment, #' get one back and remove variables with a single function call. Check \code{\link{setSessionVariables}}, -#' \code{\link{getSessionVarilable}}, \code{\link{removeSessionVariables}} for more information. +#' \code{\link{getSessionVariable}}, \code{\link{removeSessionVariables}} for more information. #' } #' \item{\code{setLimits(limits)}}{ #' Sets limits for memory usage, number of simultaneously active connections and amount of messages processed per second. diff --git a/cran-comments.md b/cran-comments.md index 8f68ce9..3593480 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -2,6 +2,15 @@ This is a new version of the package. It introduces minor changes in functionality and also fixes a couple of existing issues. See NEWS.md for more details. +## Test environments +* local ubuntu 20.04 LST, R 4.0.3 +* win-builder: R-devel +* ubuntu 16.04.6 LTS, R-devel, R 4.0.2, R 3.6.3 (travis ci) + +## R CMD check results + +There were no ERRORS, WARNINGS or NOTES + # Previous cran-comments ## Resubmission diff --git a/man/Session.Rd b/man/Session.Rd index 4936c1d..6d954e4 100644 --- a/man/Session.Rd +++ b/man/Session.Rd @@ -67,7 +67,7 @@ One can manipulate a session directly, using its methods described below, via me the session. If the variable doesn't exist, throws an error. If \code{remove} is a vector of characters, removes variables with these names from the session environment. One can add variables to the session environment, get one back and remove variables with a single function call. Check \code{\link{setSessionVariables}}, - \code{\link{getSessionVarilable}}, \code{\link{removeSessionVariables}} for more information. + \code{\link{getSessionVariable}}, \code{\link{removeSessionVariables}} for more information. } \item{\code{setLimits(limits)}}{ Sets limits for memory usage, number of simultaneously active connections and amount of messages processed per second.