Package: pkgdown.offline Title: Build 'pkgdown' Websites Offline Version: 0.1.2 Authors@R: c( person("Nan", "Xiao", email = "me@nanx.me", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-0250-5673")), person("John", "Blischak", role = c("aut"), comment = c(ORCID = "0000-0003-2634-9879")), person("Algolia, Inc. and other contributors", role = c("ctb", "cph"), comment = "autocomplete.js library"), person("Aidan", "Feldman", role = c("ctb", "cph"), comment = "bootstrap-toc library"), person("Zeno", "Rocha", role = c("ctb", "cph"), comment = "clipboard.js library"), person("Nick", "Williams", role = c("ctb", "cph"), comment = "headroom.js library"), person("Julian", "Kühnel", role = c("ctb", "cph"), comment = "mark.js library"), person("Kiro", "Risk", role = c("ctb", "cph"), comment = "Fuse.js library"), person("Khan Academy and other contributors", role = c("ctb", "cph"), comment = "KaTeX library"), person("The MathJax Consortium", role = c("ctb", "cph"), comment = "MathJax library") ) Description: Provides support for building 'pkgdown' websites without an internet connection. Works by bundling cached dependencies and implementing drop-in replacements for key 'pkgdown' functions. Enables package documentation websites to be built in environments where internet access is unavailable or restricted. For more details on generating 'pkgdown' websites, see Wickham et al. (2025) . License: MIT + file LICENSE URL: https://nanx.me/pkgdown.offline/, https://github.com/nanxstats/pkgdown.offline BugReports: https://github.com/nanxstats/pkgdown.offline/issues Encoding: UTF-8 Imports: pkgdown Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev Repository: https://nanxstats.r-universe.dev Date/Publication: 2025-11-08 21:55:19 UTC RemoteUrl: https://github.com/nanxstats/pkgdown.offline RemoteRef: HEAD RemoteSha: a2c67fd8043042947a30d85ef64ee767cbb28573 NeedsCompilation: no Packaged: 2026-06-10 07:17:04 UTC; root Author: Nan Xiao [aut, cre, cph] (ORCID: ), John Blischak [aut] (ORCID: ), Algolia, Inc. and other contributors [ctb, cph] (autocomplete.js library), Aidan Feldman [ctb, cph] (bootstrap-toc library), Zeno Rocha [ctb, cph] (clipboard.js library), Nick Williams [ctb, cph] (headroom.js library), Julian Kühnel [ctb, cph] (mark.js library), Kiro Risk [ctb, cph] (Fuse.js library), Khan Academy and other contributors [ctb, cph] (KaTeX library), The MathJax Consortium [ctb, cph] (MathJax library) Maintainer: Nan Xiao