Skip to content

Commit

Permalink
fix broken URL link
Browse files Browse the repository at this point in the history
  • Loading branch information
DavZim committed Jan 10, 2024
1 parent d155076 commit 8b6a645
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dataverifyr
Type: Package
Title: A Lightweight, Flexible, and Fast Data Validation Package that Can Handle All Sizes of Data
Version: 0.1.7
Version: 0.1.8
Authors@R: c(
person(given = "David",
family = "Zimmermann-Kollenda",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

# dataverifyr 0.1.8

* fix broken URL Link to pointblank

# dataverifyr 0.1.7

* rename args `fail_on_X` to `stop_on_X`
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ dbDisconnect(con, shutdown = TRUE)

If this library is not what you are looking for, the following might be good alternatives to validate your data:

- [`pointblank`](https://rich-iannone.github.io/pointblank/)
- [`pointblank`](https://rstudio.github.io/pointblank/)
- [`validate`](https://github.com/data-cleaning/validate)
- [`data.validator`](https://github.com/Appsilon/data.validator)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,6 @@ dbDisconnect(con, shutdown = TRUE)
If this library is not what you are looking for, the following might be
good alternatives to validate your data:

- [`pointblank`](https://rich-iannone.github.io/pointblank/)
- [`pointblank`](https://rstudio.github.io/pointblank/)
- [`validate`](https://github.com/data-cleaning/validate)
- [`data.validator`](https://github.com/Appsilon/data.validator)
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixes some bugs and exposes an internal function for better usability
Fix broken URL link

0 comments on commit 8b6a645

Please sign in to comment.