R/FLasherLib.R

Defines functions FLasherLib

# Function to return the location of the FLasher library
# Used by other packages that link to FLasher, for example FLasherTests
# Just need to include in Makevars:
#PKG_LIBS = `$(R_HOME)/bin/Rscript -e "FLasher:::FLasherLib()"` 
FLasherLib <- function(){
    location <- file.path(find.package('FLasher'), "libs", paste0("FLasher", .Platform$dynlib.ext))
   cat(location) 
}
iagomosqueira/FLasher documentation built on Jan. 11, 2024, 12:58 a.m.