search for: ggv

Displaying 20 results from an estimated 33 matches for "ggv".

Did you mean: gg
2010 Oct 17
1
yum install - not working for installing R on Linux
...arking /var/tmp/yum-root-3gwXzS/R-core-2.10.0-2.el4.i386.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package R-core.i386 0:2.10.0-2.el4 set to be updated --> Processing Dependency: firefox for package: R-core-2.10.0-2.el4.i386 --> Processing Dependency: ggv for package: R-core-2.10.0-2.el4.i386 --> Processing Dependency: libg2c.so.0 for package: R-core-2.10.0-2.el4.i386 --> Processing Dependency: libreadline.so.4 for package: R-core-2.10.0-2.el4.i386 --> Processing Dependency: libtcl8.4.so for package: R-core-2.10.0-2.el4.i386 --> Processi...
2004 Jun 29
2
Several PCA questions...
...plot I saw all the variables (correctly named) pointing in more or less the same direction (as shown by the variance). I then did the following... postscript(file="test.ps",paper="a4") biplot(pc) dev.off() However, looking at test.ps shows that the arrows are missing (using ggv)... Hmmm, they come back when I pstoimg then xv... never mind. Finally, I would like to make a contour plot of the above biplot, is this possible? (or even a good way to present the data? Thanks very much for any feedback, Dan.
2008 May 07
1
R (statistics package) on CentOS-5 ?
Dear all, the statistics package R (www.r-project.org) was available for CentOS-4, but I need it for CentOS-5 (64bit). RPMforge has R-2.5.1 for CentOS-4, so I thought I'd try to install that on CentOS-5. However, yum complains about missing ggv, and the specfile indeed says that R requires ggv, which is not in CentOS-5 (it has kghostview). I could probably install with "rpm -Uvh --nodeps", but the question is rather: has anybody built R for CentOS-5 ? thanks for any insight, Kay
2010 May 05
2
[LLVMdev] How to cast an integer array to an integer pointer? (user question)
...ck(llvm::ConstantInt::get(Type::getInt8Ty(Context), 0x41)); Ivars.push_back(llvm::ConstantInt::get(Type::getInt8Ty(Context), 0x42)); Ivars.push_back(llvm::ConstantInt::get(Type::getInt8Ty(Context), 0x43)); Ivars.push_back(llvm::ConstantInt::get(Type::getInt8Ty(Context), 0)); GlobalVariable *GGV = new GlobalVariable( *M, ArrayType::get(Type::getInt8Ty(Context), 4), true, GlobalValue::PrivateLinkage, llvm::ConstantArray::get(ArrayType::get(Type::getInt8Ty(Context), 4), Ivars), "g_value_mine", 0, false, 0/*AddrSpace*/); // ptr GetElementPtrInst *gepi = GetElem...
2005 Mar 30
2
PDF and PS output
I'm using R 2.0 on Redhat Linux 9. When I try to produce PDF or PS output, the files are corrupted -- they won't open in Acroread, xpdf, ggv, and on attempting to convert to PNG, I get message "This file has corrupted %%EOF marker." Perhaps I am just doing something wrong. I did: > pdf() > hist(unlist(foo.bar)) I have no trouble viewing the output in Xwindows. Thanks, Hans
2006 May 15
1
PDF viewer?
Hi, I'm looking for a usable PDF viewer with CentOS 4.3. On my previous install (Slack running XFCE with a handful of GNOME libs), I used Evince, which is just great. Looks like this is an Achilles' heel in CentOS, as I tested three available PDF viewers (ggv, gsview, acroread) with various PDF documents downloaded from the internet (which all display perfectly with Evince): either the result is just ugly, like Lego for the very young. Or the document can't be opened at all and produces an error. Which is annoying, as I have to install this in a pro...
2006 Mar 14
1
Printing problem
...ers to have (limited) access to the system (default desktop is GNOME). Mostly everything works (ie. CD/DVD writing, sound, floppy access, etc.) But when it comes to printing, only a specific "lpr" at the command prompt (in a terminal) does the job. I've tried printing from mozilla, ggv and firefox without success. The funny thing is that an app such as gedit does print. (I'm guessing it's because gedit uses some sort of a2ps -> lpr combination). I have an Epson Stylus C82 connected via a USB cable and my system is running CUPS. Can anyone enlighten me? Thanks so m...
2006 Mar 13
1
Printing from apps as a regular user...
...ically logged in after a few seconds for others to have (limited) access to the system. Mostly everything works (ie. CD/DVD writing, sound, floppy access, etc.) But when it comes to printing, only a specific "lpr" at the command prompt does the job. I've tried printing from mozilla, ggv and firefox without success. The funny thing is that an app such as gedit does print. (I'm guessing it's because gedit uses some sort of a2ps -> lpr combination). I have an Epson Stylus C82 connected via a USB cable and my system is running CUPS. Can anyone enlighten me? Thanks so m...
2005 Jan 24
1
R 'postscript' plot - not a valid postscript (PR#7559)
...Murray Bolser Version: R 2.0.0 (2004-10-04) OS: Linux beagle 2.4.20-31.9 #1 Tue Apr 13 17:38:16 EDT 2004 i686 athlon i386 GNU/Linux Submission from: (NULL) (193.60.81.207) Trying to execute the following code produces a 'not a valid postscript' error from various postscript readers (gv, ggv, ghostscript). A very similar code works fine. <CODE> postscript() plot( 1:100, ylim=c(1,700), type='n', log='y') abline(v=seq(0,100,10)) abline(h=10) abline(h=seq(0,100, 10)) # Comment out this line and it works fine dev.off() </CODE> Opening the resulting fil...
2007 May 04
1
Help Installing R
...n/unzip checking for zip... /usr/bin/zip checking for gzip... /bin/gzip checking for firefox... /usr/bin/firefox using default browser ... /usr/bin/firefox checking for acroread... no checking for acroread4... no checking for xpdf... no checking for gv... no checking for gnome-gv... no checking for ggv... /usr/bin/ggv checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using t...
2007 May 30
6
up2date
...e already installed. I think the only option that would work here is --showall as that will show the latest version of all packages available. 2. I don''t believe the package name matching is quite right. For example, if you have a package named "gv", it will also match "ggv". I think this can be fixed by changing: if output =~ /#{@model[:name]}-(\d+.*)\.\w+/ to if output =~ /^#{@model[:name]}-(\d+.*)\.\w+/ in "/usr/lib/site_ruby/1.8/puppet/provider/package/up2date.rb". 3. Finding the latest version of packages that are already installed can be q...
2009 Jul 31
1
Install R on Cygwin (correction)
...r kfmclient... no checking for gnome-moz-remote... no checking for open... no configure: WARNING: I could not determine a browser checking for acroread... no checking for acroread4... no checking for evince... no checking for xpdf... no checking for gv... no checking for gnome-gv... no checking for ggv... no checking for kghostview... no checking for open... no checking for gpdf... no configure: WARNING: I could not determine a PDF viewer checking for pkg-config... /usr/bin/pkg-config checking for gcc... gcc checking for C compiler default output file name... a.exe checking whether the C compiler...
2004 Jul 22
1
viewing Postscript file
Is there any R function that can display a Postscript file that is already in the working directory? For example, if 'graph.ps' is such a file, I'd like to type something like this: > plot.postscript.file(file = 'graph.ps') If no such function exists, I'd be interested in a way to use existing R functions to do this under UNIX or Windows, preferably without a system
2002 Dec 04
0
print problem
...s cups and everything is working ok except wine. Wine can see the cups printer but when I print something from wine, the job goes to the server spool but gs dies with "Unrecoverable error, exit code 1" and the job is aborted. If I print to file under notepad and try to open that file with ggv it says that the file isn't in postscript format. Wine: CVS from today Printer: HP Deskjet 710C Linux: RH8.0 What could be wrong? PS: I already did "*TTRasteriser: None" in the ppd file. -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% João Alfredo Gama Batista <joaoalf@d...
2006 May 31
1
Running R [Broadcast]
In the R-2.3.0 directory, what do you get if you type bin/R? Does R starts up OK, or do you get an error? What were the last few lines of output from running configure? Andy _____ From: Pramod Anugu [mailto:pramod.r.anugu@jsums.edu] Sent: Wednesday, May 31, 2006 11:23 AM To: Liaw, Andy; 'Andrew Perrin' Cc: r-help@stat.math.ethz.ch Subject: RE: [R] Running R [Broadcast]
2009 Jul 31
0
Install R on Cygwin
...r kfmclient... no checking for gnome-moz-remote... no checking for open... no configure: WARNING: I could not determine a browser checking for acroread... no checking for acroread4... no checking for evince... no checking for xpdf... no checking for gv... no checking for gnome-gv... no checking for ggv... no checking for kghostview... no checking for open... no checking for gpdf... no configure: WARNING: I could not determine a PDF viewer checking for pkg-config... /usr/bin/pkg-config checking for gcc... gcc checking for C compiler default output file name... a.exe checking whether the C compiler...
2003 Oct 02
2
GNOME 2 port is broken?
...t; gnome2-2.4.0 depends on file: /usr/X11R6/libdata/pkgconfig/libgail-gnome.pc - found ===> gnome2-2.4.0 depends on executable: file-roller - found ===> gnome2-2.4.0 depends on file: /usr/X11R6/share/themes/HighContrast/gtk-2.0/gtkrc - found ===> gnome2-2.4.0 depends on executable: ggv - found ===> gnome2-2.4.0 depends on executable: acme - found ===> gnome2-2.4.0 depends on executable: gok - found ===> gnome2-2.4.0 depends on executable: gpdf - found ===> gnome2-2.4.0 depends on executable: nautilus-cd-burner - found ===> gnome2-2.4.0 depends on executab...
2007 Jul 10
1
Building R on Interix 6.0
...netscape... no checking for galeon... no checking for kfmclient... no checking for opera... no checking for gnome-moz-remote... no checking for open... no checking for acroread... no checking for acroread4... no checking for xpdf... no checking for gv... no checking for gnome-gv... no checking for ggv... no checking for kghostview... no checking for open... no checking for gpdf... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... che...
2006 May 31
10
Running R
I have downloaded R-2.3.0.tar.gz for Linux 64 bit processor 1. Untar tar -zxvf R-2.3.0.tar.gz 2. changed the directory to the newly created directory R-2.3.0 3. Typed ./configure 4. Typed make 5. Copied the Script File R from directory R-2.3.0/bin/R to /usr/local/bin/R. 6. Typed R Fatal error: unable to open the base package I get the error message. Please advice [[alternative HTML version
2000 Aug 09
1
Trying to make plot of several time series in same graph
Dear Friends in R: On RedHat linux, R-1.1, I've gotten far enough to create the graph that shows on the screen with 3 lines, but I have some trouble. Here is the way I created the three "overlaid" graphs: data<-read.table("DataCulture0",header=T,as.is = TRUE) attach(data) tmp1<-plot(acquaint~T,type='l', ylim=c(0,1),ylab="average