similar to: rw0632: Can not install packages

Displaying 20 results from an estimated 2000 matches similar to: "rw0632: Can not install packages"

1999 Feb 17
1
Where is the base package?
I would like to be a new R user but I have hit a major road block at the start: After installing the rw0632 on NT4, Rterm and Rgui both crash. Running RTerm under gdb gives ... R : Copyright 1999, The R Development Core Team ... Fatal error: unable to open the base package What does this really mean? Regards Karl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
1999 Feb 23
2
rw0632 makes stray .Rhistory orphans
If you start Rterm/Rgui from the cmd (NT4.4) command line, the .Rhistory and .RData files are created/used in the current directory. I think, R should honor HOME or even the USERPROFILE variable. Regards Karl PS: is this the correct list for such reports or would it be better to use r-devel? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list --
1999 Feb 23
2
rw0632 makes stray .Rhistory orphans
If you start Rterm/Rgui from the cmd (NT4.4) command line, the .Rhistory and .RData files are created/used in the current directory. I think, R should honor HOME or even the USERPROFILE variable. Regards Karl PS: is this the correct list for such reports or would it be better to use r-devel? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list --
1999 May 24
2
Packages under windows
I just downloaded the NT version of R and cannot find anything concrete on loading packages. There is alot on how to do it under Unix. The windows FAQ briefly mentions it but does not explain it. I have donwloaded windows binaries of the package "clust.zip" and unzipped it into my c:\rw0632\library directory... So I have c:\rw0632\library\cluster Now what do I do ?
1999 Mar 02
2
Problem with Rterm.exe
I have downloaded rw0632 (Windows Version) from the CRAN at ETH Zuerich. Im working with NT4.0 Service Pack 4. I can start without any problems the GUI program Rgui.exe. But by using Rterm.exe (batch mode or with ESS respectivelly) I always get an error "the instruction at "0x10018ee8" referenced memory at ""......." Any ideas what is wrong? Best Regards Markus
1999 Jan 28
1
bug in the ctest package: binom.test
R 0630 for windows > library(ctest) > binom.test(7,10,p=0.3, alternative="two.sided") returns a p-value of =< 2.2e-016 and a warning In Splus 3.4 > binom.test(7,10,p=0.3, alternative="two.sided") returns a p-value of 0.0106 I think it is the max(v[v<=(1+eps)*PVAL]) causing the problem... max() of an empty vector....... Mai Z
1999 Apr 06
1
rw-faq clarification + simple question + bug(?)
Windows users note: the rw-faq says |1.8) Can I use rw0xx with ESS and emacs? | |Yes. Some time soon versions of ESS (5.1.3 has a `somewhat rough' |prototype for rw0632) will come with support for this version of R. If |yours does not, edit essd-r.el to have | | (inferior-ess-start-args . "--ess")) | |and make sure you give the full path to Rterm.exe as the R executable.
1998 Mar 12
2
R-beta: ctest_0_9-3_tar.tar
I'm having trouble un 'tar'ing the file ctest_0_9-3_tar.tar. When using the command "tar -xv" on a UNIX machine I get the "checksum error" message. When trying to use WinZip on a Win95 machine it gives an error reading the header. I'm downloading from the CRAN site at Carnegie Mellon. Could the file there be corrupted? Thanks for any help, and sorry if
1998 Mar 12
2
R-beta: ctest_0_9-3_tar.tar
I'm having trouble un 'tar'ing the file ctest_0_9-3_tar.tar. When using the command "tar -xv" on a UNIX machine I get the "checksum error" message. When trying to use WinZip on a Win95 machine it gives an error reading the header. I'm downloading from the CRAN site at Carnegie Mellon. Could the file there be corrupted? Thanks for any help, and sorry if
1999 Mar 05
1
typos
R version: RW0632 1. gnlm package, nlr() error message: "Last global step failed to locate a point lower than x. Either x is an approximate local minimum of the function, the function is too non-linear for this algorithm, or steptl is too large." last line: steptol (also, should it read "steptol is too small?") 2. help(glm) " Fitting Generalized Linear Models
1999 Mar 10
1
lty=2
On Wed, Mar 10, 1999 at 03:14:08PM +0000, Simon Bond wrote: > Dear all, > > I'm using R 63.2 on windows NT, when I use > > > lines(x,y, lty=2) > > it produces a dashed line between the first pair of points and then reverts > back to a solid line. It produces different colours perfectly ok, but it's > not really a solution when the plot needs to be printed
2003 Jan 22
2
small bug in binom.test?
Hi all, I am wondering whether there is a small bug in the binom.test function of the ctest library (I'm using R 1.6.0 on windows 2000, but Splus 2000 seems to have the same behaviour). Or perhaps I've misunderstood something. the command binom.test(11,100,p=0.1) and binom.test(9,100,p=0.1) give different p-values (see below). As 9 and 11 are equidistant from 10, the mean of the
1999 Jan 28
0
rw0632
A couple of quibbles with Guidos new version: Certain "upper-ascii" characters do not show on the command line unless followed by a nonblank. One of those being the last(!) letter of the Danish alphabet, "å" (aring). Very peculiar. On drives mounted from a Novell server, R refuses to overwrite existing .RData and .RHistory files on shutdown. Works fine on real hard drives.
1999 Mar 12
2
ESS/rterm problem
I really don't think this is an R bug; sorry if I've got it wrong twice within a week. Using rw0632 on NT 4.0, I can get R running quite happily under ESS 5.1.3. However, whenever I use help(), although I do get the required help in a split screen, I also get the minibuffer error message: wrong argument type: processp, nil Note: I get this under ESS 5.0 as well. I could live with this,
2000 Jun 15
1
proportions - finite population correction
> Dear R-users! > > I am using R 1.0.0 and Windows NT 4.0. > Suppose I have a population of N=100 subjects, a binomial variable and a random sample of n=20 subjects from my population, giving 15 "successes". I am interested in obtaining a confidence interval for the proportion of "successes" in my population. In R, I can use > library(ctest) >
1999 Mar 30
1
ctest wishlist
In the past months (maybe even years), I have received a variety of suggestions on improving/extending/... my ctest package. Some of the wishes have already been fulfilled. In the future, I will at least: * provide a formula-based interface * provide an option for controlling the behavior of 2-sided p-values (sum of more extreme, tail balancing a la S-PLUS, double one-sided, mid p-value,
2002 Jan 30
5
1.4.1 R CMD check broken?
I am not sure if this is already known. I checked BUGS and found some references to similar behavior when R_HOME is set? Here is what I get: (1) Fresh build of 1.4.1 under Linux/RH-7.2. All tests pass. > R CMD check ctest * checking for working latex ... OK * using log directory `/home/andyj/stat/R-1.4.1/library/ctest.Rcheck' Installing *source* package `ctest'
2005 Mar 17
1
Compiling "embedding R" examples
Hi, I am working at a major financial institution and we would like to embed R in one of our front office application. The application is written in C/C++ so I started by trying to compile the examples in "tests/Embedding" of R 2.0.1. I have modified "tests/Embedding/Makefile" according https://stat.ethz.ch/pipermail/r-help/2005-February/064341.html and set
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
2004 Sep 29
1
Problem with _new_ if class "lm" in object representation.
Hi! Consider this code. setClass("Ctest" ,representation( test="character" ,bla="character" ,mod="lm" ) ) new("Ctest",test="bla") #This produces an error. #Error in validObject(.Object) : Invalid "Ctest" object: Invalid object for slot "mod" in class "Ctest": got class