tests/gcDLLs.R

library("R.utils")

message("*** getDLLs() ...")

dlls <- strayDLLs()
print(dlls)

dlls <- gcDLLs(quiet = TRUE)
print(dlls)

dlls <- gcDLLs(quiet = FALSE)
print(dlls)

message("*** getDLLs() ... DONE")
HenrikBengtsson/R.utils documentation built on March 7, 2024, 9:37 a.m.