Skip to content

Commit

Permalink
CRAN release 2.8. Many improvements. Vignette covers all details...
Browse files Browse the repository at this point in the history
Big thank you to contributors
Krystian Igras, Appsilon, Angela (aalucaci), Jeroen Ooms, and
everyone else
  • Loading branch information
tonyfischetti committed Jan 25, 2021
1 parent 045b61a commit 8126b69
Show file tree
Hide file tree
Showing 13 changed files with 111 additions and 45 deletions.
2 changes: 0 additions & 2 deletions CRAN-RELEASE

This file was deleted.

9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: assertr
Type: Package
Title: Assertive Programming for R Analysis Pipelines
Version: 2.7
Version: 2.8
Authors@R: person("Tony", "Fischetti",
email="tony.fischetti@gmail.com",
role = c("aut", "cre"))
Expand All @@ -10,7 +10,7 @@ Description: Provides functionality to assert conditions
analysis pipelines can fail quickly. Similar to
'stopifnot()' but more powerful, friendly, and easier
for use in pipelines.
URL: https://docs.ropensci.org/assertr (website)
URL: https://docs.ropensci.org/assertr/ (website)
https://github.com/ropensci/assertr
BugReports: https://github.com/ropensci/assertr/issues
License: MIT + file LICENSE
Expand All @@ -26,7 +26,8 @@ Imports:
Suggests:
knitr,
testthat,
magrittr
magrittr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.1.1
RoxygenNote: 7.1.1
Encoding: UTF-8
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ For more info, check out the `assertr` vignette
```
Or [read it here](https://CRAN.R-project.org/package=assertr/vignettes/assertr.html)

# [![ropensci\_footer](https://ropensci.org/public_images/github_footer.png)](http://ropensci.org)
# [![ropensci\_footer](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org/)
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments
* local macOS Sierra 10.14 install, R 3.5.2
* ubuntu (on travis-ci), R 3.5.1
* win-builder (devel and release)
* local Debian 10 (buster) install, R 4.0.0
* local macOS High Sierra 10.13 install, R 4.0.3
* win-builder (devel, release, and old_release)

## R CMD check results

Expand Down
26 changes: 20 additions & 6 deletions man/assert.Rd

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

29 changes: 22 additions & 7 deletions man/assert_rows.Rd

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

1 change: 0 additions & 1 deletion man/assertr.Rd

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

3 changes: 1 addition & 2 deletions man/chaining_functions.Rd

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

24 changes: 19 additions & 5 deletions man/insist.Rd

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

29 changes: 22 additions & 7 deletions man/insist_rows.Rd

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

3 changes: 1 addition & 2 deletions man/maha_dist.Rd

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

13 changes: 10 additions & 3 deletions man/verify.Rd

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

9 changes: 7 additions & 2 deletions man/within_bounds.Rd

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

0 comments on commit 8126b69

Please sign in to comment.