-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For xxhash, needed by dependency scanning.
- Loading branch information
1 parent
3005221
commit f498104
Showing
35 changed files
with
7,271 additions
and
79 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
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: cli | ||
Title: Helpers for Developing Command Line Interfaces | ||
Version: 3.6.2 | ||
Version: 3.6.3.9000 | ||
Authors@R: c( | ||
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")), | ||
person("Hadley", "Wickham", role = "ctb"), | ||
|
@@ -21,22 +21,20 @@ BugReports: https://github.com/r-lib/cli/issues | |
Depends: R (>= 3.4) | ||
Imports: utils | ||
Suggests: callr, covr, crayon, digest, glue (>= 1.6.0), grDevices, | ||
htmltools, htmlwidgets, knitr, methods, mockery, processx, ps | ||
(>= 1.3.4.9000), rlang (>= 1.0.2.9003), rmarkdown, rprojroot, | ||
rstudioapi, testthat, tibble, whoami, withr | ||
htmltools, htmlwidgets, knitr, methods, processx, ps (>= | ||
1.3.4.9000), rlang (>= 1.0.2.9003), rmarkdown, rprojroot, | ||
rstudioapi, testthat (>= 3.2.0), tibble, whoami, withr | ||
Config/Needs/website: r-lib/asciicast, bench, brio, cpp11, decor, desc, | ||
fansi, prettyunits, sessioninfo, tidyverse/tidytemplate, | ||
usethis, vctrs | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 | ||
NeedsCompilation: yes | ||
Packaged: 2023-12-10 22:38:10 UTC; gaborcsardi | ||
Packaged: 2024-11-08 08:17:43 UTC; gaborcsardi | ||
Author: Gábor Csárdi [aut, cre], | ||
Hadley Wickham [ctb], | ||
Kirill Müller [ctb], | ||
Salim Brüggemann [ctb] (<https://orcid.org/0000-0002-5329-5987>), | ||
Posit Software, PBC [cph, fnd] | ||
Maintainer: Gábor Csárdi <[email protected]> | ||
Repository: CRAN | ||
Date/Publication: 2023-12-11 07:40:13 UTC |
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
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
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
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
Oops, something went wrong.