A collection of helper functions that interface with the appropriate system utilities to learn about the build environment. Lets you explore 'make' rules to test the local configuration, or query 'pkg-config' to find compiler flags and libs needed for building packages with external dependencies. Also contains tools to analyze which libraries that a installed R package linked to by inspecting output from 'ldd' in combination with information from your distribution package manager, e.g. 'rpm' or 'dpkg'. Finally the package provides Windows-specific utilities to automatically find or install the suitable version of the 'Rtools' build environment, and diagnose some common problems.
Version: | 1.2.0 |
Imports: | sys (≥ 3.1) |
Suggests: | curl, knitr, rmarkdown, testthat |
Published: | 2020-09-16 |
Author: | Jeroen Ooms |
Maintainer: | Jeroen Ooms <jeroen at berkeley.edu> |
License: | MIT + file LICENSE |
URL: | https://github.com/jeroen/maketools |
NeedsCompilation: | no |
Language: | en-US |
CRAN checks: | maketools results |
Reference manual: | maketools.pdf |
Vignettes: |
Automatically determine run-time dependencies for R packages on Linux |
Package source: | maketools_1.2.0.tar.gz |
Windows binaries: | r-devel: maketools_1.2.0.zip, r-release: maketools_1.2.0.zip, r-oldrel: maketools_1.2.0.zip |
macOS binaries: | r-release: maketools_1.2.0.tgz, r-oldrel: not available |
Old sources: | maketools archive |
Please use the canonical form https://CRAN.R-project.org/package=maketools to link to this page.