Skip to content

Commit

Permalink
README: Use canonical form of CRAN URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lentinj committed Sep 25, 2022
1 parent cf05199 commit 6b43a6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* README: Use canonical form of CRAN URL

2022-09-25 Jamie Lentin <jm@lentin.co.uk>

Version 1.5-2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a concise, [TAP](http://testanything.org/)-compliant, R package for writ

The workhorse of the `unittest` package is the `ok` function which prints "ok" when the expression provided evaluates to `TRUE` and "not ok" if the expression evaluates to anything else or results in an error.

If you are writing a package see the ["Adding Tests to Packages" vignette](https://cran.r-project.org/web/packages/unittest/vignettes/testing_packages.html).
If you are writing a package see the ["Adding Tests to Packages" vignette](https://cran.r-project.org/package=unittest/vignettes/testing_packages.html).

The package was inspired by Perl's [Test::Simple](https://metacpan.org/pod/Test::Simple).

Expand Down

0 comments on commit 6b43a6c

Please sign in to comment.