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) Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 VignetteBuilder: knitr Suggests: curl, knitr, rmarkdown, testthat Language: en-US Repository: https://jeroen.r-universe.dev Date/Publication: 2025-01-25 12:23:22 UTC RemoteUrl: https://github.com/jeroen/maketools RemoteRef: HEAD RemoteSha: 9c2e7a3098b3de5cf7970f515d046a5bf4112993 NeedsCompilation: no Packaged: 2026-06-23 07:58:18 UTC; root Author: Jeroen Ooms [aut, cre, cph] (ORCID: ) Maintainer: Jeroen Ooms