-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Wrap
python_cmd
with normalizePath()
* `ArgumentParser()`'s `python_cmd` argument is now wrapped by `normalizePath(mustWork = FALSE)`.
- Loading branch information
Showing
5 changed files
with
33 additions
and
24 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,8 +1,8 @@ | ||
Package: argparse | ||
Type: Package | ||
Title: Command Line Optional and Positional Argument Parser | ||
Version: 2.2.3 | ||
Authors@R: c(person("Trevor L", "Davis", role=c("aut", "cre"), | ||
Version: 2.2.4-0 | ||
Authors@R: c(person("Trevor L.", "Davis", role=c("aut", "cre"), | ||
email="[email protected]", | ||
comment = c(ORCID = "0000-0001-6341-4639")), | ||
person("Allen", "Day", role="ctb", comment="Some documentation and examples ported from the getopt package."), | ||
|
@@ -28,5 +28,6 @@ Suggests: | |
rmarkdown, | ||
testthat | ||
VignetteBuilder: knitr | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
Encoding: UTF-8 |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.