Package: pkgbuild 1.4.8.9000

Gábor Csárdi

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:Hadley Wickham [aut], Jim Hester [aut], Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd]

pkgbuild_1.4.8.9000.tar.gz
pkgbuild_1.4.8.9000.zip(r-4.7)pkgbuild_1.4.8.9000.zip(r-4.6)pkgbuild_1.4.8.9000.zip(r-4.5)
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.7-any)pkgbuild_1.4.8.9000.tar.gz(r-4.6-any)
pkgbuild_1.4.8.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
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

On CRAN:

Conda:

14.05 score 77 stars 909 packages 170 scripts 801k downloads 30 exports 7 dependencies

Last updated from:35af31422a. Checks:4 ERROR, 5 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64ERROR134
source / vignettesOK169
linux-release-x86_64ERROR131
macos-release-arm64ERROR115
macos-oldrel-arm64ERROR88
windows-develOK112
windows-releaseOK107
windows-oldrelOK160
wasm-releaseOK99

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

Dependencies:callrclidescotelprocessxpsR6

Readme and manuals

Help Manual

Help pageTopics
Build packagebuild
Remove compiled objects from /src/ directoryclean_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 backgroundpkgbuild_process
Call R CMD 'command' with build tools activercmd_build_tools
Temporarily set debugging compilation flags.with_debug
Tools for testing pkgbuildwithout_cache without_compiler without_latex with_latex