Package: maketools
Type: Package
Title: Exploring and Testing the Toolchain and System Libraries
Version: 1.2.4
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre", "cph"), 
    email = "jeroen@berkeley.edu", comment = c(ORCID = "0000-0002-4035-0289"))
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.
License: MIT + file LICENSE
URL: https://github.com/jeroen/maketools
Encoding: UTF-8
Imports: sys (>= 3.1)
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Suggests: curl, knitr, rmarkdown, testthat
Language: en-US
NeedsCompilation: no
Packaged: 2023-03-28 20:38:37 UTC; jeroen
Author: Jeroen Ooms [aut, cre, cph] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2023-03-28 21:20:02 UTC
Built: R 4.1.2; ; 2023-03-29 10:28:23 UTC; unix
