-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
328547c
commit b994a36
Showing
3 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: adaR | ||
Title: A Fast 'WHATWG' Compliant URL Parser | ||
Version: 0.3.0.9000 | ||
Version: 0.3.1 | ||
Authors@R: | ||
c(person("David", "Schoch", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-2952-4812")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
## Update from 0.2.0 to 0.3.0 | ||
## Update from 0.3.0 to 0.3.1 | ||
|
||
* bump ada_url version to 2.7.0 | ||
* export all `ada_clear_*()` functions | ||
* export all `ada_set_*()` functions | ||
* added `ada_get_basename()` | ||
* bump ada_url version to 2.7.3 | ||
* repository transferred to gesistsa | ||
|
||
|
||
# Test environments | ||
* ubuntu 22.04, R 4.3.1 | ||
* ubuntu 22.04, R 4.3.2 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note (Ubuntu) | ||
|
||
checking installed package size ... NOTE | ||
installed size is 5.8Mb | ||
installed size is 5.7Mb | ||
sub-directories of 1Mb or more: | ||
libs 5.3Mb | ||
libs 5.2Mb |