Package: maketools
Type: Package
Title: Exploring and Testing the Toolchain and System Libraries
Version: 1.3.0
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre", "cph"), 
    email = "jeroen@berkeley.edu", comment = c(ORCID = "0000-0002-4035-0289"))
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'.
License: MIT + file LICENSE
URL: https://jeroen.r-universe.dev/maketools
BugReports: https://github.com/jeroen/maketools/issues
Encoding: UTF-8
Imports: sys (>= 3.1)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Suggests: curl, knitr, rmarkdown, testthat
Language: en-US
NeedsCompilation: no
Packaged: 2024-02-25 21:52: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: 2024-02-25 22:10:10 UTC
Built: R 4.2.3; ; 2024-02-25 22:52:52 UTC; unix
