Skip to content

Commit 8126b69

Browse files
committed
CRAN release 2.8. Many improvements. Vignette covers all details...
Big thank you to contributors Krystian Igras, Appsilon, Angela (aalucaci), Jeroen Ooms, and everyone else
1 parent 045b61a commit 8126b69

13 files changed

+111
-45
lines changed

CRAN-RELEASE

Lines changed: 0 additions & 2 deletions
This file was deleted.

DESCRIPTION

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: assertr
22
Type: Package
33
Title: Assertive Programming for R Analysis Pipelines
4-
Version: 2.7
4+
Version: 2.8
55
Authors@R: person("Tony", "Fischetti",
66
email="tony.fischetti@gmail.com",
77
role = c("aut", "cre"))
@@ -10,7 +10,7 @@ Description: Provides functionality to assert conditions
1010
analysis pipelines can fail quickly. Similar to
1111
'stopifnot()' but more powerful, friendly, and easier
1212
for use in pipelines.
13-
URL: https://docs.ropensci.org/assertr (website)
13+
URL: https://docs.ropensci.org/assertr/ (website)
1414
https://github.com/ropensci/assertr
1515
BugReports: https://github.com/ropensci/assertr/issues
1616
License: MIT + file LICENSE
@@ -26,7 +26,8 @@ Imports:
2626
Suggests:
2727
knitr,
2828
testthat,
29-
magrittr
29+
magrittr,
30+
rmarkdown
3031
VignetteBuilder: knitr
31-
RoxygenNote: 6.1.1
32+
RoxygenNote: 7.1.1
3233
Encoding: UTF-8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ For more info, check out the `assertr` vignette
182182
```
183183
Or [read it here](https://CRAN.R-project.org/package=assertr/vignettes/assertr.html)
184184

185-
# [![ropensci\_footer](https://ropensci.org/public_images/github_footer.png)](http://ropensci.org)
185+
# [![ropensci\_footer](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org/)

cran-comments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Test environments
2-
* local macOS Sierra 10.14 install, R 3.5.2
3-
* ubuntu (on travis-ci), R 3.5.1
4-
* win-builder (devel and release)
2+
* local Debian 10 (buster) install, R 4.0.0
3+
* local macOS High Sierra 10.13 install, R 4.0.3
4+
* win-builder (devel, release, and old_release)
55

66
## R CMD check results
77

man/assert.Rd

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

man/assert_rows.Rd

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

man/assertr.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/chaining_functions.Rd

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

man/insist.Rd

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

man/insist_rows.Rd

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

man/maha_dist.Rd

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

man/verify.Rd

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

man/within_bounds.Rd

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

0 commit comments

Comments
 (0)