Skip to content

Commit

Permalink
0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas committed Feb 26, 2023
1 parent 9a8588c commit 69ec737
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pacs
Title: Supplementary Tools for R Packages Developers
Version: 0.4.8.9000
Version: 0.4.9
Authors@R:
person(given = "Maciej",
family = "Nasinski",
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# pacs 0.4.8.9000
# pacs 0.4.9

* update all `*_validate` functions to treat the analyzed version as newest one if is bigger or equal to the newest CRAN, not only equal as before.
* improved quality of the tinyverse vignette.
* improved quality of vignettes.
* add usage of the `pacs::checked_packages` function in README.

# pacs 0.4.8

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pacs::lib_validate(
)
```

Gather all package check statuses for all CRAN servers:
All package check statuses for all CRAN servers:

```r
pacs::checked_packages()
Expand Down

0 comments on commit 69ec737

Please sign in to comment.