Package: pkgload Title: Simulate Package Installation and Attach Version: 1.5.3.9000 Authors@R: c( person("Hadley", "Wickham", role = "aut"), person("Winston", "Chang", role = "aut"), person("Jim", "Hester", role = "aut"), person("Lionel", "Henry", , "lionel@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")), person("R Core team", role = "ctb", comment = "Some namespace and vignette code extracted from base R") ) Description: Simulates the process of installing a package and then attaching it. This is a key part of the 'devtools' package as it allows you to rapidly iterate while developing a package. License: MIT + file LICENSE URL: https://github.com/r-lib/pkgload, https://pkgload.r-lib.org BugReports: https://github.com/r-lib/pkgload/issues Depends: R (>= 3.4.0) Imports: cli (>= 3.3.0), desc, fs, glue, lifecycle, methods, pkgbuild, processx, rlang (>= 1.1.1), rprojroot, utils Suggests: bitops, jsonlite, mathjaxr, pak, Rcpp, remotes, rstudioapi, testthat (>= 3.2.1.1), usethis, withr Config/Needs/website: tidyverse/tidytemplate, ggplot2 Config/testthat/edition: 3 Config/testthat/parallel: TRUE Config/testthat/start-first: dll Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libuv1-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2026-06-15 15:04:35 UTC RemoteUrl: https://github.com/r-lib/pkgload RemoteRef: HEAD RemoteSha: 0c0f0219dfa3e68df4aabfbe701964400dd993e4 NeedsCompilation: no Packaged: 2026-07-01 18:05:39 UTC; root Author: Hadley Wickham [aut], Winston Chang [aut], Jim Hester [aut], Lionel Henry [aut, cre], Posit Software, PBC [cph, fnd], R Core team [ctb] (Some namespace and vignette code extracted from base R) Maintainer: Lionel Henry