pkgload 1.4.1
-
load_all()now supports explicitdebugoption to control using debug compiler flags (#224, @assaron). -
The generator of
compile_commands.jsonnow works with packages that compile extra libraries such as ragg. -
The generator of
compile_commands.jsonnow works with sources in subdirectories (#308, @krlmlr). -
The generator of
compile_commands.jsonnow checks for existingR_SHARE_DIR
andR_INCLUDE_DIRenvironment variables (#287, #296, @TimTaylor and
@shikokuchuo). -
The generator of
compile_commands.jsonis now more reliable in the presence
of extra whitespace inmake's output (#288, @TimTaylor). -
The generator of
compile_commands.jsonnow uses escaped double quotes for LinkingTo packages to ensure valid argument strings when parsed on Windows (#305, @tylermorganwall).