Package 'Rmstoolkitlib'

Title: Wrapper Package for For MSToolkit
Description: A simple wrapper package that exposes MSToolkit (https://github.com/mhoopmann/mstoolkit).
Authors: Rick Helmus [aut, cre] (ORCID: <https://orcid.org/0000-0001-9401-3133>)
Maintainer: Rick Helmus <[email protected]>
License: GPL-3 + file LICENSE
Version: 1.0.0
Built: 2026-05-13 14:36:45 UTC
Source: https://github.com/rickhelmus/Rmstoolkitlib

Help Index


Obtain compilation flags for Rmstoolkitlib

Description

Obtain compilation flags for Rmstoolkitlib

Usage

pkgconfig(opt = c("PKG_CFLAGS", "PKG_CXXFLAGS", "PKG_LIBS"))

Arguments

opt

A character string specifying which compilation flags to return. Must be one of "PKG_CFLAGS", "PKG_CXXFLAGS", or "PKG_LIBS".

Value

A character string containing the requested compilation flags.

Source

This function (mechanism) was based on zlibbioc (https://github.com/Bioconductor/zlibbioc)