similar to: file not found?

Displaying 20 results from an estimated 3000 matches similar to: "file not found?"

2003 Nov 03
10
USA map
R users, In S, there was a function called usa() that would draw the map of the United States, plus it had other options for graphics. I have looked but I can't find the equivalent in R. Is there one? Thanks, Jason
2005 Apr 13
2
easy question: obtaining rw1080.exe
Dear All, Can anyone please tell me where I can obtain uncompiled binary instalation files for R version 1.8. (i.e. rw1080.exe)? I can only find the uncompiled source code on CRAN today. Thank you, Mary Wisz msw@dmu.dk [[alternative HTML version deleted]]
2004 May 03
1
Help making a simple R code only package
Hello, I am new to R and I am trying to figure out how to build and install a package with nothing but R code inside. I have run 'package.skeleton' to get the basic structure. When I run 'Rcmd INSTALL testPackage' I get this error message: make: *** No rule to make target `Files/R/rw1080'. Stop. *** Installation of testPackage failed *** When I run 'Rcmd build
2004 Jul 01
1
Seg. faults in mapthin (in package maps!)
> From: "Kevin Bartz" <kbartz at loyaltymatrix.com> > Date: Thu, 1 Jul 2004 10:18:36 -0700 > > Dr. Ripley, you are the master. That fix worked like a charm! All the way to > 50, with no problems. Thanks again, > And all while I was asleep! I'll submit a corrected maps package in a couple of weeks, when I return from China (no guaranteed connection where
2003 Oct 20
1
bug in fisher test---p-value cannot be Inf (PR#4688)
I just found a bug in fisher.test(). This is rw1080, on windows XP. A p-value can certainly not be Inf, but: > religion Costumbres rel orig Religion Si Algunas veces Nunca católica 2121 4700 6234 prot/evan 100 216 2461 otra C 27 67 502 otra 0 0 14 > fisher.test(religion, workspace=2000000)
2003 Dec 10
0
dyn.load for c code
I am learning how to load C code into R-1.8.0 on Windows 98. To this end I wrote a small c program, downloaded the tools, perl, and mingw on the "building R for windows" page, and proceeded to create libR.a & libRblas.a as explained in the readme.packages. I started with a simple c program called mysum.c that can be found on:
2007 Jul 02
2
Problem installing R packages in OpenBSD
OS: OpenBSD version 4.1 i386 R version 2.4.1 (2006-12-18) installed as a binary package $ ls mapproj_1.1-7.1.tar.gz maps_2.0-36.tar.gz $ sudo R CMD INSTALL mapproj_1.1-7.1.tar.gz /usr/local/lib/R/bin/INSTALL[118]: .: /usr/obj/i386/R-2.4.1/fake-i386/usr/local/lib/R/share/sh/dcf.sh: not found I get the same error message from the R command prompt using
2002 Sep 29
2
Problem on minima
2003 Oct 20
0
Update Packages / help.start() (PR#4681)
Full_Name: Leonard Weil Version: 1.8.0 OS: Windows2000 Pro Submission from: (NULL) (192.249.47.9) I have encountered two anomalies in version 1.8.0 that I had not observed in version 1.7.0: When using the menu Packages -> Update Packages from CRAN, The console repeats the message twice (example below) > update.packages() trying URL
2003 May 05
5
null plotting symbol ?
I am calling plot() with argument pch as a vector of numeric symbol codes, the same length as x and y. Is there some code which produces no symbol - a blank - so that I can come back with a second call to points() and fill in these locations using a different fill color and a different symbol size ? There's always a work-around, but both x and y are generated on the fly by calls
2003 Nov 19
11
Windows R 1.8.0 hangs when Mem Usage >1.8GB
I have a loop that increases the size of an object after each iteration. When the Windows Task Manager shows "Mem Usage" about 1.8GB, the Rgui.exe process no longer responds. I use: "C:\Program Files\R\rw1080\bin\Rgui.exe" --max-mem-size=4000M --min-vsize=10M --max-vsize=3000M --min-nsize=500k --max-nsize=1000M I have a dual Xeon 2.8GHz processor box with 4GB of memory and
2003 Oct 23
1
texi2dvi and buildVignettes() on Windows
I am currently writing a (private) package in which I produce pdf files from within R using LaTeX. To do so I mainly copied some lines from the buildVignettes() function in the tools package. This uses the texi2dvi which is included in R's bin directory: system(paste(file.path(R.home(), "bin", "texi2dvi"), "--quiet --pdf", bft)) This runs
2003 Oct 05
0
R maps now for Windows
The original S maps package, previously only available in R on Unix systems is now available in R for Windows. maps_2.0-2 and mapdata_2.0-2 (see below) in both source and Windows binary form (for rw1071) have been uploaded to CRAN, hopefully soon to appear. The key aspect of this package which differentiates it from other GIS related R packages under development is that it is standalone within
2003 Oct 05
0
R maps now for Windows
The original S maps package, previously only available in R on Unix systems is now available in R for Windows. maps_2.0-2 and mapdata_2.0-2 (see below) in both source and Windows binary form (for rw1071) have been uploaded to CRAN, hopefully soon to appear. The key aspect of this package which differentiates it from other GIS related R packages under development is that it is standalone within
2003 Nov 12
2
problem with pipes (PR#5053)
Full_Name: Gabor Grothendieck Version: 1.8.0 OS: Windows 2000 Pro Submission from: (NULL) (67.68.47.99) In R 1.8.0 on Windows 2000 suppose that \a.bat contains the following two lines: net /? dir \winnt which constitutes a simple batch file which 1. writes a help message about the built in Windows net command to stderr and 2. does a dir on the built in Windows directory WINNT writing
2003 Nov 10
8
Memory issues..
Hi dear R-listers, I'm trying to fit a 3-level model using lme in R. My sample size is about 2965 and 3 factors: year (5 levels), ssize (4 levels), condition (2 levels). When I issue the following command: > lme(var~year*ssize*condition,random=~ssize+condition|subject,data=smp,method ="ML") I got the following error: Error in logLik.lmeStructInt(lmeSt, lmePars) :
2003 Nov 01
0
R maps, mapdata and mapproj for Windows
Nearly a month ago I announced the availability of a Windows port of the maps for S package but for various reasons the Windows binaries did not appear on CRAN until yesterday. Now I am pleased to announce that the three packages maps_2.0-8 (the base maps package with low-resolution databases), mapdata_2.0-6 (high-resolution and other databases) and mapproj_1.1 (projection add-on for maps,
2003 Nov 01
0
R maps, mapdata and mapproj for Windows
Nearly a month ago I announced the availability of a Windows port of the maps for S package but for various reasons the Windows binaries did not appear on CRAN until yesterday. Now I am pleased to announce that the three packages maps_2.0-8 (the base maps package with low-resolution databases), mapdata_2.0-6 (high-resolution and other databases) and mapproj_1.1 (projection add-on for maps,
2004 Feb 29
1
graphics device problems
I'm using R 1.8.0 under windows XP. I can't get certain of the graphics devices set up. For example, when I copy this line directly from the "postscript" help screen, I get the error messages that follow it: > postscript("foo.ps") Error in PS(file, old$paper, old$family, old$encoding, old$bg, old$fg, : unable to start device PostScript In addition:
2003 Dec 25
1
problem with pipes (PR#5053)
I gather that the pipe problem is a difficult one to solve since its highly desirable (at least for me) to be able to use Windows pipes yet its been outstanding since the previous R release. I have one idea on a possible workaround and associated feature and I wonder if this feature is feasible? I just noticed that z <- system("c:\\a.bat", intern = TRUE, invisible = TRUE) is