similar to: R version

Displaying 20 results from an estimated 10000 matches similar to: "R version"

2011 Feb 10
1
How to reset libPaths for root
High, on all of my computers the first entry in libPaths for root was /usr/lib64/R/library or /usr/lib/R/library. Now it change at one (lynx) anyway to root at lynx:/root(2)# R R version 2.12.1 (2010-12-16) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are
2011 Jan 04
2
update.views("Spatial") does not seem to be able to find RPyGeo package
I have this problem with loading RPyGeo package when using update.views. How can I fix this. I have tried to use other CRAN mirrors with the same result. Below is a copy of my session. ---------------------session----------------------- R version 2.12.1 (2010-12-16) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) R is free
2011 Apr 13
3
Problem with dyn.load in R 2.13.0
I have a test directory for the survival suite, and dyn.load has ceased to work in it. Below shows the log: tmt1075% R --vanilla R version 2.12.2 (2011-02-25) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-unknown-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain
2006 Mar 23
1
X11, fonts, R-2.0.1, R-2.2.1 and R-devel
Hello, I am having some problems with the X11 display in a gentoo linux laptop with R compiled manually. (https://stat.ethz.ch/pipermail/r-help/2006-March/089701.html) Whether I can open the X11 device and use it when I am using 'ion' as a window manager, I can't open it using 'gnome', due to a problem related to fonts: -----8<--------------- Error in X11() : could not
2005 May 12
6
segfault on large number of open brackets (PR#7859)
Full_Name: Max Version: R 2.0.1 (2004-11-15) OS: Gentoo Linux Submission from: (NULL) (158.143.49.181) I leaned on the "(" key by accident, and it looks as if R segfaults on a large number (88 or more in my case) open brackets: Script started on Thu May 12 15:18:04 2005 $ R R : Copyright 2004, The R Foundation for Statistical Computing Version 2.0.1 (2004-11-15), ISBN 3-900051-07-0
2012 Jan 27
1
php and RMySQL produces R crash
Hi all, I have a very strange problem with the RMySql package. I'm running linux ubuntu 64 bit and R 2.14. I'm trying to solve this now for a week and could not find anything helpful on the net. Now the problem If I start my R script from php (script attached) the output is as followed Start R Script from php R version 2.14.1 (2011-12-22) Copyright (C) 2011 The R Foundation for
2005 May 17
1
install.packages Bug? (PR#7876)
Full_Name: Martin Posch Version: 2.1.0 and 2.1.0 patched OS: Windows XP SP2 Submission from: (NULL) (131.130.1.135) When installing the Hmisc package using the install option in the RGUI I get the error message under both R 2.1.0 and R 2.1.0 patched (see the outputs below). I tried the install after a fresh reboot (to minimize the possibility of locked up files). The same problem arises with
2007 Jan 06
1
Can't load XML_1.4-0.zip in last R devel
Hi, I can't load XML_1.4-0.zip in last R devel (Windows): R version 2.5.0 Under development (unstable) (2007-01-05 r40386) Copyright (C) 2007 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for
2011 Sep 14
3
normalizePath
Hi, I update R from 2.10 to 2.13. Then I find soma problems when I start R. Warning infos as below: ##### Warning message: In normalizePath(c(new, .Library.site, .Library), "/") : path[1]="": No such file or directory R version 2.13.1 (2011-07-08) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-pc-linux-gnu (64-bit) R is
2007 Aug 28
2
R Help
I got the Warning message below when I tried to load Locfit. What is wrong? Regards Ola Asteman ------------------------------------------------------------------------------------------------------ R version 2.4.0 (2006-10-03) Copyright (C) 2006 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to
2004 Mar 04
3
can you library(MASS) with R 1.9.0?
I'm trying to track down a rather critical problem. This happens both on Debian's current unstable as well a from anoncvs built this morning, reinstalling MASS. Is anyone else seeing this or am I just broken and special? 609$ /home/Rdevel/bin/R R : Copyright 2004, The R Foundation for Statistical Computing Version 1.9.0 Under development (unstable) (2004-03-04), ISBN 3-900051-00-3 R
2010 May 12
3
Changing R opening message
Hi, I am using some python code to execute small R code snippets. I would like to save the messages output to the screen when R is executed. However, I will just save the opening message a zillion times since many thousands of little snippets will be executed. Does anyone how to omit the opening message printed by R when it first opens? In case, you don't know what opening
2010 May 11
1
R 2.11 on Ubuntu 9.10 does not complain abt unexisting objects
Hi I recently updated to R 2.11 and see a strange problem. When run into the console, R does not warn when calling an unexisting object, see below. I don't know if this is related, but I am not able to run the R CMD BATCH properly... Did someone see a similar problem? Which information can I provide more on this problem? Thanks for help! Matthieu $R R version 2.11.0 (2010-04-22)
2005 Oct 19
2
Error in opening .RData containing a genefilter object
Hi, I discover that when I save a workspace containing a genefilter (pkg from Bioconductor) object I cannot open no more after. I have to restore the .RData file from a backup to be able to start R again. I didn't upgrade to Version 2.2 but I'm not sure that it will solve the problem. Did anyone have encounter the same problem? Below is a short r session to reproduce the error: ...
2012 Feb 29
2
How to remove an object that is loaded every time R is opened?
Dear R users, I'm a newbie and have another basic question that you guys can answer for me. So, I've been noticing that an object (data frame) called "FossilFuel" is loaded as default when I first open up the R (see below). I created this data frame a while ago which is a data set for tutorial and I don't need this any more. I'm not sure why this happens and wonder if
2010 Dec 03
2
How to get 'R' to talk BACK to other languages / scripts??
Hey everyone, I know that I can call 'R' from other scripts, and that I can make command calls from 'R' (e.g., using system() ). But how can I get 'R' to RETURN values to the script that called it. E.g., I would like to be able to do something like the following (as a simpler example) from a bash script: #!/bin/bash myTest=echo /usr/local/bin/R --no-restore
2009 Sep 16
4
2.10.0 Under development (unstable) (2009-09-15 r49711) just built segfaults on Debian Squeeze
I just downloaded R-devel and when loaded it immediately segfaults. I'm not sure how much or what sort of diagnostic info and can provide, but below is my build script, my console output, and the output of uname -r. I am currently dependent on the development version of a package, so I'd like to get R-devel up and running if possible. I am sure there is more info I can provide, but before
2004 Aug 20
1
problem with R start up MASS and family?
Dear fellow R-users: Is this a BUG? R : Copyright 2004, The R Foundation for Statistical Computing Version 1.9.1 (2004-06-21), ISBN 3-900051-00-3 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors.
2007 Aug 16
1
R 2.5.1.
installed from the binary image (http://cran.r-project.org/bin/ macosx/) on an intel mac 10.4.10 throws three warnings: ----------------- R version 2.5.1 (2007-06-27) Copyright (C) 2007 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or
2009 Apr 16
1
Error in .readRDS(nsInfoFilePath) : unknown input format (PR#13659)
Full_Name: Jeroen Jansen Version: 2.7.2 OS: Windows XP Pro Submission from: (NULL) (131.211.169.89) Allready with startup I get error message: R version 2.7.2 (2008-08-25) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type