Skip to content

Commit

Permalink
Ready for CRAN v3.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rorynolan committed Oct 17, 2020
1 parent 93257a5 commit be9f6c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: filesstrings
Title: Handy File and String Manipulation
Version: 3.2.0
Version: 3.2.1
Authors@R:
c(person(given = "Rory",
family = "Nolan",
Expand All @@ -26,15 +26,15 @@ License: GPL-3
URL: https://github.com/rorynolan/filesstrings
BugReports: https://github.com/rorynolan/filesstrings/issues
Depends:
R (>= 3.1),
R (>= 3.5),
stringr (>= 1.4)
Imports:
checkmate (>= 1.9.3),
magrittr (>= 1.5),
purrr (>= 0.3.0),
rlang (>= 0.3.3),
strex (>= 1.4),
stringi (>= 1.5),
stringi (>= 1.4.6),
withr (>= 2.1.0)
Suggests:
covr,
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# `filesstrings` 3.2.1

## BUG FIXES
* R version 3.5 or greater is needed for `strex` >= 1.4.



# `filesstrings` 3.2.0

## BUG FIXES
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"codeRepository": "https://github.com/rorynolan/filesstrings",
"issueTracker": "https://github.com/rorynolan/filesstrings/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "3.2.0",
"version": "3.2.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -140,7 +140,7 @@
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.1"
"version": ">= 3.5"
},
{
"@type": "SoftwareApplication",
Expand Down Expand Up @@ -284,6 +284,6 @@
}
],
"relatedLink": "https://CRAN.R-project.org/package=filesstrings",
"fileSize": "51931.148KB",
"fileSize": "51931.369KB",
"readme": "https://github.com/rorynolan/filesstrings/blob/master/README.md"
}

0 comments on commit be9f6c7

Please sign in to comment.