similar to: Problem compiling R 2.1.* on SUSE 9.2

Displaying 20 results from an estimated 2000 matches similar to: "Problem compiling R 2.1.* on SUSE 9.2"

2012 May 18
2
Runs up and runs down test
Can someone point me to an implementation of the "runs up and runs down" test, or does such beast exist in R? From web searches the "runs up and runs down" test is commonly used for testing pseudo-random number generators and in simulations. John C. Davis describes its use in geology in his book on geological statistics (2002). Having searched the full site, I can locate only
2018 Mar 31
1
R and Java 10 ➜ rJava not able to build
Don't waste too much time on this. It is due to a change introduced in Java 10 at short notice. I believe the rJava maintainers are working on a fix/workaround. -pd > On 31 Mar 2018, at 10:22 , John <jwd at surewest.net> wrote: > > On Tue, 27 Mar 2018 22:25:33 +0300 > Luis Puerto <luiss.puerto at gmail.com> wrote: > > I don't run a Mac so this may not
2008 Aug 24
3
R project web site
Is anyone else encountering trouble viewing the basic www.r-project.org page? Or has it been changed recently so that google hasn't kept up? I find I can access the mirror of the CRAN page at http://www.maths.bris.ac.uk/R/, none of the *.org pages. Nor can I jump to the R homepage from the CRAN mirror. JWDougherty
2012 Jun 09
2
Error when attempting to install tkrplot
I am getting following error when attempting to install the tkrplot package. ... gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -fpic -O3 -pipe -g -c tcltkimg.c -o tcltkimg.o tcltkimg.c:2:16: fatal error: tk.h: No such file or directory compilation terminated. make: *** [tcltkimg.o] Error 1 ERROR: compilation failed for package ?tkrplot? *
2003 Nov 18
2
Compiling R
I have a generally successful compiled R 1.8.0 version installed on a SuSE 9.0 system. One frustration however is that the basic keyboard functions of BASH have not completely carried through and the up, down, left and right arrow keys don't behave as they do on the regular shell command line. That is no command history can be accessed and the cursor cannot be back-spaced over a
2006 May 18
9
How can you buy R?
Hi all, This may seem like a dumb question, but I work for an entity that is soon converting to XP across the board, and I will lose the ability to install software on my own. The entity has a policy of only using software that has been purchased and "properly licensed" (whatever that means). This means I will soon lose the ability to use R at work - something I can't do without
2003 Dec 09
2
Font problem
Some plots fail due to a problem with the X11 fonts. I get a message that "X11 font at size 22 could not be loaded." The demo() graphics routine for instance dies during the third chart. The graphics demo calls "font.main=1" and that seems to be where the error is. I believe this is due to a configuration problem on my system, however I can't find where in the
2005 Jan 15
1
pair() and X11 fonts error
I am encountering an font error when using either plot() or pairs() for a scatter plot matrice under some circumstances. For instances pairs(hills) using the "hills" data set in MASS results in the following error: "Error in text.default(x, y, txt, cex = cex, font = font) : X11 font at size 16 could not be loaded" However pairs(iris) works fine. Since the iris
2012 Aug 15
3
Basic question -loading data
Hi all, New user here - I include the following command in the prompt read.csv("document.csv", header = TRUE ) and the output shows up. But when I include the following command summary(data) I get the following message "Error in object[[i]] : object of type 'closure' is not subsettable" Can someone please advise why R is not reading my data? Thanks
2007 Feb 07
2
all apps are black with nvidia driver
Summary: wine apps with nvidia video drivers cause a black screen System: Abit KT7A Athlon XP1800 1GB RAM nVidia GeForce4 MX440 AGP 64MB Fedora Core 5 with latest updates Xorg 7.0 Screen set to 1280x1024, 24 bit color Details: I have a problem where all my wine apps, including all the ones that come with wine like winecfg, notepad, etc, cause the whole screen to go black when they have the
2009 Jun 09
3
how to install own R withour root?
Dear list members, i am currently want to install Rpy2 in a linux box which has R 2.4.0 installed RPy requries R 2.7.0 or above but i have no root previlleges so my question is how to install R 2.7.0 on my own directory? and replace the system installed R 2.4.0 when i input R command from the bash Shell? thanks for any reply. Best Regards! -- Daofeng Li,PhD Candidate China Agricultural
2017 Jun 28
4
Extraneous full stop in csv read
I ran into a puzzling minor behaviour I would like to understand. Reading in a csv file, I find an extraneous "." after a column header, "in" [short for "inches"] thus, "in.". Is this due to "in" being reserved? I initially blamed this on RStudio or to processing the data through LibreCalc. However, the same result occurs in a console R session.
2018 Mar 27
7
R and Java 10 ➜ rJava not able to build
Hi! I?m on macOS 10.13.3 and just installed the new Java 10 using Homebrew Cask. I also have installed R with Homebrew. Everything seems to work fine, however I just get different outputs if I run sudo R CMD javareconf or R CMD javareconf. With sudo I get pointed to Java 9 and without sudo I get pointed to Java 10. I really don?t know why. Without sudo: $ R CMD javareconf
2017 Aug 27
0
Connect to postgreSQL
On Sat, 26 Aug 2017 18:35:31 -0700 Ira Sharenow via R-help <r-help at r-project.org> wrote: Can you access the postgres database through psql or some other route? Also, do you require a password to access the database from these alternatives? JWDougherty
2007 Mar 19
1
Get an old game to run
Hi, I'm trying to start an old (released in 2001) game Startopia under the latest (0.9.27) Wine. It plays some intro videos, flashes loading screen for a moment and the whole screen turns white and the process quits in a several seconds. The output from console is as follows: fixme:dplay:IDirectPlayLobby3AImpl_RegisterApplication :stub fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem
2018 Apr 01
0
R and Java 10 ➜ rJava not able to build
Hi John! Java was installed with Homebrew Cask as a user, if my memory doesn?t fail me. Thanks a lot for your help! Let?s see how the problem evolves. > On 31 Mar 2018, at 11:22, John <jwd at surewest.net> wrote: > > On Tue, 27 Mar 2018 22:25:33 +0300 > Luis Puerto <luiss.puerto at gmail.com> wrote: > > I don't run a Mac so this may not help. Did you
2018 Apr 01
0
R and Java 10 ➜ rJava not able to build
Thanks Peter! Yeah, I don?t think we users can fix this issue. Let?s wait for a fix from rJava team. Luis. > On 31 Mar 2018, at 17:03, peter dalgaard <pdalgd at gmail.com> wrote: > > Don't waste too much time on this. It is due to a change introduced in Java 10 at short notice. I believe the rJava maintainers are working on a fix/workaround. > > -pd > >>
2003 Apr 23
2
FreeBSD NVIDIA Drivers does not work with a GeForce4 MX 440
Hi, I have a GeForce4 MX 440 and a fresh 4.8-STABLE system. I have installed the NVIDIA drivers from the ports, everything went well but when the 'nvidia.ko' kernel module is loaded I got this message: nvidia0: <GeForce4 MX 440> mem 0xdda80000-0xddafffff,0xd0000000-0xd7ffffff,0xde0 00000-0xdeffffff irq 0 at device 0.0 on pci1 pci_cfgintr: can't route an interrupt to 1:0 INTA
2013 Jun 07
2
Bad performace for NV18 driver
Hi! I have some strange results on my test with nouveau drivers I'm using a old GeForce4 MX 4000 (NV18) with 128 MB. I have made 2 test. -The default configuration, using nomodeset without nouveau_vieux_dri.so $inxi -G Graphics: Card: NVIDIA NV18 [GeForce4 MX 4000] X.Org: 1.12.4 drivers: vesa,nouveau (unloaded: fbdev) Resolution: 1024x768 at 0.0hz GLX Renderer: N/A
2007 Jun 14
3
Two problems
Hello, I have two problems: 1) Identify my card 2) Error message at dumping 1) It seems to me that I have a special version of the GeForce4 420 Go 32M because my card is a GeForce4 440 Go 64M but both have the same PCI device id. Is this important for the development of the renouveau driver or is this already noted? Outputs: lspci [...] 01:00.0 VGA compatible controller: nVidia Corporation