Learn R Programming

⚠️There's a newer version (1.3.1) of this package.Take me there.

maketools (version 1.3.0)

Exploring and Testing the Toolchain and System Libraries

Description

Helper functions that interface with the system utilities to learn about the local 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'.

Copy Link

Version

Install

install.packages('maketools')

Monthly Downloads

645

Version

1.3.0

License

MIT + file LICENSE

Maintainer

Jeroen Ooms

Last Published

February 25th, 2024

Functions in maketools (1.3.0)

find_logo

Package tools
r_config

R CMD Config
diagnostics

Diagnostics Report
pkgconfig

Query pkg-config
sysdeps

Package System Dependencies
make

Make