similar to: Trouble building R2.1.0 from source on Linux: package VR

Displaying 20 results from an estimated 10000 matches similar to: "Trouble building R2.1.0 from source on Linux: package VR"

2005 Apr 28
6
R2.1.0: X11 font at size 14 could not be loaded
Hi, I have just noticed the following problem with R2.1.0 running on SuSE 9.1, [However, version 2.0.1 (2004-11-15) on the same machine works Okay]: ------------------------------------------------------------------------- > hist(rnorm(100)) Error in title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) : X11 font at size 14 could not be loaded > version _
2005 May 12
3
R2.1.0: Bug in list.files
R2.0.1 (MS Windows) > list.files(myloc,"*.zip",full=T) [1] "P:/SARsoftware/Rlibraries/gnlm_0.1.zip" [2] "P:/SARsoftware/Rlibraries/lms2_0.2.zip" R2.1.0: > list.files(myloc,"*.zip",full=T) Error in list.files(path, pattern, all.files, full.names, recursive) : invalid 'pattern' regular expression Bug? or have I missed something
2005 Jun 16
3
possible bug in merge with duplicate blank names in 'by' field.
Run this: >p <- c('a', 'c', '', ''); a <- c(10, 20, 30, 40); d1 <- >data.frame(Promoter=p, ip=a) # Note duplicate empty names in p. >p <- c('b', 'c', 'd', ''); a <- c(15, 20, 30, 40); d2 <- >data.frame(Promoter=p, ip=a) >all <- merge(x=d1, y=d2, by="Promoter", all=T) >all <-
2004 Apr 03
1
make check-all does not find DESCRIPTION for VR packages
When running make check-all on R-1.9.0beta (2004-03-31) built with pgf77/gcc/g++ on the Opteron (running SLES8), I get four warnings about not finding the DESCRIPTION files for the packages in the VR bundle; e.g., cannot open file `/u1/scratch/R-1.9.0/tests/Packages/VR/spatial/DESCRIPTION' Error in tools:::.checkPackageDepends(dir = "/u1/scratch/R-1.9.0/tests/Packages/VR/spatial")
2003 Aug 28
4
Cook-distance-type plot (vertical bars)
Hi, Figure 13 of Emmanuel Paradis's "R for Beginners" was produced by termplot working on an aov object. The lower right-hand plot is labelled "Cook's distance plot", and I'd really like to produce a similar type of figure, but in a totally different context. (I'm not even sure what this kind of figure is called, perhaps an "impulse plot", where
2005 May 31
2
FYI: Problems while loading package "class (VR)"
Hi, Today, I performed automatic updates of packages and somehow lost "class" package. I loaded a library that depended on it and got: Error: package 'class' could not be loaded In addition: Warning message: there is no package called 'class' in: library(pkg, character.only = TRUE, logical = TRUE, lib.loc = lib.loc) I tried to load it by instal-package: class (VR) and
2008 Apr 06
1
R, VR, and Debian
Hi Folks, A while ago (September 2007) I set up an experimental Debian 4.0 Etch installation, and installed R on it, along with several packages -- including e1071 and the "Bundle" VR -- by means of the Debian package manager. Most of the time, R works fine. But not always. Just now, I wanted to try the code suggested by Johannes H?sing for "Stroparia"'s Multiset
2012 Apr 11
1
Dependency problem bug with r-cran-vr
Hi, I was trying to connect GRASS with R, following the guidelines described here: http://grass.osgeo.org/wiki/R_statistics The line in my /etc/apt/sources.list is like: deb http://ftp.iitm.ac.in/cran/bin/linux/debian squeeze-cran/ But when I tried to install r-cran-vr, I got an unmet dependency problem with r-cran-mass and r-cran-class. But these two packages were already installed. Then why
2003 Aug 21
1
LDA in R: how to extract full equation, especially constant term
Hi, Having dipped my toe into R a few times over the last year or two, in the last few weeks I've been using it more and more; I'm now a thorough convert. I've just joined the list, because although it's great, I do have this problem... I'm using linear discriminant analysis for binary classification, and am happy with the classification performance using predict(). What
2004 Dec 06
1
VR package not found for R version 1.9.1
I'm trying to install the VR package for version 1.9.1 but I'm getting the following error message: > install.packages("VR") trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 20716 bytes opened URL downloaded 20Kb trying URL
2002 Jun 13
1
Using RSPerl with add-on package ctest and named parameters
Hi,. I've installed RSPerl on my Linux box. It runs all of the test scripts that I've been able to find. I've learned that I can pass in vectors of data as array-refs, and can use named parameters with R::callWithNames and a hash of names and values. The one problem that I'm left with is how to call a function from an add-on package ('ctest' in this case). I know that
2006 Mar 26
2
VR (looking for MASS) on OS X
Hey, when did I lose MASS? Anyway, I found the VR package but she's not compiling on OS X. Any tips? Yes, I have the developer tools and Fortran. Could someone send me a compiled package?
2006 Jul 18
2
R-2.3.1.tar.gz does not contain VR bundle (PR#9084)
Full_Name: Jarno Tuimala Version: 2.3.1 OS: Solaris / Linux Submission from: (NULL) (193.166.2.98) Today I downloaded the latest source code release R-2.3.1.tar.gz, and it seems not to contain the VR bundle. After running ./configure I get the following error message: checking for recommended packages... ./src/library/Recommended/VR_*.tar.gz: No such file or directory no configure: error: Some
2005 Jun 16
3
Potential minor GUI bug
Is this an interface bug? Using RGUI for windows I run into a "Not Responding" process (I "smartly" coded an infinite loop, yaiks!), I hit esc and the interpreter was stopped and I recovered the console functionality but the caption on the R icon in my windows taskbar (the individual icon shown for every software currently running in the session) was not updated so the
2008 Nov 24
1
make fails with no rule to make target `VR.ts'
Hi, When trying to build R-devel.tar.bz2 (SVN-REVISION: 47015) I am getting the error: tkpager text html latex gmake[2]: Leaving directory `/usr/local/share/R-devel/src/library' gmake[2]: Entering directory `/usr/local/share/R-devel/src/library' building/updating package indices ... gmake[2]: Leaving directory `/usr/local/share/R-devel/src/library'
2005 May 13
2
Bug in axis labels (PR#7860)
Bob O'hara wrote: > I'm a bit reluctant to call anything a bug: I know it's usually my > incompetence instead. In this case, I can't see what else it is, > although it may be a bug in Windows. > > The problem comes from trying to create a .png of a figure in Windows > XP, with R2.1.0. On the screen it looks OK, but in the .png the text > for the x label
2010 Jan 30
1
Clash between r-cran-vr and r-cran-mass
[ Kevin sent this to me but agreed that it's better to have this discussed here. ] On 30 January 2010 at 11:35, Kevin Donnelly wrote: | I am using Ubuntu 9.10. Installing r-cran-latticist asks for r-cran-vr to | be installed as well, but this gives the following message: | E: /var/cache/apt/archives/r-cran-vr_7.2.47-1_i386.deb: trying to overwrite |
2005 Apr 19
2
building recommended packages on Windows
Hi, I am building 2.1.0 (re-release version, if that matters) on a Windows XP machine. Following the instructions 3.1 "Building from source" in R-admin.html, I managed to get up to 3.1.6. But when I try to build the recommended packages, I get C:\hiro\codes\proj\R-2.1.0\src\gnuwin32>make recommended --- Unpacking recommended packages ---- VR make[1]: *** No rule to make target
2002 Jun 17
5
R chek of package VR is broken (PR#1683)
Full_Name: Jürgen Henge-Ernst Version: 1.5.1 OS: linux Submission from: (NULL) (130.83.244.130) There seems to be a error in the VR-packages/ 7.0-3 which leads don't pass the test by running the R-check hernst@laptop:~/R/R-1.5.1> R CMD check /usr/lib/R/library/MASS/ * checking for working latex ... OK * using log directory '/home/hernst/R/R-1.5.1/MASS.Rcheck' * Installing
2002 Jun 17
5
R chek of package VR is broken (PR#1683)
Full_Name: Jürgen Henge-Ernst Version: 1.5.1 OS: linux Submission from: (NULL) (130.83.244.130) There seems to be a error in the VR-packages/ 7.0-3 which leads don't pass the test by running the R-check hernst@laptop:~/R/R-1.5.1> R CMD check /usr/lib/R/library/MASS/ * checking for working latex ... OK * using log directory '/home/hernst/R/R-1.5.1/MASS.Rcheck' * Installing