Package: pkgload 1.4.1.9000
pkgload: Simulate Package Installation and Attach
Simulates the process of installing a package and thenattaching it. This is a key part of the 'devtools' package asit allows you to rapidly iterate while developing a package.
Authors:Hadley Wickham [aut],Winston Chang [aut],Jim Hester [aut],Lionel Henry [aut, cre],Posit Software, PBC [cph, fnd],R Core team [ctb]
pkgload_1.4.1.9000.tar.gz
pkgload_1.4.1.9000.zip(r-4.6)pkgload_1.4.1.9000.zip(r-4.5)pkgload_1.4.1.9000.zip(r-4.4)
pkgload_1.4.1.9000.tgz(r-4.5-any)pkgload_1.4.1.9000.tgz(r-4.4-any)
pkgload_1.4.1.9000.tar.gz(r-4.6-any)pkgload_1.4.1.9000.tar.gz(r-4.5-any)
pkgload_1.4.1.9000.tgz(r-4.5-emscripten)
pkgload.pdf |pkgload.html✨
pkgload/json (API)
NEWS
| # Install 'pkgload' in R: |
| install.packages('pkgload', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/pkgload/issues
Pkgdown/docs site:https://pkgload.r-lib.org
14.30 score 60 stars 618 packages 148 scripts 557k downloads 32 exports 12 dependencies
Last updated from:6d29dc9833. Checks:4 ERROR, 2 OK, 3 NOTE. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | ERROR | 138 | |
| source / vignettes | OK | 206 | |
| linux-release-x86_64 | ERROR | 134 | |
| macos-release-arm64 | ERROR | 131 | |
| macos-oldrel-arm64 | ERROR | 127 | |
| windows-devel | NOTE | 138 | |
| windows-release | NOTE | 108 | |
| windows-oldrel | NOTE | 133 | |
| wasm-release | OK | 105 |
Exports:check_dep_versioncheck_suggesteddev_exampledev_helpdev_metadev_topic_finddev_topic_indexdev_topic_index_resethas_testsimports_envinstis_dev_packageis_loadingload_allload_codeload_dataload_dllns_envpackage_fileparse_depsparse_ns_filepkg_descpkg_envpkg_namepkg_nspkg_pathpkg_versionpkg_version_rawpkgtestrun_exampleunloadunregister
Dependencies:callrclidescfsgluelifecyclepkgbuildprocessxpsR6rlangrprojroot
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Run a examples for an in-development function. | dev_example run_example |
| In-development help for package loaded with devtools | dev_help dev_topic_find dev_topic_index dev_topic_index_reset |
| Drop-in replacements for help and ? functions | ? help shim_help shim_question |
| Get the installation path of a package | inst |
| Is the package currently under development? | is_dev_package |
| Load complete package | is_loading load_all |
| Load R code. | load_code |
| Load data. | load_data |
| Load a compiled DLL | load_dll |
| Find file in a package. | package_file |
| Helper functions for working with development packages. | packages pkg_desc pkg_name pkg_ns pkg_path pkg_version pkg_version_raw |
| Replacement version of system.file | shim_system.file system.file |
| Unload a package | unload unregister |
