Learn R Programming

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

maketools (version 1.2.5)

Exploring and Testing the Toolchain and System Libraries

Description

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.

Copy Link

Version

Install

install.packages('maketools')

Monthly Downloads

663

Version

1.2.5

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jeroen Ooms

Last Published

July 12th, 2023

Functions in maketools (1.2.5)

make

Make
pkgconfig

Query pkg-config
sysdeps

Package System Dependencies
r_config

R CMD Config
diagnostics

Diagnostics Report
find_logo

Package tools
rtools

Find or Install Rtools