Skip to content

Commit

Permalink
presubmission updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kloivenn committed Sep 16, 2021
1 parent 2f0918f commit fc18131
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

.Rproj
\.Rhistory
.Rproj.user
2 changes: 1 addition & 1 deletion R/jrc.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 9 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/Session.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc18131

Please sign in to comment.