-
Notifications
You must be signed in to change notification settings - Fork 19
Notes on HSROC
bwallace edited this page Apr 10, 2012
·
2 revisions
We rely on the HSROC library for diagnostic bivariate analysis. You can build this in Windows in the usual way, but make sure the Rtools bin directory is in your path (by default, Rtools will set this to: C:\Rtools\bin).
PATH = C:Rtools\bin;%path% R CMD build HSROC R CMD INSTALL HSROC
Another vital note is that you must distribute the libgcc_s_sjlj-1.dll DLL along with the R executable, i.e., in the same directory. HSROC will not work without it.
@TODO get HSROC build going on Mac...