search for: zotcilag

Displaying 1 result from an estimated 1 matches for "zotcilag".

2002 Jun 27
1
Building from a source-code library under windows
...tu~1 \Shared~1\bin PATH=%path%;C:\Progra~1\DevStu~1\VC\include ## go to the directory that you want to make the outputs cd C:\Rtest lib /def:%R_HOME%\src\gnuwin32\R.exp /out:Rdll.lib /machine:IX86 set INCLUDE=C:\Progra~1\DevStu~1\VC\include cl /MT /Ox /DDLL_LOAD /D "Win32" /I\INCLUDE /c zotcilag.cpp link /dll /def:zotcilag.def /out:zotcilag.dll *.obj Rdll.lib /LIBPATH:C:\Progra~1\DevStu~1\VC\lib ############## # Calling from R # ############## dyn.load("c:\\rtest\\zotcilag.dll") /* construct a function containing; same as one in S-plus" Odata$dv <- .C("nlme_two_...