Skip to content

Commit

Permalink
chore: Prep for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed Dec 8, 2022
1 parent f22b70c commit 418cffd
Show file tree
Hide file tree
Showing 4 changed files with 4 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: argparse
Type: Package
Title: Command Line Optional and Positional Argument Parser
Version: 2.2.0-2
Version: 2.2.1
Authors@R: c(person("Trevor L", "Davis", role=c("aut", "cre"),
email="[email protected]",
comment = c(ORCID = "0000-0001-6341-4639")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
argparse 2.2.0
argparse 2.2.1
==============

* We now support the following `ArgumentParser()` methods:
Expand Down
2 changes: 1 addition & 1 deletion R/argparse.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ArgumentParser <- function(..., python_cmd = NULL) { # nolint
"",
"def logical(s):",
" if isinstance(s, bool):",
" return bool",
" return s",
" elif s in ('T', 'TRUE', 'True', 'true'):",
" return True",
" elif s in ('F', 'FALSE', 'False', 'false'):",
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Test environments

* local (linux), R 4.2.1
* local (linux), R 4.2.2
* win-builder (windows), R devel
* Github Actions (linux), R devel, release, oldrel
* Github Actions (windows), R release
Expand Down

0 comments on commit 418cffd

Please sign in to comment.