-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip deploy] Update renv.lock file for python app
- Loading branch information
1 parent
b24e340
commit 9ea3f27
Showing
1 changed file
with
5 additions
and
6 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 |
---|---|---|
|
@@ -1012,10 +1012,10 @@ | |
}, | ||
"cli": { | ||
"Package": "cli", | ||
"Version": "3.6.3", | ||
"Version": "3.6.4", | ||
"Source": "Repository", | ||
"Title": "Helpers for Developing Command Line Interfaces", | ||
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", , \"[email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", | ||
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"gabor@posit.co\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", , \"[email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", | ||
"Description": "A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI colors and text styles as well.", | ||
"License": "MIT + file LICENSE", | ||
"URL": "https://cli.r-lib.org, https://github.com/r-lib/cli", | ||
|
@@ -1037,25 +1037,24 @@ | |
"htmlwidgets", | ||
"knitr", | ||
"methods", | ||
"mockery", | ||
"processx", | ||
"ps (>= 1.3.4.9000)", | ||
"rlang (>= 1.0.2.9003)", | ||
"rmarkdown", | ||
"rprojroot", | ||
"rstudioapi", | ||
"testthat", | ||
"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", | ||
"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 <csardi.gabor@gmail.com>", | ||
"Maintainer": "Gábor Csárdi <gabor@posit.co>", | ||
"Repository": "CRAN" | ||
}, | ||
"codetools": { | ||
|