search for: rw1000

Displaying 20 results from an estimated 25 matches for "rw1000".

Did you mean: r1000
2000 Mar 31
1
building a package
...s an example. After some hiccups (Guido told me about the need to set make_mode=UNIX) I got to the following: `make pkg-acepack' runs without error (see below), but it does not * compile any .f file in acepack/src * (hence) try to create any dll file or libs (I'm working with Rw1000 under Win98, with the cygwin tools.) Looking into the MakePkg it looks like the following line LSOURCES=$(wildcard $(SSPKG)/*.c $(SSPKG)/*.f) produces a blank. Inside MakeDll there is another `wildcard' that also produces a blank: SOURCES=$(wildcard -f *.c *.f) Thanks for any hint,...
2000 Apr 03
0
Building acepack for Rw1000 under Win98
...t (see below) when the program names are all put into lower case: ace.f avas.f rlsmo.f Now it complains about dllcrt1.o (which lives in \gcc-2.95.2\i386-mingw32\lib), which I cannot see how it can access. What obvious step am I missing? -Yudi- /R/TOOLS/MAKE.EXE DLLNM= EXTRADOCS= \ -C /R/rw1000/src/library/acepack PKG=acepack RHOME=/R/rw1000 RLIB=/R/rw1000/li brary \ -f /R/rw1000/src/gnuwin32/MakePkg ---------- Making package acepack ------------ mkdir -p /R/rw1000/library/acepack cp -r ./DESCRIPTION ./INDEX ./TITLE ./ACE.DOC ./README ./README.ACE ./README .avas ./README~1.AVA ./WS_...
2000 Mar 30
0
forwarded message from Griffith Feeney
...ly have this as the return address. Posting to R-help, however, messages are bounced unless I change the return to address to feeneyg001@hawaii.rr.com. With this change they don't bounce, but they don't seem to get through. Attempting to build R-1.0.0 from source I get the following. F:\rw1000\src\gnuwin32>make BUILD=MINGW32 mkdir -p ../../bin F:/GCC-29~1.2/BIN/MAKE.EXE -C ./fixed MAKE.EXE[1]: Entering directory `F:/rw1000/src/gnuwin32/fixed' MAKE.EXE[1]: Nothing to be done for `all'. MAKE.EXE[1]: Leaving directory `F:/rw1000/src/gnuwin32/fixed' cp -pr unzip ../.. rm -f .....
2000 Mar 07
2
lm(rnorm(1000)~rnorm(1000)) kills rw1000 (PR#476)
First: R core: (Thank You!)^HUGE_VAL Now, down to business: In a loop or in repeated command lines: system.time(lm(rnorm(1000)~rnorm(1000))) ( or lm(rnorm(1000)~rnorm(1000))$coef ) fails after several iterations with the Windows message 'This program has performed an illegal operation and will be shut down. If the problem persists, please contact the vendor'. clicking on DETAILS
2000 Mar 22
0
dyn.load and rw1000
Guido, > thanks for signaling this. The --mno-cygwin was a my typos error > but I have to correct the readme.packages (--no-cygwin is a survival > from the about two year ago version of cygwin). The flag is set correctly in MkRules, though. > Anyway, note that in readme.packages we suggest to edit 'MkRules' > not MakeDll and to set at the beginning of that file
2000 Jun 04
2
mle (PR#560)
...ame: Per Broberg Version: 1.00 OS: Windows 98 Submission from: (NULL) (62.20.231.229) I tested my installation with the following: > library(lme) Loading required package: nls Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "C:\PROGRAM\R\RW1000/library/nls/libs/nls.dll": LoadLibrary failure > data(Orthodont) > fm1 <- lme(distance ~ age, data = Orthodont) # random is ~ age Error in .C("inner_perc_table", as.double(X), as.integer(unlist(grps)), : C/Fortran function name not in load table > fm2 <- lm...
2000 Mar 08
1
installing package in Windows
...That part works just fine. But then when I run "make pkgcheck-qtl" I get the following error. ====================================================================== bash-2.02$ make pkgcheck-qtl -------- Testing package qtl -------- Running examples in 'qtl-Ex.R' ... /Programs/R/rw1000/bin/rterm --vanilla R_LIBS="/Programs/R/rw1000/library;" < qtl-Ex.R > qtl-Ex.Rout make[1]: *** [run] Error 1 make: *** [pkgcheck-qtl] Error 2 bash-2.02$ ====================================================================== If, after a long sigh, I run Rgui and just cross my finge...
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 directo...
2000 Mar 30
2
Re: problem posting to r-help list
...in and several mirrors). > From: Griffith Feeney <gfeeney@hawaii.edu> > To: wwwadmin@isildur.ci.tuwien.ac.at > Subject: problem posting to r-help list > Date: Wed, 29 Mar 2000 09:35:50 -1000 > > Attempting to build R-1.0.0 from source I get the following. > > F:\rw1000\src\gnuwin32>make BUILD=MINGW32 > mkdir -p ../../bin > F:/GCC-29~1.2/BIN/MAKE.EXE -C ./fixed Note, this is the mingw32 make (which I did not think was in the base mingw32 distribution). > MAKE.EXE[1]: Entering directory `F:/rw1000/src/gnuwin32/fixed' > MAKE.EXE[1]: Nothing to...
2000 Mar 30
2
Re: problem posting to r-help list
...in and several mirrors). > From: Griffith Feeney <gfeeney@hawaii.edu> > To: wwwadmin@isildur.ci.tuwien.ac.at > Subject: problem posting to r-help list > Date: Wed, 29 Mar 2000 09:35:50 -1000 > > Attempting to build R-1.0.0 from source I get the following. > > F:\rw1000\src\gnuwin32>make BUILD=MINGW32 > mkdir -p ../../bin > F:/GCC-29~1.2/BIN/MAKE.EXE -C ./fixed Note, this is the mingw32 make (which I did not think was in the base mingw32 distribution). > MAKE.EXE[1]: Entering directory `F:/rw1000/src/gnuwin32/fixed' > MAKE.EXE[1]: Nothing to...
2000 Mar 08
3
Error loading ctest
Has anyone noticed this behavior: > library(ctest) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "J: \STATS\RW1000/library/ctest/libs/ctest.dll": LoadLibrary failure > library(ctest) > version _ platform Windows arch x86 os Win32 system x86, Win32 status major 1 minor 0.0 year 2000 month February day 29 language R > The first time ctest fails to load and l...
2000 Mar 24
1
Installing a Library
Hello, I have been trying to install library boot and it's giving me the warning message "No R source code in library: library(boot)". I downloaded the library correctly and unzipped it to rw1000/library, so I don't know what the problem could be. If anyone knows, I would greatly appreciate it. Thank you. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", &q...
2000 Dec 11
1
Problem with DLL in Windows NT (PR#763)
...exe - Entry Point Not Found The procedure entry point REAL could not be located in the dynamic link library R.dll" R error message: "Loading required package: integrate Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "D:\data\WUH\R\rw1000/library/integrate/libs/integrate.dll": LoadLibrary failure" I am grateful for help (but not desperate as I run Linux at home). Hans Peter -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/...
2000 Dec 11
1
Problem with DLL in Windows NT (PR#763)
...exe - Entry Point Not Found The procedure entry point REAL could not be located in the dynamic link library R.dll" R error message: "Loading required package: integrate Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "D:\data\WUH\R\rw1000/library/integrate/libs/integrate.dll": LoadLibrary failure" I am grateful for help (but not desperate as I run Linux at home). Hans Peter -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/...
2000 Feb 26
1
Problem with 'link.html.help()'
Hello, I just recently installed R 0.99 and use Windows 98. It appears as if link.html.help() locks the system. But somehow the information on 'Mass' is there but not about 'survival5'. Both these libraries are installed and functions OK. Any help available? Fredrik Lundgren Norrk?ping -------------- next part -------------- An HTML attachment was scrubbed... URL:
2000 Feb 26
0
VB: Problem with 'link.html.help()'
...t >> not about 'survival5'. > >Does it give a prompt 1: on the console?: Just hit return. This happens if >some package you have installed lacks a TITLE file. None of those I have on >the contrib area on CRAN are deficient, but I have met this recently. (The >imminent rw1000 will check such things much more carefully as a result.) > >[Note to package distributors: do run the R CMD build checks, as that will >tell you if files are missing.] > >Alternatively, follow the advice in the rw-FAQ about using `make indices' >as being the preferred way to d...
2000 Mar 01
0
installation problems on Windows (was Problems with some components of R)
...ed. Well, I am sure it does not say precisely that! The only times we have seen a similar report, removing everything and re-installing worked. If you do that and still have problems, use bug.report to send a a report with the exact error messages, please. You may want to wait for tomorrow and rw1000 before trying again. > Morever, I had previously downloaded the R.0990a.tgz version, > split it with the software available on Unix ( I used' split -b 1425000 > R-0.99.0a.tgz R'), and passed it to my computer using 'copy/b > Raa+Rab+Rac R.tgz'. If the decompressio...
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 02
2
R 1.0.0 for Windows
As Brian Ripley said this morning on 'r-help', a binary distribution of R 1.0.0 to run on Windows 95, 98, NT4.0 and 2000 on Intel/clone chips is available at CRAN (at least in Wien). The URL is http://cran.r-project.org/bin/windows/windows-NT/base/ See 'README.rw1000' for installation instructions and 'CHANGES' for a list of Windows specific news. As always, pre-compiled version of most of the contributed packages are available from http://cran.r-project.org/bin/windows/windows-NT/contrib/ A FAQ for this port of R is included in the distribu...
2000 Mar 02
2
R 1.0.0 for Windows
As Brian Ripley said this morning on 'r-help', a binary distribution of R 1.0.0 to run on Windows 95, 98, NT4.0 and 2000 on Intel/clone chips is available at CRAN (at least in Wien). The URL is http://cran.r-project.org/bin/windows/windows-NT/base/ See 'README.rw1000' for installation instructions and 'CHANGES' for a list of Windows specific news. As always, pre-compiled version of most of the contributed packages are available from http://cran.r-project.org/bin/windows/windows-NT/contrib/ A FAQ for this port of R is included in the distribu...