Package: pkgbuild 1.4.4.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.4.9000.tar.gz
pkgbuild_1.4.4.9000.zip(r-4.5)pkgbuild_1.4.4.9000.zip(r-4.4)pkgbuild_1.4.4.9000.zip(r-4.3)
pkgbuild_1.4.4.9000.tgz(r-4.4-any)pkgbuild_1.4.4.9000.tgz(r-4.3-any)
pkgbuild_1.4.4.9000.tar.gz(r-4.5-noble)pkgbuild_1.4.4.9000.tar.gz(r-4.4-noble)
pkgbuild_1.4.4.9000.tgz(r-4.4-emscripten)pkgbuild_1.4.4.9000.tgz(r-4.3-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'))

Peer review:

Bug tracker:https://github.com/r-lib/pkgbuild/issues

On CRAN:

30 exports 65 stars 15.06 score 6 dependencies 2329 dependents 513.2k downloads

Last updated 4 months agofrom:90f017b337

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:callrclidescprocessxpsR6

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