Skip to content

Commit e065f8d

Browse files
committed
repo: renv
1 parent fa6bbab commit e065f8d

File tree

1 file changed

+2
-118
lines changed

1 file changed

+2
-118
lines changed

renv.lock

Lines changed: 2 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,50 +1955,8 @@
19551955
},
19561956
"crew": {
19571957
"Package": "crew",
1958-
"Version": "1.0.0",
1958+
"Version": "1.1.0",
19591959
"Source": "Repository",
1960-
"Title": "A Distributed Worker Launcher Framework",
1961-
"Description": "In computationally demanding analysis projects, statisticians and data scientists asynchronously deploy long-running tasks to distributed systems, ranging from traditional clusters to cloud services. The 'NNG'-powered 'mirai' R package by Gao (2023) <doi:10.5281/zenodo.7912722> is a sleek and sophisticated scheduler that efficiently processes these intense workloads. The 'crew' package extends 'mirai' with a unifying interface for third-party worker launchers. Inspiration also comes from packages. 'future' by Bengtsson (2021) <doi:10.32614/RJ-2021-048>, 'rrq' by FitzJohn and Ashton (2023) <https://github.com/mrc-ide/rrq>, 'clustermq' by Schubert (2019) <doi:10.1093/bioinformatics/btz284>), and 'batchtools' by Lang, Bischel, and Surmann (2017) <doi:10.21105/joss.00135>.",
1962-
"License": "MIT + file LICENSE",
1963-
"URL": "https://wlandau.github.io/crew/, https://github.com/wlandau/crew",
1964-
"BugReports": "https://github.com/wlandau/crew/issues",
1965-
"Authors@R": "c( person( given = c(\"William\", \"Michael\"), family = \"Landau\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-1878-3253\") ), person( given = \"Daniel\", family = \"Woodie\", role = \"ctb\" ), person( family = \"Eli Lilly and Company\", role = c(\"cph\", \"fnd\") ))",
1966-
"Depends": [
1967-
"R (>= 4.0.0)"
1968-
],
1969-
"Imports": [
1970-
"cli (>= 3.1.0)",
1971-
"data.table",
1972-
"getip",
1973-
"later",
1974-
"mirai (>= 2.0.1)",
1975-
"nanonext (>= 1.4.0)",
1976-
"processx",
1977-
"promises",
1978-
"ps",
1979-
"R6",
1980-
"rlang",
1981-
"stats",
1982-
"tibble",
1983-
"tidyselect",
1984-
"tools",
1985-
"utils"
1986-
],
1987-
"Suggests": [
1988-
"autometric (>= 0.1.0)",
1989-
"knitr (>= 1.30)",
1990-
"markdown (>= 1.1)",
1991-
"rmarkdown (>= 2.4)",
1992-
"testthat (>= 3.0.0)"
1993-
],
1994-
"Encoding": "UTF-8",
1995-
"Language": "en-US",
1996-
"VignetteBuilder": "knitr",
1997-
"Config/testthat/edition": "3",
1998-
"RoxygenNote": "7.3.2",
1999-
"NeedsCompilation": "no",
2000-
"Author": "William Michael Landau [aut, cre] (<https://orcid.org/0000-0003-1878-3253>), Daniel Woodie [ctb], Eli Lilly and Company [cph, fnd]",
2001-
"Maintainer": "William Michael Landau <[email protected]>",
20021960
"Repository": "RSPM"
20031961
},
20041962
"crosstalk": {
@@ -8673,82 +8631,8 @@
86738631
},
86748632
"targets": {
86758633
"Package": "targets",
8676-
"Version": "1.10.1",
8634+
"Version": "1.11.1",
86778635
"Source": "Repository",
8678-
"Title": "Dynamic Function-Oriented 'Make'-Like Declarative Pipelines",
8679-
"Description": "Pipeline tools coordinate the pieces of computationally demanding analysis projects. The 'targets' package is a 'Make'-like pipeline tool for statistics and data science in R. The package skips costly runtime for tasks that are already up to date, orchestrates the necessary computation with implicit parallel computing, and abstracts files as R objects. If all the current output matches the current upstream code and data, then the whole pipeline is up to date, and the results are more trustworthy than otherwise. The methodology in this package borrows from GNU 'Make' (2015, ISBN:978-9881443519) and 'drake' (2018, <doi:10.21105/joss.00550>).",
8680-
"License": "MIT + file LICENSE",
8681-
"URL": "https://docs.ropensci.org/targets/, https://github.com/ropensci/targets",
8682-
"BugReports": "https://github.com/ropensci/targets/issues",
8683-
"Authors@R": "c( person( given = c(\"William\", \"Michael\"), family = \"Landau\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-1878-3253\") ), person( given = c(\"Matthew\", \"T.\"), family = \"Warkentin\", role = \"ctb\" ), person( given = \"Mark\", family = \"Edmondson\", email = \"[email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8434-3881\") ), person( given = \"Samantha\", family = \"Oliver\", role = \"rev\", comment = c(ORCID = \"0000-0001-5668-1165\") ), person( given = \"Tristan\", family = \"Mahr\", role = \"rev\", comment = c(ORCID = \"0000-0002-8890-5116\") ), person( family = \"Eli Lilly and Company\", role = c(\"cph\", \"fnd\") ))",
8684-
"Depends": [
8685-
"R (>= 3.5.0)"
8686-
],
8687-
"Imports": [
8688-
"base64url (>= 1.4)",
8689-
"callr (>= 3.7.0)",
8690-
"cli (>= 2.0.2)",
8691-
"codetools (>= 0.2.16)",
8692-
"data.table (>= 1.12.8)",
8693-
"igraph (>= 2.0.0)",
8694-
"knitr (>= 1.34)",
8695-
"ps (>= 1.8.0)",
8696-
"R6 (>= 2.4.1)",
8697-
"rlang (>= 1.0.0)",
8698-
"secretbase (>= 0.5.0)",
8699-
"stats",
8700-
"tibble (>= 3.0.1)",
8701-
"tidyselect (>= 1.1.0)",
8702-
"tools",
8703-
"utils",
8704-
"vctrs (>= 0.2.4)",
8705-
"yaml (>= 2.2.1)"
8706-
],
8707-
"Suggests": [
8708-
"autometric (>= 0.1.0)",
8709-
"bslib",
8710-
"clustermq (>= 0.9.2)",
8711-
"crew (>= 0.9.0)",
8712-
"curl (>= 4.3)",
8713-
"DT (>= 0.14)",
8714-
"dplyr (>= 1.0.0)",
8715-
"fst (>= 0.9.2)",
8716-
"future (>= 1.19.1)",
8717-
"future.batchtools (>= 0.9.0)",
8718-
"future.callr (>= 0.6.0)",
8719-
"gargle (>= 1.2.0)",
8720-
"googleCloudStorageR (>= 0.7.0)",
8721-
"gt (>= 0.2.2)",
8722-
"keras (>= 2.2.5.0)",
8723-
"markdown (>= 1.1)",
8724-
"nanonext (>= 0.12.0)",
8725-
"rmarkdown (>= 2.4)",
8726-
"parallelly (>= 1.35.0)",
8727-
"paws.common (>= 0.6.4)",
8728-
"paws.storage (>= 0.4.0)",
8729-
"pkgload (>= 1.1.0)",
8730-
"processx (>= 3.4.3)",
8731-
"qs2",
8732-
"reprex (>= 2.0.0)",
8733-
"rstudioapi (>= 0.11)",
8734-
"R.utils (>= 2.6.0)",
8735-
"shiny (>= 1.5.0)",
8736-
"shinybusy (>= 0.2.2)",
8737-
"shinyWidgets (>= 0.5.4)",
8738-
"tarchetypes",
8739-
"testthat (>= 3.0.0)",
8740-
"torch (>= 0.1.0)",
8741-
"usethis (>= 1.6.3)",
8742-
"visNetwork (>= 2.1.2)"
8743-
],
8744-
"Encoding": "UTF-8",
8745-
"Language": "en-US",
8746-
"VignetteBuilder": "knitr",
8747-
"Config/testthat/edition": "3",
8748-
"RoxygenNote": "7.3.2",
8749-
"NeedsCompilation": "no",
8750-
"Author": "William Michael Landau [aut, cre] (<https://orcid.org/0000-0003-1878-3253>), Matthew T. Warkentin [ctb], Mark Edmondson [ctb] (<https://orcid.org/0000-0002-8434-3881>), Samantha Oliver [rev] (<https://orcid.org/0000-0001-5668-1165>), Tristan Mahr [rev] (<https://orcid.org/0000-0002-8890-5116>), Eli Lilly and Company [cph, fnd]",
8751-
"Maintainer": "William Michael Landau <[email protected]>",
87528636
"Repository": "RSPM"
87538637
},
87548638
"testthat": {

0 commit comments

Comments
 (0)