Package: maketools
Type: Package
Title: Exploring and Testing the Toolchain and System Libraries
Version: 1.3.2
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre", "cph"), 
    email = "jeroenooms@gmail.com", 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: 2025-01-25 12:23:14 UTC; jeroen
Author: Jeroen Ooms [aut, cre, cph] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-25 14:00:01 UTC
Built: R 4.3.3; ; 2025-01-28 21:40:23 UTC; unix
