similar to: Re: problem posting to r-help list

Displaying 20 results from an estimated 5000 matches similar to: "Re: problem posting to r-help list"

2001 Nov 23
1
zip error, missing file
4. Noticed this error go by in the r-devel build in Windows 95: F:/R/TOOLS/BIN/MAKE.EXE -C ./help RHOME=F:/R/R-devel PKGDIR=F:/R/R-devel/src/lib rary RLIB=F:/R/R-devel/library ziponlyhelp-base MAKE.EXE[2]: Entering directory `F:/R/R-devel/src/gnuwin32/help' zip -jqmX help/Rhelp help/* -x help/AnIndex 2> nul MAKE.EXE[3]: [zipup] Error 12 (ignored) My guess is that it's a problem with
2000 Mar 31
1
building a package
Dear R-helpers, I'm learning how to compile R packages with fortran routines and use the acepack source as 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
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
2001 Sep 03
0
error compiling R-1.3.1 from source on WinNT
Dear R-help, I have encountered some errors when trying to compile R-1.3.1 from source on my WinNT4SP6 laptop (PII w/128MB RAM). I have installed all the tools following the instruction in src/gnuwin32/INSTALL, with the exception that the mingw compiler I have might be a bit older (they are the ones recommended for R-1.3.0, I believe). I have also compiled the ATLAS libraries from source using
2000 Jun 04
2
mle (PR#560)
Full_Name: 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
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
2000 Apr 03
0
Building acepack for Rw1000 under Win98
(Sorry, I had the previous emails on a different machine.) Thanks to Prof Ripley for diagnosing the problem with inconsistent capitals under Win98. It's 'interesting': * I had ...\acepack\Src\Ace.f Avas.f and Rlsmo.f (tar'ed in a Unix machine and Ws_FTP'ed to the PC) * when the directory name was changed to ...\acepack\src it still didn't work *
2000 Mar 30
0
forwarded message from Griffith Feeney
--8sD16rPb6u Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Griffith, I'm forwarding the mail to r-devel. Best, Fritz --8sD16rPb6u Content-Type: message/rfc822 Content-Description: forwarded message Content-Transfer-Encoding: 7bit Received: from isildur.ci.tuwien.ac.at (root@isildur.ci.tuwien.ac.at [128.131.51.43]) by
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
2000 Dec 11
1
Problem with DLL in Windows NT (PR#763)
Full_Name: Hans Peter Würmli Version: 1.0.0 or latest OS: NT4.0 Submission from: (NULL) (193.134.170.35) I used R for some time and loading a library worked fine. I received a new PC a few days ago and cannot remember whether I had used the program that doesn't work anymore, because library "integrate" cannot be loaded. Since I installed the latest version (1.1.1? the one copying
2000 Dec 11
1
Problem with DLL in Windows NT (PR#763)
Full_Name: Hans Peter Würmli Version: 1.0.0 or latest OS: NT4.0 Submission from: (NULL) (193.134.170.35) I used R for some time and loading a library worked fine. I received a new PC a few days ago and cannot remember whether I had used the program that doesn't work anymore, because library "integrate" cannot be loaded. Since I installed the latest version (1.1.1? the one copying
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.
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 01
0
installation problems on Windows (was Problems with some components of R)
> Date: Wed, 01 Mar 2000 18:01:21 +0100 > From: LAREDO Laurent <mim60 at cict.fr> > > I have downloaded and transfered to my P.C (Window 98) > the version of R which has been split on purpose,that is to > say the rw0990b1.zip ,rw0990b2.zip ,etc files. > I encountered no problem as far as the installation is concerned. > But when I try to run some function ,for
2010 Dec 15
1
pmnorm: probabilites don't sum up to 1
Dear list member, I struggle with the problem, why the probabilities of choosing one of three mutually exclusive alternatives don?t sum up to 1! Let?s assume we have three alternatives X, Y, and Z. Let?s further assume we know their respective utilities: uX, uY, uZ. I?m interested in calculating the probability of choosing X, Y, and Z. Since I assume that the alternatives are mutually
2002 May 21
5
ingress and egress
ingress can be used to control the incoming packet, such as: tc qdisc add dev eth0 handle ffff: ingress tc filter add dev eth0 parent ffff: protocol ip prio 5 u32 match ip src 172.16.1.11 police rate 10kbit burst 10k drop flowid :1 tc filter add dev eth0 parent ffff: protocol ip prio 5 u32 match ip src 172.16.1.22 police rate 10kbit burst 10k drop flowid :2 first ,I do not sure these method can
2000 Mar 02
1
Windows NT make erro this time
(Windows NT)(I think I did all the steps in the Install file right) and I got an R-1.0.0 make error which noone got yet. Please help! I looked in the Makefile but I don't see any quoted strings there. (I'm not good at make:-/) >pwd /WINNT/Profiles/krac/Desktop/R-1.0.0/src/gnuwin32 >make BUILD=MINGW32 mkdir -p ../../bin make -C ./fixed make[1]: Entering directory
2002 Jun 20
3
simple error in extensions/libipt_ROUTE.c extensions/libipt_IMQ.c
Hi Patrick ! I find simple error in extensions/libipt_ROUTE.c line 24 and 127 -- change NETFILTER_VERSION to IPTABLES_VERSION extensions/libipt_IMQ.c line 18 and 87 -- change NETFILTER_VERSION to IPTABLES_VERSION (iptables-20020618) ----------------------------------- mailto:alexey_talikov@texlab.com.uz BR Alexey Talikov FORTEK -----------------------------------
2004 Sep 27
1
fallout 2 mouse and keyboard problem
Hello to everyone! I've got the latest (20040914) Wine. Everything works fine actually. But I've got this weird thing with Fallout 2. It seems to work but mouse and keyboard does not work. I tried enabling DirectX grab on config file, but it didn't work. It grabs but still the mouse and keyboard does not function. I tried turning on/off a few options in the config file, try to find it
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,