Skip to content

Commit 7a5aaa7

Browse files
committed
fixes rotor dependency version and prep for release
1 parent e146005 commit 7a5aaa7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+511
-674
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Suggests:
3636
knitr,
3737
RMariaDB,
3838
rmarkdown,
39-
rotor (>= 2.2.0),
39+
rotor (>= 0.2.2),
4040
RPostgres,
4141
rprojroot,
4242
RSQLite,

R/get_logger.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ loggers <- new.env()
1010
#' @param class An [R6ClassGenerator][R6::R6] object. Usually `Logger` or `LoggerGlue`
1111
#' are the only valid choices.
1212
#' @param reset a `logical` scalar. If `TRUE` the logger is reset to an
13-
#' unconfigured state. Unlinke `$config(NULL)` this aso replaces a
13+
#' unconfigured state. Unlike `$config(NULL)` this also replaces a
1414
#' `LoggerGlue` with vanilla `Logger`.
1515
#'
1616
#' @return a [Logger]

cran-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Test environments
2-
* ubuntu 18.04, R 3.5.2
2+
* ubuntu 18.04, R 3.6.0
33
* ubuntu 14.04 (on travis-ci), R 3.5.2
44
* ubuntu 14.04 (remote RStudio server), R 3.4.3
55
* win-builder (devel and release)
@@ -10,4 +10,4 @@
1010

1111
0 errors | 0 warnings | 0 notes
1212

13-
Fixed issue where some tests would leave behind files in /tmp
13+
new features & bugfixes

docs/404.html

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/lgr.html

Lines changed: 217 additions & 209 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 12 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)