From 1e20d85424e38465fbb1621d2e51f5eff855d7e3 Mon Sep 17 00:00:00 2001 From: gaborcsardi Date: Thu, 7 Nov 2024 10:30:58 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20r-lib/pk?= =?UTF-8?q?gcache@8cefb54e030524bbcbb5885b2f0fe663f7932142=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/CODE_OF_CONDUCT.html | 2 +- dev/CONTRIBUTING.html | 2 +- dev/LICENSE-text.html | 2 +- dev/LICENSE.html | 2 +- dev/articles/index.html | 2 +- dev/articles/internals.html | 4 +- dev/articles/ppm.html | 8 ++-- dev/authors.html | 2 +- dev/deps/Source_Code_Pro-0.4.9/font.css | 6 +-- dev/deps/Source_Sans_Pro-0.4.9/font.css | 24 +++++------ dev/index.html | 2 +- dev/news/index.html | 2 +- dev/pkgdown.js | 8 ++++ dev/pkgdown.yml | 4 +- dev/reference/bioc_version.html | 22 +++++----- dev/reference/call_with_callback.html | 2 +- dev/reference/cmc__async_ensure_cache.html | 2 +- dev/reference/cmc__load_primary_pkgs.html | 2 +- dev/reference/cmc__load_primary_rds.html | 2 +- dev/reference/cmc__load_replica_rds.html | 2 +- dev/reference/cmc__update_primary.html | 2 +- dev/reference/cmc__update_replica_pkgs.html | 2 +- dev/reference/cmc__update_replica_rds.html | 2 +- dev/reference/cran_archive_cache.html | 10 ++--- dev/reference/cran_archive_list.html | 2 +- dev/reference/cranlike_metadata_cache.html | 12 +++--- dev/reference/current_r_platform.html | 2 +- dev/reference/def__make_error_object.html | 2 +- dev/reference/default_cran_mirror.html | 2 +- .../get_cranlike_metadata_cache.html | 2 +- dev/reference/get_graphics_api_version.html | 2 +- dev/reference/get_internals_id.html | 2 +- dev/reference/index.html | 2 +- dev/reference/meta_cache_deps.html | 36 ++++++++-------- dev/reference/package_cache.html | 14 +++---- dev/reference/parse_installed.html | 2 +- dev/reference/parse_packages.html | 2 +- dev/reference/pkg_cache_api.html | 2 +- dev/reference/pkgcache-package.html | 2 +- dev/reference/ppm_has_binaries.html | 2 +- dev/reference/ppm_platforms.html | 2 +- dev/reference/ppm_r_versions.html | 2 +- dev/reference/ppm_repo_url.html | 2 +- dev/reference/ppm_snapshots.html | 6 +-- dev/reference/repo_get.html | 38 ++++++++--------- dev/reference/repo_status.html | 42 +++++++++---------- dev/search.json | 2 +- 47 files changed, 153 insertions(+), 147 deletions(-) diff --git a/dev/CODE_OF_CONDUCT.html b/dev/CODE_OF_CONDUCT.html index 4b880509..d943c4af 100644 --- a/dev/CODE_OF_CONDUCT.html +++ b/dev/CODE_OF_CONDUCT.html @@ -116,7 +116,7 @@

Attribution -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/dev/CONTRIBUTING.html b/dev/CONTRIBUTING.html index 064eadd7..ec8fe711 100644 --- a/dev/CONTRIBUTING.html +++ b/dev/CONTRIBUTING.html @@ -81,7 +81,7 @@

See tidyverse -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/dev/LICENSE-text.html b/dev/LICENSE-text.html index fe775734..efedd53b 100644 --- a/dev/LICENSE-text.html +++ b/dev/LICENSE-text.html @@ -51,7 +51,7 @@

License

diff --git a/dev/LICENSE.html b/dev/LICENSE.html index 1469e81b..282cec7d 100644 --- a/dev/LICENSE.html +++ b/dev/LICENSE.html @@ -55,7 +55,7 @@

MIT License

diff --git a/dev/articles/index.html b/dev/articles/index.html index b12e79e6..77626262 100644 --- a/dev/articles/index.html +++ b/dev/articles/index.html @@ -55,7 +55,7 @@

All vignettes

diff --git a/dev/articles/internals.html b/dev/articles/internals.html index 3ce2705a..ac04f26c 100644 --- a/dev/articles/internals.html +++ b/dev/articles/internals.html @@ -69,7 +69,7 @@

pkgcache internals

Gábor Csárdi

-

2024-09-13

+

2024-11-07

Source: vignettes/internals.Rmd
internals.Rmd
@@ -151,7 +151,7 @@

Windows diff --git a/dev/articles/ppm.html b/dev/articles/ppm.html index bca72414..eaee499c 100644 --- a/dev/articles/ppm.html +++ b/dev/articles/ppm.html @@ -69,7 +69,7 @@

pkgcache and Posit Package Manager on Linux

Gábor Csárdi

-

2024-09-13

+

2024-11-07

Source: vignettes/ppm.Rmd
ppm.Rmd
@@ -170,7 +170,7 @@

PPM repository URLs
 pkgcache::ppm_snapshots()
-
## # A data frame: 2,530 × 2
+
## # A data frame: 2,585 × 2
 ##    date       id        
 ##    <date>     <chr>     
 ##  1 2017-10-10 2017-10-10
@@ -183,7 +183,7 @@ 

PPM repository URLs## 8 2017-10-17 2017-10-17 ## 9 2017-10-18 2017-10-18 ## 10 2017-10-19 2017-10-19 -## # ℹ 2,520 more rows

+## # ℹ 2,575 more rows

You can use the snapshot ids or dates in the PPM repository URL to select a particular snapshot. E.g. these two repository URLs are equivalent:

@@ -296,7 +296,7 @@

pkgcache and PPM on Windows -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/dev/authors.html b/dev/authors.html index bc598f26..e7b010ce 100644 --- a/dev/authors.html +++ b/dev/authors.html @@ -77,7 +77,7 @@

Citation

diff --git a/dev/deps/Source_Code_Pro-0.4.9/font.css b/dev/deps/Source_Code_Pro-0.4.9/font.css index 215be085..9e0a9d23 100644 --- a/dev/deps/Source_Code_Pro-0.4.9/font.css +++ b/dev/deps/Source_Code_Pro-0.4.9/font.css @@ -5,7 +5,7 @@ font-weight: 400; font-display: swap; src: url(HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMRrTEUc.woff2) format('woff2'); - unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; + unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { @@ -50,7 +50,7 @@ font-weight: 400; font-display: swap; src: url(HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMdrTEUc.woff2) format('woff2'); - unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { @@ -59,5 +59,5 @@ font-weight: 400; font-display: swap; src: url(HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMlrTA.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } diff --git a/dev/deps/Source_Sans_Pro-0.4.9/font.css b/dev/deps/Source_Sans_Pro-0.4.9/font.css index a9db0694..a06e104e 100644 --- a/dev/deps/Source_Sans_Pro-0.4.9/font.css +++ b/dev/deps/Source_Sans_Pro-0.4.9/font.css @@ -5,7 +5,7 @@ font-weight: 400; font-display: swap; src: url(6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2) format('woff2'); - unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; + unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { @@ -50,7 +50,7 @@ font-weight: 400; font-display: swap; src: url(6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2) format('woff2'); - unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { @@ -59,7 +59,7 @@ font-weight: 400; font-display: swap; src: url(6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { @@ -68,7 +68,7 @@ font-weight: 600; font-display: swap; src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdh18Smxg.woff2) format('woff2'); - unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; + unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { @@ -113,7 +113,7 @@ font-weight: 600; font-display: swap; src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18Smxg.woff2) format('woff2'); - unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { @@ -122,7 +122,7 @@ font-weight: 600; font-display: swap; src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18Q.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { @@ -131,7 +131,7 @@ font-weight: 400; font-display: swap; src: url(6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2'); - unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; + unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { @@ -176,7 +176,7 @@ font-weight: 400; font-display: swap; src: url(6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2'); - unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { @@ -185,7 +185,7 @@ font-weight: 400; font-display: swap; src: url(6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { @@ -194,7 +194,7 @@ font-weight: 600; font-display: swap; src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2) format('woff2'); - unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; + unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { @@ -239,7 +239,7 @@ font-weight: 600; font-display: swap; src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format('woff2'); - unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { @@ -248,5 +248,5 @@ font-weight: 600; font-display: swap; src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } diff --git a/dev/index.html b/dev/index.html index dc4af31e..4e084b87 100644 --- a/dev/index.html +++ b/dev/index.html @@ -302,7 +302,7 @@

Dev status

diff --git a/dev/news/index.html b/dev/news/index.html index 005fad03..e1145ad1 100644 --- a/dev/news/index.html +++ b/dev/news/index.html @@ -190,7 +190,7 @@

pkgcache 1.0.2 diff --git a/dev/pkgdown.js b/dev/pkgdown.js index 9757bf9e..1a99c65f 100644 --- a/dev/pkgdown.js +++ b/dev/pkgdown.js @@ -152,3 +152,11 @@ async function searchFuse(query, callback) { }); }); })(window.jQuery || window.$) + +document.addEventListener('keydown', function(event) { + // Check if the pressed key is '/' + if (event.key === '/') { + event.preventDefault(); // Prevent any default action associated with the '/' key + document.getElementById('search-input').focus(); // Set focus to the search input + } +}); diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 52db5ddf..c05bbcd9 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -1,10 +1,10 @@ pandoc: 3.1.11 -pkgdown: 2.1.0 +pkgdown: 2.1.1 pkgdown_sha: ~ articles: internals: internals.html ppm: ppm.html -last_built: 2024-09-13T08:06Z +last_built: 2024-11-07T10:30Z urls: reference: https://r-lib.github.io/pkgcache/reference article: https://r-lib.github.io/pkgcache/articles diff --git a/dev/reference/bioc_version.html b/dev/reference/bioc_version.html index cbfdcbcb..b1be728e 100644 --- a/dev/reference/bioc_version.html +++ b/dev/reference/bioc_version.html @@ -109,13 +109,13 @@

Details

Examples