diff --git a/DESCRIPTION b/DESCRIPTION index a3dafef3b..757776fb0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,6 +16,7 @@ License: GPL-3 Encoding: UTF-8 LazyData: true ByteCompile: true +Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3.9000 Depends: R (>= 3.5) diff --git a/R/package.R b/R/package.R index a13a3bcf5..07e739c9b 100644 --- a/R/package.R +++ b/R/package.R @@ -5,12 +5,12 @@ #' package library. #' #' @param pkg Package names or package references. E.g. -#' - `ggplot2`: package from CRAN, Bioconductor or a CRAN-like repository +#' - `ggplot2` or `cran::ggplot2`: package from CRAN, Bioconductor or a CRAN-like repository #' in general, -#' - `tidyverse/ggplot2`: package from GitHub, -#' - `tidyverse/ggplot2@v3.4.0`: package from GitHub tag or branch, -#' - `https://examples.com/.../ggplot2_3.3.6.tar.gz`: package from URL, -#' - `.`: package in the current working directory. +#' - `tidyverse/ggplot2` or `github::tidyverse/ggplot2`: package from GitHub, +#' - `tidyverse/ggplot2@v3.4.0` or `github::tidyverse/ggplot2@v3.4.0`: package from GitHub tag or branch, +#' - `url::https://examples.com/.../ggplot2_3.3.6.tar.gz`: package from URL, +#' - `.` or `local::.`: package in the current working directory. #' #' See "[Package sources]" for more details. #' @param lib Package library to install the packages to. Note that _all_ diff --git a/man/cache.Rd b/man/cache.Rd index 19a17499e..1c0468f3b 100644 --- a/man/cache.Rd +++ b/man/cache.Rd @@ -53,78 +53,19 @@ packages in the package cache. \section{Examples}{ -\if{html}{\out{
-#> $cachepath -#> [1] "/Users/gaborcsardi/Library/Caches/org.R-project.R/R/pkgcache/pkg" -#> -#> $files -#> [1] 483 -#> -#> $size -#> [1] 654662486 -#> -
-#> # A data frame: 483 × 11 -#> fullpath path package url etag sha256 version platf…¹ built -#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <int> -#> 1 /Users/gaborc… arch… NA http… "\\"1… 0c8f0… NA NA NA -#> 2 /Users/gaborc… bin/… evalua… http… "\\"1… 08a39… 0.17 aarch6… NA -#> 3 /Users/gaborc… bin/… crayon http… "\\"2… 1e6d5… 1.5.2 aarch6… NA -#> 4 /Users/gaborc… bin/… common… http… "\\"4… 47b4a… 1.8.1 aarch6… NA -#> 5 /Users/gaborc… bin/… curl http… "\\"b… 7b8ba… 4.3.3 aarch6… NA -#> 6 /Users/gaborc… bin/… tinytex http… "\\"2… 7e9ba… 0.42 aarch6… NA -#> 7 /Users/gaborc… bin/… jsonli… http… "\\"1… 68e59… 1.8.2 aarch6… NA -#> 8 /Users/gaborc… bin/… lifecy… http… "\\"1… 7ce27… 1.0.3 aarch6… NA -#> 9 /Users/gaborc… bin/… vctrs http… "\\"1… c3a69… 0.4.2 aarch6… NA -#> 10 /Users/gaborc… src/… pkgcac… NA NA 9b70a… NA NA 0 -#> # … with 473 more rows, 2 more variables: vignettes <int>, -#> # rversion <chr>, and abbreviated variable name ¹platform -
-#> # A data frame: 1 × 11 -#> fullp…¹ path package url etag sha256 version platf…² built vigne…³ -#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <int> <int> -#> 1 /Users… bin/… recipes http… "\\"1… e281e… 1.0.2 aarch6… NA NA -#> # … with 1 more variable: rversion <chr>, and abbreviated variable -#> # names ¹fullpath, ²platform, ³vignettes -
-#> # A data frame: 69 × 11 -#> fullpath path package url etag sha256 version platf…¹ built -#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <int> -#> 1 /Users/gaborc… src/… crayon http… "\\"9… 70a9a… 1.5.2 source NA -#> 2 /Users/gaborc… src/… zip http… "\\"1… 14873… 2.2.1 source NA -#> 3 /Users/gaborc… src/… curl http… "\\"a… 3567b… 4.3.3 source NA -#> 4 /Users/gaborc… src/… rlang http… "\\"b… e6973… 1.0.6 source NA -#> 5 /Users/gaborc… src/… openssl http… "\\"1… 7cde9… 2.0.3 source NA -#> 6 /Users/gaborc… src/… tinytex http… "\\"8… 205f7… 0.42 source NA -#> 7 /Users/gaborc… src/… evalua… http… "\\"6… 49c74… 0.17 source NA -#> 8 /Users/gaborc… src/… Rcpp http… "\\"2… 807ce… 1.0.9 source NA -#> 9 /Users/gaborc… src/… knitr http… "\\"d… 9b8f9… 1.40 source NA -#> 10 /Users/gaborc… src/… lpSolve http… "\\"7… f7258… 5.6.17 source NA -#> # … with 59 more rows, 2 more variables: vignettes <int>, -#> # rversion <chr>, and abbreviated variable name ¹platform -
-#> -#> → Will install 13 packages. -#> → All 13 packages (7.68 MB) are cached. -#> + cli 3.3.0 -#> + crayon 1.5.1 -#> + ellipsis 0.3.2 -#> + fansi 1.0.3 -#> + glue 1.6.2 -#> + lifecycle 1.0.1 -#> + magrittr 2.0.3 -#> + pillar 1.7.0 -#> + pkgconfig 2.0.3 -#> + rlang 1.0.2 -#> + tibble 3.1.7 -#> + utf8 1.2.2 -#> + vctrs 0.4.1 -#> ℹ No downloads are needed, 13 pkgs (7.68 MB) are cached -#> ✔ Got utf8 1.2.2 (aarch64-apple-darwin20) (209.24 kB) -#> ✔ Installed cli 3.3.0 (76ms) -#> ✔ Installed crayon 1.5.1 (87ms) -#> ✔ Installed ellipsis 0.3.2 (97ms) -#> ✔ Installed fansi 1.0.3 (103ms) -#> ✔ Installed glue 1.6.2 (111ms) -#> ✔ Installed lifecycle 1.0.1 (153ms) -#> ✔ Installed magrittr 2.0.3 (158ms) -#> ✔ Installed pillar 1.7.0 (162ms) -#> ✔ Installed pkgconfig 2.0.3 (87ms) -#> ✔ Installed rlang 1.0.2 (39ms) -#> ✔ Installed tibble 3.1.7 (41ms) -#> ✔ Installed utf8 1.2.2 (39ms) -#> ✔ Installed vctrs 0.4.1 (32ms) -#> ✔ 1 pkg + 12 deps: added 13, dld 1 (209.24 kB) [1.8s] -
-#> -#> → Will install 1 package. -#> → The package (724.32 kB) is cached. -#> + tibble 3.1.7 -#> ℹ No downloads are needed, 1 pkg (724.32 kB) is cached -#> ✔ Installed tibble 3.1.7 (42ms) -#> ✔ 1 pkg + 12 deps: kept 11, added 1 [343ms] -
-#> -#> → Will install 1 package. -#> → The package (672.34 kB) is cached. -#> + tibble 3.1.7 👷🏼♀️🔧 -#> ℹ No downloads are needed, 1 pkg (672.34 kB) is cached -#> ℹ Building tibble 3.1.7 -#> ✔ Built tibble 3.1.7 (3.1s) -#> ✔ Installed tibble 3.1.7 (35ms) -#> ✔ 1 pkg + 12 deps: kept 11, added 1 [4.1s] -
-#> -#> → Will install 1 package. -#> → The package (540.04 kB) is cached. -#> + cli 3.3.0 👷🏽🔧 -#> ℹ No downloads are needed, 1 pkg (540.04 kB) is cached -#> ℹ Building cli 3.3.0 -#> ✔ Built cli 3.3.0 (4.5s) -#> ✔ Installed cli 3.3.0 (68ms) -#> ✔ 1 pkg + 12 deps: kept 11, added 1 [4.9s] -
-#> -#> ℹ No downloads are needed -#> ✔ 1 pkg + 12 deps: kept 12 [583ms] -
-#> -#> → Will update 2 packages. -#> → All 2 packages (0 B) are cached. -#> + tibble 3.1.8 → 3.1.8.9002 👷🏻🔧 (GitHub: 37ec86a) -#> + vctrs 0.5.1 → 0.5.1.9000 👷🏾♀️🔧 (GitHub: 2d7de76) -#> ℹ No downloads are needed, 2 pkgs are cached -#> ℹ Packaging vctrs 0.5.1.9000 -#> ✔ Packaged vctrs 0.5.1.9000 (1.4s) -#> ℹ Building vctrs 0.5.1.9000 -#> ✔ Built vctrs 0.5.1.9000 (11.2s) -#> ✔ Installed vctrs 0.5.1.9000 (github::r-lib/vctrs@2d7de76) (34ms) -#> ℹ Packaging tibble 3.1.8.9002 -#> ✔ Packaged tibble 3.1.8.9002 (502ms) -#> ℹ Building tibble 3.1.8.9002 -#> ✔ Built tibble 3.1.8.9002 (2.7s) -#> ✔ Installed tibble 3.1.8.9002 (github::tidyverse/tibble@37ec86a) (28ms) -#> ✔ 1 pkg + 10 deps: kept 9, upd 2 [17.5s] -
-#> -#> → Will install 1 package. -#> → Will update 1 package. -#> → All 2 packages (38.65 kB) are cached. -#> + ellipsis 0.3.2 -#> + tibble 3.1.8.9002 → 3.1.7 👷🏻♀️🔧 -#> ℹ No downloads are needed, 2 pkgs (38.65 kB) are cached -#> ✔ Installed ellipsis 0.3.2 (18ms) -#> ℹ Building tibble 3.1.7 -#> ✔ Built tibble 3.1.7 (2.5s) -#> ✔ Installed tibble 3.1.7 (31ms) -#> ✔ 1 pkg + 11 deps: kept 10, upd 1, added 1 [3.3s] -
-#> -#> → Will update 1 package. -#> → The package (724.32 kB) is cached. -#> + tibble 3.1.7 → 3.1.8 -#> ℹ No downloads are needed, 1 pkg (724.32 kB) is cached -#> ✔ Installed tibble 3.1.8 (36ms) -#> ✔ 1 pkg + 10 deps: kept 10, upd 1 [368ms] -
-#> -#> ℹ No downloads are needed -#> ✔ 1 pkg + 10 deps: kept 11 [278ms] -
-#> -#> → Will install 1 package. -#> → The package (724.32 kB) is cached. -#> + tibble 3.1.8 -#> ℹ No downloads are needed, 1 pkg (724.32 kB) is cached -#> ✔ Installed tibble 3.1.8 (60ms) -#> ✔ 1 pkg + 10 deps: kept 10, added 1 [340ms] -
-#> # A data frame: 11 × 32 -#> ref type direct direc…¹ status package version license needs…² -#> <chr> <chr> <lgl> <lgl> <chr> <chr> <chr> <chr> <lgl> -#> 1 cli stan… FALSE FALSE OK cli 3.4.1 MIT + … FALSE -#> 2 fansi stan… FALSE FALSE OK fansi 1.0.3 GPL-2 … FALSE -#> 3 glue stan… FALSE FALSE OK glue 1.6.2 MIT + … FALSE -#> 4 lifecycle stan… FALSE FALSE OK lifecy… 1.0.3 MIT + … FALSE -#> 5 magrittr stan… FALSE FALSE OK magrit… 2.0.3 MIT + … FALSE -#> 6 pillar stan… FALSE FALSE OK pillar 1.8.1 MIT + … FALSE -#> 7 pkgconfig stan… FALSE FALSE OK pkgcon… 2.0.3 MIT + … FALSE -#> 8 rlang stan… FALSE FALSE OK rlang 1.0.6 MIT + … FALSE -#> 9 tibble stan… TRUE TRUE OK tibble 3.1.8 MIT + … FALSE -#> 10 utf8 stan… FALSE FALSE OK utf8 1.2.2 Apache… FALSE -#> 11 vctrs stan… FALSE FALSE OK vctrs 0.5.1 MIT + … FALSE -#> # … with 23 more variables: priority <chr>, md5sum <chr>, sha256 <chr>, -#> # filesize <int>, built <chr>, platform <chr>, rversion <chr>, -#> # repotype <chr>, repodir <chr>, target <chr>, deps <list>, -#> # mirror <chr>, sources <list>, remote <list>, error <list>, -#> # metadata <list>, dep_types <list>, params <list>, sysreqs <chr>, -#> # cache_status <chr>, lib_status <chr>, old_version <chr>, -#> # new_version <chr>, and abbreviated variable names ¹directpkg, … -
-#> tibble 3.1.8 ✨ -#> ├─fansi 1.0.3 ✨ -#> ├─lifecycle 1.0.3 ✨ -#> │ ├─cli 3.4.1 ✨ -#> │ ├─glue 1.6.2 ✨ -#> │ └─rlang 1.0.6 ✨ -#> ├─magrittr 2.0.3 ✨ -#> ├─pillar 1.8.1 ✨ -#> │ ├─cli -#> │ ├─fansi -#> │ ├─glue -#> │ ├─lifecycle -#> │ ├─rlang -#> │ ├─utf8 1.2.2 ✨ -#> │ └─vctrs 0.5.1 ✨ -#> │ ├─cli -#> │ ├─glue -#> │ ├─lifecycle -#> │ └─rlang -#> ├─pkgconfig 2.0.3 ✨ -#> ├─rlang -#> └─vctrs -#> -#> Key: ✨ new -
-#> tidyverse/tibble 3.1.8.9002 ✨👷🏼🔧 -#> ├─fansi 1.0.3 ✨ -#> ├─lifecycle 1.0.3 ✨ -#> │ ├─cli 3.4.1 ✨ -#> │ ├─glue 1.6.2 ✨ -#> │ └─rlang 1.0.6 ✨ -#> ├─magrittr 2.0.3 ✨ -#> ├─pillar 1.8.1 ✨ -#> │ ├─cli -#> │ ├─fansi -#> │ ├─glue -#> │ ├─lifecycle -#> │ ├─rlang -#> │ ├─utf8 1.2.2 ✨ -#> │ └─r-lib/vctrs 0.5.1.9000 ✨👷🏼🔧 -#> │ ├─cli -#> │ ├─glue -#> │ ├─lifecycle -#> │ └─rlang -#> ├─pkgconfig 2.0.3 ✨ -#> ├─rlang -#> └─r-lib/vctrs -#> -#> Key: ✨ new | 👷🏼 build | 🔧 compile -
-#> local::tibble 3.1.8 ✨👷🏻♀️🔧 -#> ├─fansi 1.0.3 ✨ -#> ├─lifecycle 1.0.3 ✨ -#> │ ├─cli 3.4.1 ✨ -#> │ ├─glue 1.6.2 ✨ -#> │ └─rlang 1.0.6 ✨ -#> ├─magrittr 2.0.3 ✨ -#> ├─pillar 1.8.1 ✨ -#> │ ├─cli -#> │ ├─fansi -#> │ ├─glue -#> │ ├─lifecycle -#> │ ├─rlang -#> │ ├─utf8 1.2.2 ✨ -#> │ └─vctrs 0.5.1 ✨ -#> │ ├─cli -#> │ ├─glue -#> │ ├─lifecycle -#> │ └─rlang -#> ├─pkgconfig 2.0.3 ✨ -#> ├─rlang -#> └─vctrs -#> -#> Key: ✨ new | 👷🏻♀️ build | 🔧 compile -
-#> tibble -> lifecycle -> rlang -#> tibble -> pillar -> lifecycle -> rlang -#> tibble -> pillar -> rlang -#> tibble -> pillar -> vctrs -> lifecycle -> rlang -#> tibble -> pillar -> vctrs -> rlang -#> tibble -> rlang -#> tibble -> vctrs -> lifecycle -> rlang -#> tibble -> vctrs -> rlang -
-#> ✔ Loading metadata database ... done -#> -#> → The package (0 B) is cached. -#> ℹ No downloads are needed -#> ✔ 10 deps: kept 10 [3.2s] -
-#> -#> → Will update 1 package. -#> → The package (0 B) is cached. -#> + tibble 3.1.8 → 3.1.8 👷🏻♂️🔧 -#> ℹ No downloads are needed, 1 pkg is cached -#> ✔ Got tibble 3.1.8 (source) (96 B) -#> ℹ Packaging tibble 3.1.8 -#> ✔ Packaged tibble 3.1.8 (864ms) -#> ℹ Building tibble 3.1.8 -#> ✔ Built tibble 3.1.8 (2.4s) -#> ✔ Installed tibble 3.1.8 (local) (38ms) -#> ✔ 1 pkg + 10 deps: kept 10, upd 1, dld 1 (NA B) [4.2s] -
-#> -#> → Will install 86 packages. -#> → Will update 2 packages. -#> → All 89 packages (100.53 MB) are cached. -#> + askpass 1.1 -#> + base64enc 0.1-3 -#> + bench 1.1.2 -#> + bit 4.0.5 -#> + bit64 4.0.5 -#> + blob 1.2.3 -#> + brio 1.1.3 -#> + bslib 0.4.1 -#> + cachem 1.0.6 -#> + callr 3.7.3 -#> + clipr 0.8.0 -#> + colorspace 2.0-3 -#> + covr 3.6.1 -#> + crayon 1.5.2 -#> + curl 4.3.3 -#> + desc 1.4.2 -#> + DiagrammeR 1.0.9 -#> + diffobj 0.3.5 -#> + digest 0.6.31 -#> + downloader 0.4 -#> + dplyr 1.0.10 -#> + evaluate 0.19 👷🏿♂️ -#> + farver 2.1.1 -#> + fastmap 1.1.0 -#> + formattable 0.2.1 -#> + fs 1.5.2 -#> + generics 0.1.3 -#> + ggplot2 3.4.0 -#> + gridExtra 2.3 -#> + gtable 0.3.1 -#> + highr 0.9 -#> + hms 1.1.2 -#> + htmltools 0.5.4 -#> + htmlwidgets 1.6.0 👷🏾♂️ -#> + httr 1.4.4 -#> + igraph 1.3.5 -#> + influenceR 0.1.0.1 -#> + isoband 0.2.6 -#> + jquerylib 0.1.4 -#> + jsonlite 1.8.4 -#> + knitr 1.41 -#> + labeling 0.4.2 -#> + lazyeval 0.2.2 -#> + lubridate 1.9.0 -#> + Matrix 1.5-1 → 1.5-3 -#> + memoise 2.0.1 -#> + mime 0.12 -#> + mockr 0.2.0 -#> + munsell 0.5.0 -#> + nlme 3.1-160 → 3.1-161 👷♂️🔧 -#> + nycflights13 1.0.2 -#> + openssl 2.0.5 -#> + pkgbuild 1.4.0 -#> + pkgload 1.3.2 -#> + praise 1.0.0 -#> + prettyunits 1.1.1 -#> + processx 3.8.0 -#> + profmem 0.6.0 -#> + ps 1.7.2 -#> + purrr 0.3.5 -#> + R6 2.5.1 -#> + rappdirs 0.3.3 -#> + RColorBrewer 1.1-3 -#> + readr 2.1.3 -#> + rematch2 2.1.2 -#> + rex 1.2.1 -#> + rmarkdown 2.19 👷♂️ -#> + rprojroot 2.0.3 -#> + rstudioapi 0.14 -#> + sass 0.4.4 -#> + scales 1.2.1 -#> + stringi 1.7.8 -#> + stringr 1.5.0 -#> + sys 3.4.1 -#> + testthat 3.1.6 -#> + tidyr 1.2.1 -#> + tidyselect 1.2.0 -#> + timechange 0.1.1 -#> + tinytex 0.43 👷🏻♂️ -#> + tzdb 0.3.0 -#> + viridis 0.6.2 -#> + viridisLite 0.4.1 -#> + visNetwork 2.1.2 -#> + vroom 1.6.0 -#> + waldo 0.4.0 -#> + withr 2.5.0 -#> + xfun 0.35 -#> + yaml 2.3.6 -#> ℹ No downloads are needed, 88 pkgs (100.53 MB) are cached -#> ℹ Packaging tibble 3.1.8 -#> ℹ Building evaluate 0.19 -#> ℹ Building nlme 3.1-161 -#> ✔ Installed R6 2.5.1 (31ms) -#> ✔ Installed DiagrammeR 1.0.9 (76ms) -#> ✔ Installed RColorBrewer 1.1-3 (72ms) -#> ✔ Installed askpass 1.1 (79ms) -#> ✔ Installed Matrix 1.5-3 (137ms) -#> ✔ Installed base64enc 0.1-3 (125ms) -#> ✔ Installed bench 1.1.2 (90ms) -#> ✔ Installed bit64 4.0.5 (44ms) -#> ✔ Installed bit 4.0.5 (43ms) -#> ✔ Installed blob 1.2.3 (41ms) -#> ✔ Installed brio 1.1.3 (40ms) -#> ✔ Installed cachem 1.0.6 (31ms) -#> ✔ Installed callr 3.7.3 (53ms) -#> ✔ Installed clipr 0.8.0 (89ms) -#> ✔ Installed colorspace 2.0-3 (99ms) -#> ✔ Installed covr 3.6.1 (58ms) -#> ✔ Installed crayon 1.5.2 (75ms) -#> ✔ Installed curl 4.3.3 (83ms) -#> ✔ Packaged tibble 3.1.8 (684ms) -#> ✔ Installed bslib 0.4.1 (315ms) -#> ✔ Installed desc 1.4.2 (77ms) -#> ✔ Installed diffobj 0.3.5 (68ms) -#> ✔ Installed digest 0.6.31 (60ms) -#> ✔ Installed downloader 0.4 (39ms) -#> ✔ Installed dplyr 1.0.10 (39ms) -#> ✔ Installed farver 2.1.1 (41ms) -#> ✔ Installed fastmap 1.1.0 (38ms) -#> ✔ Installed formattable 0.2.1 (43ms) -#> ✔ Built evaluate 0.19 (903ms) -#> ✔ Installed fs 1.5.2 (49ms) -#> ✔ Installed generics 0.1.3 (46ms) -#> ✔ Installed ggplot2 3.4.0 (65ms) -#> ✔ Installed gridExtra 2.3 (43ms) -#> ✔ Installed gtable 0.3.1 (38ms) -#> ✔ Installed highr 0.9 (37ms) -#> ✔ Installed hms 1.1.2 (39ms) -#> ✔ Installed htmltools 0.5.4 (40ms) -#> ✔ Installed httr 1.4.4 (40ms) -#> ✔ Installed influenceR 0.1.0.1 (17ms) -#> ✔ Installed igraph 1.3.5 (96ms) -#> ✔ Installed isoband 0.2.6 (68ms) -#> ✔ Installed jquerylib 0.1.4 (38ms) -#> ✔ Installed jsonlite 1.8.4 (37ms) -#> ✔ Installed labeling 0.4.2 (14ms) -#> ✔ Installed knitr 1.41 (73ms) -#> ✔ Installed lazyeval 0.2.2 (43ms) -#> ✔ Installed lubridate 1.9.0 (38ms) -#> ✔ Installed memoise 2.0.1 (39ms) -#> ✔ Installed mime 0.12 (58ms) -#> ✔ Installed mockr 0.2.0 (38ms) -#> ✔ Installed munsell 0.5.0 (36ms) -#> ✔ Installed nycflights13 1.0.2 (37ms) -#> ✔ Installed openssl 2.0.5 (41ms) -#> ✔ Installed pkgbuild 1.4.0 (39ms) -#> ✔ Installed pkgload 1.3.2 (37ms) -#> ✔ Installed praise 1.0.0 (35ms) -#> ✔ Installed prettyunits 1.1.1 (56ms) -#> ✔ Installed processx 3.8.0 (37ms) -#> ✔ Installed profmem 0.6.0 (37ms) -#> ✔ Installed ps 1.7.2 (37ms) -#> ✔ Installed purrr 0.3.5 (38ms) -#> ✔ Installed rappdirs 0.3.3 (37ms) -#> ✔ Installed readr 2.1.3 (42ms) -#> ✔ Installed rematch2 2.1.2 (41ms) -#> ✔ Installed rex 1.2.1 (58ms) -#> ✔ Installed rprojroot 2.0.3 (58ms) -#> ✔ Installed rstudioapi 0.14 (40ms) -#> ✔ Installed sass 0.4.4 (42ms) -#> ✔ Installed scales 1.2.1 (39ms) -#> ✔ Installed stringr 1.5.0 (33ms) -#> ✔ Installed sys 3.4.1 (49ms) -#> ✔ Installed testthat 3.1.6 (88ms) -#> ✔ Installed tidyr 1.2.1 (77ms) -#> ✔ Installed stringi 1.7.8 (195ms) -#> ✔ Installed tidyselect 1.2.0 (113ms) -#> ✔ Installed timechange 0.1.1 (55ms) -#> ✔ Installed tzdb 0.3.0 (40ms) -#> ✔ Installed viridisLite 0.4.1 (39ms) -#> ✔ Installed viridis 0.6.2 (39ms) -#> ✔ Installed visNetwork 2.1.2 (77ms) -#> ✔ Installed vroom 1.6.0 (77ms) -#> ✔ Installed waldo 0.4.0 (62ms) -#> ✔ Installed withr 2.5.0 (40ms) -#> ✔ Installed xfun 0.35 (39ms) -#> ℹ Building tinytex 0.43 -#> ✔ Installed yaml 2.3.6 (43ms) -#> ✔ Installed evaluate 0.19 (15ms) -#> ✔ Built tinytex 0.43 (1.1s) -#> ✔ Installed tinytex 0.43 (15ms) -#> ℹ Building rmarkdown 2.19 -#> ✔ Built rmarkdown 2.19 (3.9s) -#> ✔ Installed rmarkdown 2.19 (85ms) -#> ℹ Building htmlwidgets 1.6.0 -#> ✔ Built nlme 3.1-161 (8s) -#> ✔ Installed nlme 3.1-161 (33ms) -#> ✔ Built htmlwidgets 1.6.0 (1.1s) -#> ✔ Installed htmlwidgets 1.6.0 (22ms) -#> ✔ 103 deps: kept 15, upd 2, added 86 [10.2s] -
-#> # A data frame: 5 × 5 -#> name url type r_ver…¹ bioc_…² -#> * <chr> <chr> <chr> <chr> <chr> -#> 1 CRAN https://cloud.r-project.org cran * NA -#> 2 BioCsoft https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 3 BioCann https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 4 BioCexp https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 5 BioCworkflows https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> # … with abbreviated variable names ¹r_version, ²bioc_version -
-#> # A data frame: 6 × 5 -#> name url type r_ver…¹ bioc_…² -#> * <chr> <chr> <chr> <chr> <chr> -#> 1 CRAN https://cloud.r-project.org cran * NA -#> 2 rhub https://r-hub.r-universe.dev cran… * NA -#> 3 BioCsoft https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 4 BioCann https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 5 BioCexp https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 6 BioCworkflows https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> # … with abbreviated variable names ¹r_version, ²bioc_version -
-#> # A data frame: 5 × 5 -#> name url type r_ver…¹ bioc_…² -#> * <chr> <chr> <chr> <chr> <chr> -#> 1 CRAN https://cloud.r-project.org cran * NA -#> 2 BioCsoft https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 3 BioCann https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 4 BioCexp https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 5 BioCworkflows https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> # … with abbreviated variable names ¹r_version, ²bioc_version -
-#> # A data frame: 5 × 5 -#> name url type r_ver…¹ bioc_…² -#> * <chr> <chr> <chr> <chr> <chr> -#> 1 CRAN https://packagemanager.posit.co/c… cran * NA -#> 2 BioCsoft https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 3 BioCann https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 4 BioCexp https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 5 BioCworkflows https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> # … with abbreviated variable names ¹r_version, ²bioc_version -
-#> # A data frame: 5 × 5 -#> name url type r_ver…¹ bioc_…² -#> * <chr> <chr> <chr> <chr> <chr> -#> 1 CRAN https://cran.microsoft.com/snapsh… cran * NA -#> 2 BioCsoft https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 3 BioCann https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 4 BioCexp https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 5 BioCworkflows https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> # … with abbreviated variable names ¹r_version, ²bioc_version -
-#> ✔ Updated metadata database: 4.55 MB in 4 files. -#> ✔ Updating metadata database ... done -#> # A data frame: 43,718 × 32 -#> package version depends sugge…¹ license imports linki…² archs enhan…³ -#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> -#> 1 A3 1.0.0 R (>= … random… GPL (>… NA NA NA NA -#> 2 AATtoo… 0.0.1 R (>= … NA GPL-3 magrit… NA NA NA -#> 3 ABACUS 1.0.0 R (>= … rmarkd… GPL-3 ggplot… NA NA NA -#> 4 ABC.RAP 0.9.0 R (>= … knitr,… GPL-3 graphi… NA NA NA -#> 5 ABCana… 1.2.1 R (>= … NA GPL-3 plotrix NA NA NA -#> 6 ABCopt… 0.15.0 NA testth… MIT + … Rcpp, … Rcpp ABCo… NA -#> 7 ABCp2 1.2 MASS NA GPL-2 NA NA NA NA -#> 8 ABHgen… 1.0.1 NA knitr,… GPL-3 ggplot… NA NA NA -#> 9 ABPS 0.3 NA testth… GPL (>… kernlab NA NA NA -#> 10 ACA 1.1 R (>= … NA GPL graphi… NA NA NA -#> # … with 43,708 more rows, 23 more variables: os_type <chr>, -#> # priority <chr>, license_is_foss <chr>, license_restricts_use <chr>, -#> # repodir <chr>, rversion <chr>, platform <chr>, -#> # needscompilation <chr>, ref <chr>, type <chr>, direct <lgl>, -#> # status <chr>, target <chr>, mirror <chr>, sources <list>, -#> # filesize <int>, sha256 <chr>, sysreqs <chr>, built <chr>, -#> # published <dttm>, deps <list>, md5sum <chr>, path <chr>, and … -
-#> ✔ Updating metadata database ... done
-
-#> [1] "/Users/gaborcsardi/Library/Caches/org.R-project.R/R/pkgcache/_metad -#> ata" -#> -#> $current_db -#> [1] "/Users/gaborcsardi/Library/Caches/org.R-project.R/R/pkgcache/_metad -#> ata/pkgs-d1c324e625.rds" -#> -#> $raw_files -#> character(0) -#> -#> $db_files -#> character(0) -#> -#> $size -#> [1] 0 -#> -
-#> # A data frame: 480 × 11 -#> fullpath path package url etag sha256 version platf…¹ built -#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <int> -#> 1 /Users/gaborc… arch… NA http… "\\"1… 0c8f0… NA NA NA -#> 2 /Users/gaborc… bin/… evalua… http… "\\"1… 08a39… 0.17 aarch6… NA -#> 3 /Users/gaborc… bin/… crayon http… "\\"2… 1e6d5… 1.5.2 aarch6… NA -#> 4 /Users/gaborc… bin/… common… http… "\\"4… 47b4a… 1.8.1 aarch6… NA -#> 5 /Users/gaborc… bin/… curl http… "\\"b… 7b8ba… 4.3.3 aarch6… NA -#> 6 /Users/gaborc… bin/… tinytex http… "\\"2… 7e9ba… 0.42 aarch6… NA -#> 7 /Users/gaborc… bin/… jsonli… http… "\\"1… 68e59… 1.8.2 aarch6… NA -#> 8 /Users/gaborc… bin/… lifecy… http… "\\"1… 7ce27… 1.0.3 aarch6… NA -#> 9 /Users/gaborc… bin/… vctrs http… "\\"1… c3a69… 0.4.2 aarch6… NA -#> 10 /Users/gaborc… src/… pkgcac… NA NA 9b70a… NA NA 0 -#> # … with 470 more rows, 2 more variables: vignettes <int>, -#> # rversion <chr>, and abbreviated variable name ¹platform -
-#> $cachepath -#> [1] "/Users/gaborcsardi/Library/Caches/org.R-project.R/R/pkgcache/pkg" -#> -#> $files -#> [1] 480 -#> -#> $size -#> [1] 653325143 -#> -
-#> # A data frame: 701 × 39 -#> library package title version depends repos…¹ license needs…² built -#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <lgl> <chr> -#> 1 /Users/g… abc "Too… 2.2.1 R (>= … CRAN GPL (>… FALSE R 4.… -#> 2 /Users/g… abc.da… "Dat… 1.0 R (>= … CRAN GPL (>… FALSE R 4.… -#> 3 /Users/g… abind "Com… 1.4-5 R (>= … CRAN LGPL (… FALSE R 4.… -#> 4 /Users/g… ade4 "Ana… 1.7-19 R (>= … CRAN GPL (>… TRUE R 4.… -#> 5 /Users/g… ape "Ana… 5.6-2 R (>= … CRAN GPL-2 … TRUE R 4.… -#> 6 /Users/g… aplot "Dec… 0.1.7 NA CRAN Artist… FALSE R 4.… -#> 7 /Users/g… archive "Mul… 1.1.5 R (>= … CRAN MIT + … TRUE R 4.… -#> 8 /Users/g… arrayh… "Con… 1.1-0 NA CRAN GPL FALSE R 4.… -#> 9 /Users/g… arrow "Int… 9.0.0 R (>= … CRAN Apache… TRUE R 4.… -#> 10 /Users/g… arules "Min… 1.7-5 R (>= … CRAN GPL-3 TRUE R 4.… -#> # … with 691 more rows, 30 more variables: remotetype <chr>, -#> # remotepkgref <chr>, remoteref <chr>, remoterepos <chr>, -#> # remotepkgplatform <chr>, remotesha <chr>, imports <chr>, -#> # suggests <chr>, linkingto <chr>, remotes <chr>, remotehost <chr>, -#> # remoterepo <chr>, remoteusername <chr>, enhances <chr>, -#> # biocviews <chr>, remoteurl <chr>, remotesubdir <chr>, -#> # priority <chr>, remoteetag <chr>, remotepackaged <chr>, … -
-#> # A data frame: 31 × 31 -#> library package version prior…¹ title license sugge…² built depends -#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> -#> 1 /Library… base 4.2.2 base "The… Part o… methods R 4.… NA -#> 2 /Library… boot 1.3-28 recomm… "Boo… Unlimi… MASS, … R 4.… R (>= … -#> 3 /Library… class 7.3-20 recomm… "Fun… GPL-2 … NA R 4.… R (>= … -#> 4 /Library… cluster 2.1.4 recomm… "\\"F… GPL (>… MASS, … R 4.… R (>= … -#> 5 /Library… codeto… 0.2-18 recomm… "Cod… GPL NA R 4.… R (>= … -#> 6 /Library… compil… 4.2.2 base "The… Part o… NA R 4.… NA -#> 7 /Library… datase… 4.2.2 base "The… Part o… NA R 4.… NA -#> 8 /Library… filelo… 1.0.2 NA "Por… MIT + … callr … R 4.… NA -#> 9 /Library… foreign 0.8-83 recomm… "Rea… GPL (>… NA R 4.… R (>= … -#> 10 /Library… graphi… 4.2.2 base "The… Part o… NA R 4.… NA -#> # … with 21 more rows, 22 more variables: needscompilation <lgl>, -#> # repository <chr>, imports <chr>, remotetype <chr>, -#> # remotepkgref <chr>, remoteref <chr>, remoterepos <chr>, -#> # remotepkgplatform <chr>, remotesha <chr>, enhances <chr>, -#> # linkingto <chr>, md5sum <chr>, platform <chr>, biocviews <chr>, -#> # sysreqs <chr>, ref <chr>, type <chr>, status <chr>, rversion <chr>, -#> # sources <list>, repotype <chr>, deps <list>, and abbreviated … -
-#> ✔ Loading metadata database ... done -#> # A data frame: 45,279 × 32 -#> package version depends sugge…¹ license imports linki…² archs enhan…³ -#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> -#> 1 A3 1.0.0 R (>= … random… GPL (>… NA NA NA NA -#> 2 AATtoo… 0.0.2 R (>= … NA GPL-3 magrit… NA NA NA -#> 3 ABACUS 1.0.0 R (>= … rmarkd… GPL-3 ggplot… NA NA NA -#> 4 ABC.RAP 0.9.0 R (>= … knitr,… GPL-3 graphi… NA NA NA -#> 5 ABCana… 1.2.1 R (>= … NA GPL-3 plotrix NA NA NA -#> 6 ABCopt… 0.15.0 NA testth… MIT + … Rcpp, … Rcpp ABCo… NA -#> 7 ABCp2 1.2 MASS NA GPL-2 NA NA NA NA -#> 8 ABHgen… 1.0.1 NA knitr,… GPL-3 ggplot… NA NA NA -#> 9 ABPS 0.3 NA testth… GPL (>… kernlab NA NA NA -#> 10 ACA 1.1 R (>= … NA GPL graphi… NA NA NA -#> # … with 45,269 more rows, 23 more variables: -#> # license_restricts_use <chr>, os_type <chr>, priority <chr>, -#> # license_is_foss <chr>, repodir <chr>, rversion <chr>, -#> # platform <chr>, needscompilation <chr>, ref <chr>, type <chr>, -#> # direct <lgl>, status <chr>, target <chr>, mirror <chr>, -#> # sources <list>, filesize <int>, sha256 <chr>, sysreqs <chr>, -#> # built <chr>, published <dttm>, deps <list>, md5sum <chr>, … -
-#> package version depends sugge…¹ license imports linki…² archs enhan…³ -#> * <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> -#> 1 htmlwid… 1.5.4 NA "knitr… MIT + … "grDev… NA NA shiny … -#> 2 shiny 1.7.3 R (>= … "datas… GPL-3 … "utils… NA NA NA -#> 3 htmlwid… 1.6.0 NA "testt… MIT + … "grDev… NA NA shiny … -#> 4 shiny 1.7.4 R (>= … "datas… GPL-3 … "utils… NA NA NA -#> # … with 23 more variables: license_restricts_use <chr>, os_type <chr>, -#> # priority <chr>, license_is_foss <chr>, repodir <chr>, -#> # rversion <chr>, platform <chr>, needscompilation <chr>, ref <chr>, -#> # type <chr>, direct <lgl>, status <chr>, target <chr>, mirror <chr>, -#> # sources <list>, filesize <int>, sha256 <chr>, sysreqs <chr>, -#> # built <chr>, published <dttm>, deps <list>, md5sum <chr>, -#> # path <chr>, and abbreviated variable names ¹suggests, ²linkingto, -#> … -
-#> ✔ Updated metadata database: 1.23 MB in 1 file. -#> ✔ Updating metadata database ... done -
-#> ℹ Cleaning up cache directory /Users/gaborcsardi/Library/Caches/org.R-pr -#> oject.R/R/pkgcache/_metadata. -
-#> compatible) -#> - pak repository: - (local install?) -#> * Optional packages installed: -#> - pillar -#> * Library path: -#> - /private/var/folders/ph/fpcmzfd16rgbbk8mxvy9m2_h0000gn/T/RtmpcpVAdU/fi -#> led8ef3d7a46fc -#> - /private/var/folders/ph/fpcmzfd16rgbbk8mxvy9m2_h0000gn/T/RtmpcpVAdU/fi -#> led8ef2562d6ef -#> - /Users/gaborcsardi/Library/R/arm64/4.2/library -#> - /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library -#> * Private library location: -#> - /Users/gaborcsardi/Library/Caches/org.R-project.R/R/pak/lib/4.2/aarch6 -#> 4 -#> * Private library exists. -#> * Private library is functional -
-#> # A data frame: 16 × 32 -#> ref type direct direc…¹ status package version license needs…² -#> <chr> <chr> <lgl> <lgl> <chr> <chr> <chr> <chr> <lgl> -#> 1 R6 stan… FALSE FALSE OK R6 2.5.1 MIT + … FALSE -#> 2 cli stan… FALSE FALSE OK cli 3.4.1 MIT + … FALSE -#> 3 dplyr stan… TRUE TRUE OK dplyr 1.0.10 MIT + … FALSE -#> 4 fansi stan… FALSE FALSE OK fansi 1.0.3 GPL-2 … FALSE -#> 5 generics stan… FALSE FALSE OK generi… 0.1.3 MIT + … FALSE -#> 6 glue stan… FALSE FALSE OK glue 1.6.2 MIT + … FALSE -#> 7 lifecycle stan… FALSE FALSE OK lifecy… 1.0.3 MIT + … FALSE -#> 8 magrittr stan… FALSE FALSE OK magrit… 2.0.3 MIT + … FALSE -#> 9 pillar stan… FALSE FALSE OK pillar 1.8.1 MIT + … FALSE -#> 10 pkgconfig stan… FALSE FALSE OK pkgcon… 2.0.3 MIT + … FALSE -#> 11 rlang stan… FALSE FALSE OK rlang 1.0.6 MIT + … FALSE -#> 12 tibble stan… FALSE FALSE OK tibble 3.1.8 MIT + … FALSE -#> 13 tidysele… stan… FALSE FALSE OK tidyse… 1.2.0 MIT + … FALSE -#> 14 utf8 stan… FALSE FALSE OK utf8 1.2.2 Apache… FALSE -#> 15 vctrs stan… FALSE FALSE OK vctrs 0.5.1 MIT + … FALSE -#> 16 withr stan… FALSE FALSE OK withr 2.5.0 MIT + … FALSE -#> # … with 23 more variables: priority <chr>, md5sum <chr>, sha256 <chr>, -#> # filesize <int>, built <chr>, platform <chr>, rversion <chr>, -#> # repotype <chr>, repodir <chr>, target <chr>, deps <list>, -#> # mirror <chr>, sources <list>, remote <list>, error <list>, -#> # metadata <list>, dep_types <list>, params <list>, sysreqs <chr>, -#> # cache_status <chr>, lib_status <chr>, old_version <chr>, -#> # new_version <chr>, and abbreviated variable names ¹directpkg, … -
-#> # A data frame: 4 × 32 -#> ref type direct direc…¹ status package version license needs…² -#> <chr> <chr> <lgl> <lgl> <chr> <chr> <chr> <chr> <lgl> -#> 1 r-lib/cal… gith… TRUE TRUE OK callr 3.7.3.… MIT + … TRUE -#> 2 R6 stan… FALSE FALSE OK R6 2.5.1 MIT + … FALSE -#> 3 processx stan… FALSE FALSE OK proces… 3.8.0 MIT + … FALSE -#> 4 ps stan… FALSE FALSE OK ps 1.7.2 MIT + … FALSE -#> # … with 23 more variables: priority <chr>, md5sum <chr>, sha256 <chr>, -#> # filesize <int>, built <chr>, platform <chr>, rversion <chr>, -#> # repotype <chr>, repodir <chr>, target <chr>, deps <list>, -#> # mirror <chr>, sources <list>, remote <list>, error <list>, -#> # metadata <list>, dep_types <list>, params <list>, sysreqs <chr>, -#> # cache_status <chr>, lib_status <chr>, old_version <chr>, -#> # new_version <chr>, and abbreviated variable names ¹directpkg, … -
-#> ✔ Updated metadata database: 5.09 MB in 12 files. -#> ✔ Updating metadata database ... done -#> dplyr -> lifecycle -> rlang -#> dplyr -> rlang -#> dplyr -> tibble -> lifecycle -> rlang -#> dplyr -> tibble -> pillar -> lifecycle -> rlang -#> dplyr -> tibble -> pillar -> rlang -#> dplyr -> tibble -> pillar -> vctrs -> lifecycle -> rlang -#> dplyr -> tibble -> pillar -> vctrs -> rlang -#> dplyr -> tibble -> rlang -#> dplyr -> tibble -> vctrs -> lifecycle -> rlang -#> dplyr -> tibble -> vctrs -> rlang -#> dplyr -> tidyselect -> lifecycle -> rlang -#> dplyr -> tidyselect -> rlang -#> dplyr -> tidyselect -> vctrs -> lifecycle -> rlang -#> dplyr -> tidyselect -> vctrs -> rlang -#> dplyr -> vctrs -> lifecycle -> rlang -#> dplyr -> vctrs -> rlang -#> dplyr -> pillar -> lifecycle -> rlang -#> dplyr -> pillar -> rlang -#> dplyr -> pillar -> vctrs -> lifecycle -> rlang -#> dplyr -> pillar -> vctrs -> rlang -
-#> usethis -> cli -#> usethis -> desc -> cli -#> usethis -> gh -> cli -#> usethis -> lifecycle -> cli -#> -#> x ps -
-#> dplyr 1.0.10 ✨ -#> ├─generics 0.1.3 ✨ -#> ├─glue 1.6.2 ✨ -#> ├─lifecycle 1.0.3 ✨ -#> │ ├─cli 3.4.1 ✨ -#> │ ├─glue -#> │ └─rlang 1.0.6 ✨ -#> ├─magrittr 2.0.3 ✨ -#> ├─R6 2.5.1 ✨ -#> ├─rlang -#> ├─tibble 3.1.8 ✨ -#> │ ├─fansi 1.0.3 ✨ -#> │ ├─lifecycle -#> │ ├─magrittr -#> │ ├─pillar 1.8.1 ✨ -#> │ │ ├─cli -#> │ │ ├─fansi -#> │ │ ├─glue -#> │ │ ├─lifecycle -#> │ │ ├─rlang -#> │ │ ├─utf8 1.2.2 ✨ -#> │ │ └─vctrs 0.5.1 ✨ -#> │ │ ├─cli -#> │ │ ├─glue -#> │ │ ├─lifecycle -#> │ │ └─rlang -#> │ ├─pkgconfig 2.0.3 ✨ -#> │ ├─rlang -#> │ └─vctrs -#> ├─tidyselect 1.2.0 ✨ -#> │ ├─cli -#> │ ├─glue -#> │ ├─lifecycle -#> │ ├─rlang -#> │ ├─vctrs -#> │ └─withr 2.5.0 ✨ -#> ├─vctrs -#> └─pillar -#> -#> Key: ✨ new -
-#> r-lib/usethis 2.1.6.9000 ✨👷🏼🔧 -#> ├─cli 3.4.1 ✨ -#> ├─clipr 0.8.0 ✨ -#> ├─crayon 1.5.2 ✨ -#> ├─curl 4.3.3 ✨ -#> ├─desc 1.4.2 ✨ -#> │ ├─cli -#> │ ├─R6 2.5.1 ✨ -#> │ └─rprojroot 2.0.3 ✨ -#> ├─fs 1.5.2 ✨ -#> ├─gert 1.9.2 ✨ ⬇ (1.91 MB) -#> │ ├─askpass 1.1 ✨ -#> │ │ └─sys 3.4.1 ✨ -#> │ ├─credentials 1.3.2 ✨ ⬇ (170.15 kB) -#> │ │ ├─openssl 2.0.5 ✨ -#> │ │ │ └─askpass -#> │ │ ├─sys -#> │ │ ├─curl -#> │ │ ├─jsonlite 1.8.4 ✨ -#> │ │ └─askpass -#> │ ├─openssl -#> │ ├─rstudioapi 0.14 ✨ -#> │ ├─sys -#> │ └─zip 2.2.2 ✨ -#> ├─gh 1.3.1 ✨ ⬇ (95.20 kB) -#> │ ├─cli -#> │ ├─gitcreds 0.1.2 ✨ ⬇ (95.59 kB) -#> │ ├─httr 1.4.4 ✨ -#> │ │ ├─curl -#> │ │ ├─jsonlite -#> │ │ ├─mime 0.12 ✨ -#> │ │ ├─openssl -#> │ │ └─R6 -#> │ ├─ini 0.3.1 ✨ ⬇ (13.13 kB) -#> │ └─jsonlite -#> ├─glue 1.6.2 ✨ -#> ├─jsonlite -#> ├─lifecycle 1.0.3 ✨ -#> │ ├─cli -#> │ ├─glue -#> │ └─rlang 1.0.6 ✨ -#> ├─purrr 0.3.5 ✨ -#> │ ├─magrittr 2.0.3 ✨ -#> │ └─rlang -#> ├─rappdirs 0.3.3 ✨ -#> ├─rlang -#> ├─rprojroot -#> ├─rstudioapi -#> ├─whisker 0.4.1 ✨ ⬇ (65.36 kB) -#> ├─withr 2.5.0 ✨ -#> └─yaml 2.3.6 ✨ -#> -#> Key: ✨ new | ⬇ download | 👷🏼 build | 🔧 compile -
-#> ℹ No downloads are needed, 2 pkgs (641.53 kB) are cached
-
-#> # A data frame: 2 × 35 -#> ref type direct direc…¹ status package version license needs…² -#> <chr> <chr> <lgl> <lgl> <chr> <chr> <chr> <chr> <lgl> -#> 1 forcats standard TRUE TRUE OK forcats 0.5.2 MIT + … FALSE -#> 2 forcats standard TRUE TRUE OK forcats 0.5.2 MIT + … FALSE -#> # … with 26 more variables: priority <chr>, md5sum <chr>, sha256 <chr>, -#> # filesize <int>, built <chr>, platform <chr>, rversion <chr>, -#> # repotype <chr>, repodir <chr>, target <chr>, deps <list>, -#> # mirror <chr>, sources <list>, remote <list>, error <list>, -#> # metadata <list>, extra <list>, dep_types <list>, params <list>, -#> # sysreqs <chr>, cache_status <chr>, fulltarget <chr>, -#> # fulltarget_tree <chr>, download_status <chr>, … -
-#> [1] "./bin/macosx/big-sur-arm64/contrib/4.2/forcats_0.5.2.tgz" -#> [2] "./src/contrib/forcats_0.5.2.tar.gz" -
-#> ℹ No downloads are needed, 1 pkg is cached
-
-#> # A data frame: 44 × 30 -#> Package Type Title Version Date Author Maint…¹ Descr…² License -#> * <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> -#> 1 ggplot2 Package An impl… 0.5 2007… Hadle… Hadley… "An im… GPL -#> 2 ggplot2 Package An impl… 0.5.1 2007… Hadle… Hadley… "An im… GPL -#> 3 ggplot2 Package An impl… 0.5.2 2007… Hadle… Hadley… "An im… GPL -#> 4 ggplot2 Package An impl… 0.5.4 2007… Hadle… Hadley… "An im… GPL -#> 5 ggplot2 Package An impl… 0.5.5 2007… Hadle… Hadley… "An im… GPL -#> 6 ggplot2 Package An impl… 0.5.6 2007… Hadle… Hadley… "An im… GPL -#> 7 ggplot2 Package An impl… 0.5.7 2007… Hadle… Hadley… "An im… GPL -#> 8 ggplot2 Package An impl… 0.6 2008… Hadle… Hadley… "An im… GPL -#> 9 ggplot2 Package An impl… 0.7 2008… Hadle… Hadley… "An im… GPL -#> 10 ggplot2 Package An impl… 0.8 2008… Hadle… Hadley… "An im… GPL -#> # … with 34 more rows, 21 more variables: SaveImage <chr>, -#> # LazyData <chr>, Packaged <chr>, crandb_file_date <chr>, date <chr>, -#> # dependencies <list>, URL <chr>, LazyLoad <chr>, Extends <chr>, -#> # Collate <chr>, Repository <chr>, `Date/Publication` <chr>, -#> # NeedsCompilation <chr>, VignetteBuilder <chr>, BugReports <chr>, -#> # `Authors@R` <chr>, RoxygenNote <chr>, Encoding <chr>, MD5sum <chr>, -#> # `Config/Needs/website` <chr>, `Config/testthat/edition` <chr>, … -
-#> -#> → Will install 5 packages. -#> → All 5 packages (2.14 MB) are cached. -#> + dplyr 1.0.9 -#> + generics 0.1.2 -#> + purrr 0.3.4 -#> + R6 2.5.1 -#> + tidyselect 1.1.2 -#> ℹ No downloads are needed, 5 pkgs (2.14 MB) are cached -#> ✔ Got R6 2.5.1 (aarch64-apple-darwin20) (82.52 kB) -#> ✔ Installed R6 2.5.1 (43ms) -#> ✔ Installed generics 0.1.2 (62ms) -#> ✔ Installed dplyr 1.0.9 (88ms) -#> ✔ Installed purrr 0.3.4 (88ms) -#> ✔ Installed tidyselect 1.1.2 (94ms) -#> ✔ 1 pkg + 17 deps: kept 12, added 5, dld 1 (82.52 kB) [1.2s] -
-#> -#> → Will update 1 package. -#> → The package (742.51 kB) is cached. -#> + rlang 1.0.2 → 1.0.3 👷🏿♀️🔧 -#> ℹ No downloads are needed, 1 pkg (742.51 kB) is cached -#> ℹ Building rlang 1.0.3 -#> ✔ Built rlang 1.0.3 (5.8s) -#> ✔ Installed rlang 1.0.3 (32ms) -#> ✔ 1 pkg + 17 deps: kept 17, upd 1 [6.3s] -
-#> ✔ Loading metadata database ... done -#> -#> → Will install 16 packages. -#> → All 16 packages (8.09 MB) are cached. -#> + cli 3.4.1 -#> + dplyr 1.0.99.9000 👷🏾♂️🔧 (GitHub: e6252f8) -#> + fansi 1.0.3 -#> + generics 0.1.3 -#> + glue 1.6.2 -#> + lifecycle 1.0.3 -#> + magrittr 2.0.3 -#> + pillar 1.8.1 -#> + pkgconfig 2.0.3 -#> + R6 2.5.1 -#> + rlang 1.0.6 -#> + tibble 3.1.8 -#> + tidyselect 1.2.0 -#> + utf8 1.2.2 -#> + vctrs 0.5.1 -#> + withr 2.5.0 -#> ℹ No downloads are needed, 16 pkgs (8.09 MB) are cached -#> ✔ Installed R6 2.5.1 (58ms) -#> ✔ Installed cli 3.4.1 (69ms) -#> ✔ Installed fansi 1.0.3 (92ms) -#> ✔ Installed generics 0.1.3 (99ms) -#> ✔ Installed glue 1.6.2 (108ms) -#> ✔ Installed lifecycle 1.0.3 (144ms) -#> ✔ Installed magrittr 2.0.3 (152ms) -#> ✔ Installed pillar 1.8.1 (160ms) -#> ✔ Installed pkgconfig 2.0.3 (63ms) -#> ✔ Installed rlang 1.0.6 (37ms) -#> ✔ Installed tibble 3.1.8 (41ms) -#> ✔ Installed tidyselect 1.2.0 (38ms) -#> ✔ Installed utf8 1.2.2 (36ms) -#> ✔ Installed vctrs 0.5.1 (39ms) -#> ✔ Installed withr 2.5.0 (30ms) -#> ℹ Packaging dplyr 1.0.99.9000 -#> ✔ Packaged dplyr 1.0.99.9000 (8.3s) -#> ℹ Building dplyr 1.0.99.9000 -#> ✔ Built dplyr 1.0.99.9000 (5.2s) -#> ✔ Installed dplyr 1.0.99.9000 (github::tidyverse/dplyr@e6252f8) (24ms) -#> ✔ 1 pkg + 15 deps: added 16 [18.9s] -
-#> ✔ Updated metadata database: 2.43 MB in 6 files. -#> ✔ Updating metadata database ... done -#> -#> → Will install 16 packages. -#> → All 16 packages (9.42 MB) are cached. -#> + cli 3.4.1 -#> + dplyr 1.0.10 -#> + fansi 1.0.3 -#> + generics 0.1.3 -#> + glue 1.6.2 -#> + lifecycle 1.0.3 -#> + magrittr 2.0.3 -#> + pillar 1.8.1 -#> + pkgconfig 2.0.3 -#> + R6 2.5.1 -#> + rlang 1.0.6 -#> + tibble 3.1.8 -#> + tidyselect 1.2.0 -#> + utf8 1.2.2 -#> + vctrs 0.5.1 -#> + withr 2.5.0 -#> ℹ No downloads are needed, 16 pkgs (9.42 MB) are cached -#> ✔ Installed R6 2.5.1 (66ms) -#> ✔ Installed cli 3.4.1 (76ms) -#> ✔ Installed dplyr 1.0.10 (111ms) -#> ✔ Installed fansi 1.0.3 (119ms) -#> ✔ Installed generics 0.1.3 (125ms) -#> ✔ Installed glue 1.6.2 (132ms) -#> ✔ Installed lifecycle 1.0.3 (149ms) -#> ✔ Installed magrittr 2.0.3 (162ms) -#> ✔ Installed pillar 1.8.1 (56ms) -#> ✔ Installed pkgconfig 2.0.3 (35ms) -#> ✔ Installed rlang 1.0.6 (57ms) -#> ✔ Installed tibble 3.1.8 (41ms) -#> ✔ Installed tidyselect 1.2.0 (40ms) -#> ✔ Installed utf8 1.2.2 (37ms) -#> ✔ Installed vctrs 0.5.1 (39ms) -#> ✔ Installed withr 2.5.0 (31ms) -#> ✔ 1 pkg + 15 deps: added 16 [7.2s] -
-#> ╔══════════════════════════════════════════════════════════════════════╗ -#> ║ –*– sicily –*– ║ -#> ╚══════════════════════════════════════════════════════════════════════╝ -#> ┌──────────────────────────────────────────────────────────────────────┐ -#> │ ✔ valid name ✔ CRAN ✔ Bioconductor │ -#> │ ✔ not a profanity │ -#> └──────────────────────────────────────────────────────────────────────┘ -#> ┌ Wikipedia ───────────────────────────────────────────────────────────┐ -#> │ Sicily Sicily (Italian: Sicilia [siˈtʃiːlja], Sicilian │ -#> │ pronunciation: [sɪˈʃiːlja]) is the largest island in the │ -#> │ Mediterranean Sea and one of the 20 regions of Italy. The Strait of │ -#> │ Messina divides it from the region of Calabria in Southern Italy. │ -#> │ It is one of the five Italian autonomous regions and is officially │ -#> │ referred to as Regione Siciliana. The region has 5 million │ -#> │ … │ -#> └──────────────────────────────── https://en.wikipedia.org/wiki/Sicily ┘ -#> ┌ Wiktionary ──────────────────────────────────────────────────────────┐ -#> │ sicily No English definition found │ -#> └──────────────────────────────────────────────────────────────────── ┘ -#> ┌──────────────────────────────────────────────────────────────────────┐ -#> │ Sentiment: 😐 (0) │ -#> └──────────────────────────────────────────────────────────────────────┘ -
-#> -#> 1 survival 3.4.0 -- by Terry M Therneau, 4 months ago -#> Survival Analysis -#> -#> 2 survminer 0.4.9 -- by Alboukadel Kassambara, 2 years ago -#> Drawing Survival Curves using 'ggplot2' -#> -#> 3 flexsurv 2.2 -- by Christopher Jackson, 6 months ago -#> Flexible Parametric Survival and Multi-State Models -#> -#> 4 muhaz 1.2.6.4 -- by David Winsemius, 2 years ago -#> Hazard Function Estimation in Survival Analysis -#> -#> 5 pec 2022.5.4 -- by Thomas A. Gerds, 8 months ago -#> Prediction Error Curves for Risk Prediction Models in Survival Analysi -#> s -#> -#> 6 randomForestSRC 3.1.1 -- by Udaya B. Kogalur, 5 months ago -#> Fast Unified Random Forests for Survival, Regression, and Classificati -#> on (RF-SRC) -#> -#> 7 relsurv 2.2.8 -- by Damjan Manevski, 4 months ago -#> Relative Survival -#> -#> 8 survRM2 1.0.4 -- by Hajime Uno, 6 months ago -#> Comparing Restricted Mean Survival Time -#> -#> 9 titanic 0.1.0 -- by Paul Hendricks, 7 years ago -#> Titanic Passenger Survival Data Set -#> -#> 10 KMsurv 0.1.5 -- by Jun Yan, 10 years ago -#> Data sets from Klein and Moeschberger (1997), Survival Analysis -
-#> # A data frame: 10 × 15 -#> score package version title descr…¹ date maint…² -#> <dbl> <chr> <pckg_vrs> <chr> <chr> <dttm> <chr> -#> 1 538. webmockr 0.8.2 Stub… "Stubb… 2022-08-28 19:20:02 Scott … -#> 2 520. RSelenium 1.7.9 R Bi… "Provi… 2022-09-02 07:10:11 Ju Yeo… -#> 3 416. tracerer 2.2.2 Trac… "'BEAS… 2021-05-30 08:40:03 Richèl… -#> 4 376. rfisheries 0.2 'Pro… "A pro… 2016-02-19 08:50:03 Karthi… -#> 5 367. mcbette 1.15 Mode… "'BEAS… 2022-08-27 12:30:02 Richèl… -#> 6 359. taxize 0.9.100 Taxo… "Inter… 2022-04-22 07:30:02 Zachar… -#> 7 350. beastier 2.4.11 Call… "'BEAS… 2022-08-11 13:40:04 Richèl… -#> 8 347. spocc 1.2.0 Inte… "A pro… 2021-01-05 19:50:03 Scott … -#> 9 316. chromer 0.3 Inte… "A pro… 2022-10-27 22:45:36 Karl W… -#> 10 315. visdat 0.5.3 Prel… "Creat… 2019-02-15 14:30:03 Nichol… -#> # … with 8 more variables: maintainer_email <chr>, revdeps <int>, -#> # downloads_last_month <int>, license <chr>, url <chr>, -#> # bugreports <chr>, package_data <I<list>>, ago <chr>, and -#> # abbreviated variable names ¹description, ²maintainer_name -
-#> # A data frame: 2 × 39 -#> library package title version depends repos…¹ license needs…² built -#> * <chr> <chr> <chr> <chr> <chr> <chr> <chr> <lgl> <chr> -#> 1 /Users/ga… MASS Supp… 7.3-58… R (>= … CRAN GPL-2 … TRUE R 4.… -#> 2 /Library/… MASS Supp… 7.3-58… R (>= … CRAN GPL-2 … TRUE R 4.… -#> # … with 30 more variables: remotetype <chr>, remotepkgref <chr>, -#> # remoteref <chr>, remoterepos <chr>, remotepkgplatform <chr>, -#> # remotesha <chr>, imports <chr>, suggests <chr>, linkingto <chr>, -#> # remotes <chr>, remotehost <chr>, remoterepo <chr>, -#> # remoteusername <chr>, enhances <chr>, biocviews <chr>, -#> # remoteurl <chr>, remotesubdir <chr>, priority <chr>, -#> # remoteetag <chr>, remotepackaged <chr>, md5sum <chr>, … -
-#> # A data frame: 7 × 5 -#> name url type r_version bioc_version -#> * <chr> <chr> <chr> <chr> <chr> -#> 1 CRAN https://cloud.r-project.org cran * NA -#> 2 PPMdplyr100 https://packagemanager.pos… cran… * NA -#> 3 BioCsoft https://bioconductor.org/p… bioc 4.3.1 3.17 -#> 4 BioCann https://bioconductor.org/p… bioc 4.3.1 3.17 -#> 5 BioCexp https://bioconductor.org/p… bioc 4.3.1 3.17 -#> 6 BioCworkflows https://bioconductor.org/p… bioc 4.3.1 3.17 -#> 7 BioCbooks https://bioconductor.org/p… bioc 4.3.1 3.17 -
-#> CRAN -#> "https://packagemanager.posit.co/cran/245" -
-#> CRAN -#> "https://packagemanager.posit.co/cran/289" -
-#> CRAN -#> "https://packagemanager.posit.co/cran/276" -
-#> # A data frame: 5 × 5 -#> name url type r_ver…¹ bioc_…² -#> * <chr> <chr> <chr> <chr> <chr> -#> 1 CRAN https://cloud.r-project.org cran * NA -#> 2 BioCsoft https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 3 BioCann https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 4 BioCexp https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> 5 BioCworkflows https://bioconductor.org/packages… bioc 4.2.2 3.16 -#> # … with abbreviated variable names ¹r_version, ²bioc_version -
-#> # A data frame: 10 × 10 -#> name url type bioc_…¹ platf…² path r_ver…³ ok ping error -#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <lgl> <dbl> <list> -#> 1 CRAN http… cran NA source src/… 4.2 TRUE 0.269 <NULL> -#> 2 CRAN http… cran NA aarch6… bin/… 4.2 TRUE 0.265 <NULL> -#> 3 BioCsoft http… bioc 3.16 source src/… 4.2 TRUE 0.264 <NULL> -#> 4 BioCsoft http… bioc 3.16 aarch6… bin/… 4.2 TRUE 0.271 <NULL> -#> 5 BioCann http… bioc 3.16 source src/… 4.2 TRUE 0.383 <NULL> -#> 6 BioCann http… bioc 3.16 aarch6… bin/… 4.2 TRUE 0.392 <NULL> -#> 7 BioCexp http… bioc 3.16 source src/… 4.2 TRUE 0.507 <NULL> -#> 8 BioCexp http… bioc 3.16 aarch6… bin/… 4.2 TRUE 0.739 <NULL> -#> 9 BioCwor… http… bioc 3.16 source src/… 4.2 TRUE 0.505 <NULL> -#> 10 BioCwor… http… bioc 3.16 aarch6… bin/… 4.2 TRUE 0.766 <NULL> -#> # … with abbreviated variable names ¹bioc_version, ²platform, -#> # ³r_version -
-#> # A data frame: 15 × 10 -#> name url type bioc_…¹ platf…² r_ver…³ path ok ping -#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <lgl> <dbl> -#> 1 CRAN https… cran NA i386+x… 4.0 bin/… TRUE 0.198 -#> 2 CRAN https… cran NA i386+x… 4.1 bin/… TRUE 0.197 -#> 3 CRAN https… cran NA aarch6… 4.1 bin/… TRUE 0.197 -#> 4 BioCsoft https… bioc 3.12 i386+x… 4.0 bin/… TRUE 0.988 -#> 5 BioCann https… bioc 3.12 i386+x… 4.0 bin/… TRUE 1.03 -#> 6 BioCexp https… bioc 3.12 i386+x… 4.0 bin/… TRUE 1.25 -#> 7 BioCworkflows https… bioc 3.12 i386+x… 4.0 bin/… TRUE 1.47 -#> 8 BioCsoft https… bioc 3.14 i386+x… 4.1 bin/… TRUE 1.48 -#> 9 BioCsoft https… bioc 3.14 aarch6… 4.1 bin/… FALSE NA -#> 10 BioCann https… bioc 3.14 i386+x… 4.1 bin/… TRUE 1.45 -#> 11 BioCann https… bioc 3.14 aarch6… 4.1 bin/… FALSE NA -#> 12 BioCexp https… bioc 3.14 i386+x… 4.1 bin/… TRUE 1.72 -#> 13 BioCexp https… bioc 3.14 aarch6… 4.1 bin/… FALSE NA -#> 14 BioCworkflows https… bioc 3.14 i386+x… 4.1 bin/… TRUE 1.71 -#> 15 BioCworkflows https… bioc 3.14 aarch6… 4.1 bin/… FALSE NA -#> # … with 1 more variable: error <list>, and abbreviated variable names -#> # ¹bioc_version, ²platform, ³r_version -
-#> Repository summary: source aarch64-apple-darwin20 -#> CRAN @ cloud.r-project.org ✔ ✔ (194ms) -#> BioCsoft @ bioconductor.org ✔ ✔ (352ms) -#> BioCann @ bioconductor.org ✔ ✔ (511ms) -#> BioCexp @ bioconductor.org ✔ ✔ (675ms) -#> BioCworkflows @ bioconductor.org ✔ ✔ (698ms) -