Skip to content

Releases: r-lib/pkgconfig

v2.0.3

22 Sep 09:22
Compare
Choose a tag to compare

No user visible changes.

2.0.0

12 Jan 16:26
Compare
Choose a tag to compare
  • Can also be used from the global environment, not only from packages.
  • set_config_in() function, to allow custom APIs. This means that
    packages does not have to use set_config() and get_config(), but
    they can provide their own API.
  • Fix a get_config() bug, for composite values only the first element
    was returned.
  • Fix a bug when key was not set at all. In these cases fallback was
    ignored in get_config().