Displaying 1 result from an estimated 1 matches for "anovagsl".
Did you mean:
anova's
2005 Dec 22
1
(no subject)
...using Max OS-X 10.4.3, powerpc-apple-darwin8-gcc-4.0.1
I begin wtih package.skeleton, and then add my c file into folder src
and then add file Makevars:
PKG_LIBS=-lgsl -lgslcblas -lm
In the zzz.R file, I add the function .First.lib:
.First.lib <- function(lib, pkg) {
library.dynam("anovaGSL", pkg, lib)
}
I think these two things are enough. then I just run R CMD check
anovaGSL (my package name)
followed is the error message:
Error: .First.lib failed for 'anovaGSL'
Call sequence:
2: stop(gettextf(".First.lib failed for '%s'", libraryPkgName(package)),...