Displaying 3 results from an estimated 3 matches for "rw1000sp".
Did you mean:
rw1000
2000 Mar 09
2
how to document user-defined packages for windows
After several hours of trial and error I've figured out how to create
packages for use by rw1000 ("Writing R Extensions" seems not to cover
this).
I haven't been able to figure out how to make help files work. I want plain
text only, via help(name) or ?name.
I create a 'help' subdirectory containing a 00Titles file and
function-specific help files in the package
2000 Apr 08
1
DLL/shared libraries and .Call()
Hello folks!
I've desperately been trying to write some shared libraries/DLLs using the .Call() interface. I can't get the symbols to resolve. Under Linux, dyn.load() tells me that the following (and presumably much more) is missing:
Rf_length_FG7SEXPREC
Under Windows, I simply can't get R to build under cygwin for the life of me. (Embarassing to admit, but those are the facts.)
2000 Mar 08
1
installing package in Windows
Could you help me in getting a package to compile from source in Windows?
I'm running Windows NT 4.0 on a pentium 450 with 128 Mb of Ram. I've got R
1.0.0.
I am developing a package for R which includes a bit of C code. I have things
working in Unix just fine, and now I want to port it to Windows NT.
I've been following the instructions in the R complements to Venables and