diff --git a/dev/articles/pkgdepends-how-to.html b/dev/articles/pkgdepends-how-to.html index e21c7f75..aa2a1289 100644 --- a/dev/articles/pkgdepends-how-to.html +++ b/dev/articles/pkgdepends-how-to.html @@ -260,35 +260,40 @@
-#> ℹ Getting 22 pkgs (19.01 MB) and 5 pkgs with unknown sizes, 6 (1.74 MB) cached +#> ℹ Getting 22 pkgs (19.01 MB) and 10 pkgs with unknown sizes, 6 (1.74 MB) cached #> ✔ Got labeling 0.4.3 (source) (10.17 kB) -#> ✔ Got RColorBrewer 1.1-3 (source) (11.64 kB) -#> ✔ Got magrittr 2.0.3 (source) (267.07 kB) #> ✔ Got fansi 1.0.6 (source) (482.48 kB) -#> ✔ Got tibble 3.2.1 (source) (565.98 kB) -#> ✔ Got mgcv 1.9-1 (source) (1.08 MB) -#> ✔ Got farver 2.1.2 (source) (1.28 MB) -#> ✔ Got vctrs 0.6.5 (source) (969.07 kB) #> ✔ Got pkgconfig 2.0.3 (source) (6.08 kB) +#> ✔ Got magrittr 2.0.3 (source) (267.07 kB) #> ✔ Got utf8 1.2.4 (source) (241.08 kB) +#> ✔ Got tibble 3.2.1 (source) (565.98 kB) +#> ✔ Got farver 2.1.2 (source) (1.28 MB) #> ✔ Got MASS 7.3-61 (source) (509.90 kB) -#> ✔ Got gtable 0.3.5 (source) (130.23 kB) +#> ✔ Got mgcv 1.9-1 (source) (1.08 MB) #> ✔ Got colorspace 2.1-1 (source) (2.14 MB) #> ✔ Got MASS 7.3-61 (source) (509.90 kB) -#> ✔ Got lattice 0.22-6 (source) (598.58 kB) -#> ✔ Got isoband 0.2.7 (source) (1.59 MB) +#> ✔ Got RColorBrewer 1.1-3 (source) (11.64 kB) +#> ✔ Got Matrix 1.7-1 (source) (2.48 MB) #> ✔ Got nlme 3.1-166 (source) (847.67 kB) -#> ✔ Got Matrix 1.7-0 (source) (2.47 MB) -#> ✔ Got munsell 0.5.1 (source) (182.31 kB) -#> ✔ Got scales 1.3.0 (source) (302.54 kB) -#> ✔ Got viridisLite 0.4.2 (source) (1.27 MB) +#> ✔ Got gtable 0.3.5 (source) (130.23 kB) #> ✔ Got nlme 3.1-166 (source) (847.67 kB) +#> ✔ Got vctrs 0.6.5 (source) (969.07 kB) +#> ✔ Got mgcv 1.9-1 (source) (1.08 MB) +#> ✔ Got lattice 0.22-6 (source) (598.58 kB) #> ✔ Got pillar 1.9.0 (source) (444.53 kB) +#> ✔ Got munsell 0.5.1 (source) (182.31 kB) +#> ✔ Got MASS 7.3-61 (source) (509.90 kB) #> ✔ Got lattice 0.22-6 (source) (598.58 kB) #> ✔ Got ggplot2 3.5.1 (source) (3.60 MB) +#> ✔ Got lattice 0.22-6 (source) (598.58 kB) #> ✔ Got mgcv 1.9-1 (source) (1.08 MB) +#> ✔ Got isoband 0.2.7 (source) (1.59 MB) +#> ✔ Got scales 1.3.0 (source) (302.54 kB) +#> ✔ Got nlme 3.1-166 (source) (847.67 kB) #> ✔ Got Matrix 1.7-1 (source) (2.48 MB) -#> # A data frame: 33 × 40 +#> ✔ Got viridisLite 0.4.2 (source) (1.27 MB) +#> ✔ Got Matrix 1.7-1 (source) (2.48 MB) +#> # A data frame: 38 × 40 #> ref type direct directpkg status package version license needscompilation #> <chr> <chr> <lgl> <lgl> <chr> <chr> <chr> <chr> <lgl> #> 1 cli stan… FALSE FALSE OK cli 3.6.3 MIT + … TRUE @@ -301,7 +306,7 @@How to download a #> 8 isoba… stan… FALSE FALSE OK isoband 0.2.7 MIT + … TRUE #> 9 label… stan… FALSE FALSE OK labeli… 0.4.3 MIT + … FALSE #> 10 latti… stan… FALSE FALSE OK lattice 0.22-6 GPL (>… TRUE -#> # ℹ 23 more rows +#> # ℹ 28 more rows #> # ℹ 31 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>, @@ -332,13 +337,13 @@
How to install a package in
#> ℹ No downloads are needed, 1 pkg (6.08 kB) is cached #> ℹ Building pkgconfig 2.0.3 -#> ✔ Built pkgconfig 2.0.3 (849ms) +#> ✔ Built pkgconfig 2.0.3 (838ms) #> ✔ Installed pkgconfig 2.0.3 (1s) #> ✔ Summary: 1 new in 1.9s #> # A data frame: 1 × 31 #> library package title version license imports suggests needscompilation #> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <lgl> -#> 1 /tmp/RtmpNgxK… pkgcon… Priv… 2.0.3 MIT + … utils covr, t… FALSE +#> 1 /tmp/RtmpHfFe… pkgcon… Priv… 2.0.3 MIT + … utils covr, t… FALSE #> # ℹ 23 more variables: repository <chr>, built <chr>, remotetype <chr>, #> # remotepkgref <chr>, remoteref <chr>, remoterepos <chr>, #> # remotepkgplatform <chr>, remotesha <chr>, depends <chr>, linkingto <chr>, @@ -366,15 +371,15 @@How to update a package?ℹ No downloads are needed, 1 pkg is cached #> ✔ Got pkgconfig 2.0.2 (source) (13.22 kB) #> ℹ Packaging pkgconfig 2.0.2 -#> ✔ Packaged pkgconfig 2.0.2 (467ms) +#> ✔ Packaged pkgconfig 2.0.2 (464ms) #> ℹ Building pkgconfig 2.0.2 -#> ✔ Built pkgconfig 2.0.2 (852ms) +#> ✔ Built pkgconfig 2.0.2 (850ms) #> ✔ Installed pkgconfig 2.0.2 (github::cran/pkgconfig@d892880) (1s) #> ✔ Summary: 1 new in 1.9s #> # A data frame: 1 × 32 #> library package title version license imports suggests needscompilation #> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <lgl> -#> 1 /tmp/RtmpNgxK… pkgcon… Priv… 2.0.2 MIT + … utils covr, t… FALSE +#> 1 /tmp/RtmpHfFe… pkgcon… Priv… 2.0.2 MIT + … utils covr, t… FALSE #> # ℹ 24 more variables: repository <chr>, remotetype <chr>, remotehost <chr>, #> # remoterepo <chr>, remoteusername <chr>, remotepkgref <chr>, #> # remoteref <chr>, remotesha <chr>, built <chr>, depends <chr>, @@ -396,13 +401,13 @@
How to update a package? #> ℹ No downloads are needed, 1 pkg (6.08 kB) is cached #> ℹ Building pkgconfig 2.0.3 -#> ✔ Built pkgconfig 2.0.3 (845ms) -#> ✔ Installed pkgconfig 2.0.3 (16ms) -#> ✔ Summary: 1 updated in 860ms +#> ✔ Built pkgconfig 2.0.3 (847ms) +#> ✔ Installed pkgconfig 2.0.3 (1s) +#> ✔ Summary: 1 updated in 1.9s #> # A data frame: 1 × 31 #> library package title version license imports suggests needscompilation #> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <lgl> -#> 1 /tmp/RtmpNgxK… pkgcon… Priv… 2.0.3 MIT + … utils covr, t… FALSE +#> 1 /tmp/RtmpHfFe… pkgcon… Priv… 2.0.3 MIT + … utils covr, t… FALSE #> # ℹ 23 more variables: repository <chr>, built <chr>, remotetype <chr>, #> # remotepkgref <chr>, remoteref <chr>, remoterepos <chr>, #> # remotepkgplatform <chr>, remotesha <chr>, depends <chr>, linkingto <chr>, diff --git a/dev/index.html b/dev/index.html index 3cf265a0..31e05f23 100644 --- a/dev/index.html +++ b/dev/index.html @@ -120,7 +120,7 @@
Package dependenciespd$draw()
-## ✔ Updated metadata database: 3.03 MB in 8 files. +## ✔ Updated metadata database: 3.04 MB in 8 files. ## ✔ Updating metadata database ... done ## r-lib/pkgcache 2.2.3.9000 [new][bld][cmp][dl] (unknown size) ## ├─callr 3.7.6 [new][bld][dl] (104.36 kB) @@ -151,7 +151,7 @@Package downloads
## ℹ Getting 1 pkg with unknown size -## ✔ Got cli 3.6.3.9000 (source) (771.91 kB) +## ✔ Got cli 3.6.3.9000 (source) (837.02 kB)
See the pkg_download_proposal
class for details.