pkgconfig | R Documentation |
Wrappers for the pkg-config utility to query information on C/C++ libraries that are available on your system.
pc_info()
pc_pkg_list()
pc_pkg_exists(pkg = "libcurl")
pc_pkg_version(pkg = "libcurl")
pc_pkg_cflags(pkg = "libcurl")
pc_pkg_libs(pkg = "libcurl", static = FALSE)
pc_pkg_info(pkg = "libcurl")
pkg |
names of the pkg-config libraries to query |
static |
get libs for static linking, i.e. include dependencies |
Other maketools:
diagnostics
,
make()
,
r_config
,
sysdeps
# Check if pkg-config is available
(info <- pc_info())
if(info$available)
pc_pkg_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.