Skip to content

Commit

Permalink
Rename release v1.0.3 => v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klmr committed Sep 12, 2021
1 parent c887280 commit 05aed60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: box
Title: Write Reusable, Composable and Modular R Code
Version: 1.0.3
Version: 1.1.0
Authors@R: c(
person(
'Konrad', 'Rudolph',
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# box 1.0.3
# box 1.1.0

## Breaking changes

Expand Down
4 changes: 4 additions & 0 deletions tests/testthat/helper-callr.r
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
r_cmdline = function (cmd, ...) {
skip_on_os('windows')
# Some of the script tests fail on CRAN and, lacking stack traces, it’s
# simply impossible to debug this. So we disable them.
skip_on_cran()

in_tests = grepl('tests/testthat$', getwd())
rprofile = file.path(
if (in_tests) '.' else 'tests/testthat',
Expand Down

0 comments on commit 05aed60

Please sign in to comment.