Package: pkgbuild 1.4.8.9000
pkgbuild: Find Tools Needed to Build R Packages
Provides functions used to build R packages. Locates compilers needed to build R packages on various platforms and ensures the PATH is configured appropriately so R can use them.
Authors:
pkgbuild_1.4.8.9000.tar.gz
pkgbuild_1.4.8.9000.zip(r-4.6)pkgbuild_1.4.8.9000.zip(r-4.5)pkgbuild_1.4.8.9000.zip(r-4.4)
pkgbuild_1.4.8.9000.tgz(r-4.6-any)pkgbuild_1.4.8.9000.tgz(r-4.5-any)
pkgbuild_1.4.8.9000.tar.gz(r-4.6-any)pkgbuild_1.4.8.9000.tar.gz(r-4.5-any)
pkgbuild_1.4.8.9000.tgz(r-4.5-emscripten)
pkgbuild.pdf |pkgbuild.html✨
pkgbuild/json (API)
NEWS
| # Install 'pkgbuild' in R: |
| install.packages('pkgbuild', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/pkgbuild/issues
Pkgdown/docs site:https://pkgbuild.r-lib.org
Last updated from:35af31422a. Checks:9 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | OK | 128 | |
| source / vignettes | OK | 152 | |
| linux-release-x86_64 | OK | 124 | |
| macos-devel-arm64 | OK | 99 | |
| macos-release-arm64 | OK | 92 | |
| windows-devel | OK | 112 | |
| windows-release | OK | 105 | |
| windows-oldrel | OK | 135 | |
| wasm-release | OK | 97 |
Exports:buildcheck_build_toolscheck_compilercheck_latexcheck_rtoolsclean_dllcompile_dllcompiler_flagsfind_rtoolshas_build_toolshas_compilerhas_develhas_latexhas_rtoolslocal_build_toolsneeds_compilepkg_has_srcpkg_links_to_cpp11pkg_links_to_rcpppkgbuild_processrcmd_build_toolsrtools_neededrtools_pathsetup_rtoolswith_build_toolswith_debugwith_latexwithout_cachewithout_compilerwithout_latex
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Build package | build |
| Remove compiled objects from /src/ directory | clean_dll |
| Compile a .dll/.so from source. | compile_dll |
| Default compiler flags used by devtools. | compiler_flags |
| Are build tools are available? | check_build_tools has_build_tools local_build_tools with_build_tools |
| Is a compiler available? | check_compiler has_compiler has_devel |
| Is latex installed? | check_latex has_latex |
| Does a source package have src/ directory? | pkg_has_src |
| Build package in the background | pkgbuild_process |
| Call R CMD 'command' with build tools active | rcmd_build_tools |
| Temporarily set debugging compilation flags. | with_debug |
| Tools for testing pkgbuild | without_cache without_compiler without_latex with_latex |
