Skip to content

Commit f010c1f

Browse files
authored
secretbase 1.3.0
1 parent fd80fb2 commit f010c1f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: secretbase
33
Title: Cryptographic Hash Functions and Data Encoding
4-
Version: 1.2.2.9000
4+
Version: 1.3.0
55
Authors@R: c(
66
person("Charlie", "Gao", , "charlie.gao@posit.co", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-0750-061X")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# secretbase (development version)
1+
# secretbase 1.3.0
22

33
* `base64enc()` and `base64dec()` gain a `url` argument for the URL- and filename-safe base64 variant (RFC 4648 section 5), using the `-` and `_` alphabet without padding.
44

cran-comments.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
## R CMD check results
22

33
0 errors | 0 warnings | 0 notes
4+
5+
## revdepcheck results
6+
7+
We checked 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
8+
9+
* We saw 0 new problems
10+
* We failed to check 0 packages

0 commit comments

Comments
 (0)