similar to: CRAN Mirror definition error.

Displaying 20 results from an estimated 500 matches similar to: "CRAN Mirror definition error."

2012 May 30
1
gsub/strsplit with multiple patterns/splits
Hi, I have a vector like this: DF <- c("Aetna, Inc.", "Alexander's Inc.", "Allegheny Energy, Inc") For each element in the vector I would like to remove the "incorporated" info, so that my vector looks like this: DF <- c("Aetna", "Alexander's", "Allegheny Energy") That means that I have to strip: strip <-
2005 Jun 16
1
motivation for setRepositories and chooseCRANmirror
I have some questions and observations about these: Will these replace manually setting options(CRAN), which doesn't work in R-2.1.0? In R-2.1.0, setRepositories() looks to see if options("repos") contains a CRAN entry and will not override that CRAN entry even if the $R_HOME/etc/repositories file (which setRepositories reads from) contains a CRAN entry. Why is this? The user
2020 Oct 11
3
Installing bioconduction packages in connection with loading an R package
Dear all, My gRbase package imports functionality from the bioconductor packages graph, Rgraphviz and RBGL. To make installation of gRbase easy, I would like to have these bioconductor packages installed in connection with installation of gRbase, but to do so the user must use setRepositories() to make sure that R also installs packages from bioconductor. Having to call setRepositories causes
2011 Jan 24
2
Setting bioconductor repository in .Rprofile. Is there a permanent way?
I currently set the Bioconductor repository in my .Rprofile using this code (which needs editing for every version number change of Bioconductor): # Choose repositories repos <- structure(c(CRAN="http://streaming.stat.iastate.edu/CRAN", CRANextra="http://www.stats.ox.ac.uk/pub/RWin",
2011 Feb 11
1
problem with installing packages
Dear: I am recnetly trying to install some libraries. However, I found this issue for both my laptop and desktop even I uninstall and install it again. I even can not update the R now. I wonder if you have the similar issue. Thakns! Xin > chooseCRANmirror() Warning message: In open.connection(con, "r") : unable to connect to 'cran.r-project.org' on port 80. >
2005 Feb 25
2
How graphical an interface should the default be?
install/update.packages will have a lot of changes in 2.1.0, and I have been adding some widgets to go along with this. - Rather than just CRAN and BIOC, you have a character vector of repositories. There is a function setRepositories() to set the appropriate option(). - There is no default CRAN, but a function chooseCRANmirror() to set a mirror, which is invoked if you try to access
2007 Oct 30
2
Where can I find package "segmented" ?
I tried to install "segmented" from three different repositories but I keep getting the following message on R window: ... Please, advice where to find this package. Thank you in advance. Maura > utils:::menuInstallPkgs() --- Please select a CRAN mirror for use in this session --- Warning: package 'segmented' is in use and will not be installed > utils:::menuInstallPkgs()
2005 Apr 24
0
utils::setRepositories bug when adding a local repository? (PR#7810)
Full_Name: John Gavin Version: 2.1.0 patched 18-04-05 OS: windows XP SP2 Submission from: (NULL) (139.149.1.203) Hi, I suspect that there may be a bug in utils::setRepositories(). Starting with > getOption("repos") CRAN CRANextra "@CRAN@"
2009 Mar 25
1
boxplot in subgroups
Hi, I have data that looks like this: ASA1 ASA2 C1_C2 C M 9.0225 S S 2.4315 M C 3.4894 M S 4.5282 C M 1.3183 C S 1.3735 S C 1.0488 S M 7.948 M C 4.5827 I need to plot Boxplots for a given ASA1 (either C,S, or M) with respect to C1_C2. However, instead of one boxplot I want to plot
2009 Aug 31
0
setRepositories() doesn't allow graceful cancellation from GUI menu (PR#13937)
Full_Name: Richard Calaway Version: 2.9.2 OS: Windows Vista Submission from: (NULL) (65.47.30.18) If you call setRepositories(graphics=TRUE), or, equivalently, choose "Select repositories..." from RGui's Packages menu, and then click "Cancel", you are dropped to the command line menu. Choosing "Cancel" should drop you back to the top-level prompt. Also, the
2009 Sep 23
0
FW: RE: Bug 13937 (setRepositories() doesn't allow graceful cancellation from GUI menu) (PR#13969)
Hi, again- But I see the behavior has been fixed in the current R-devel build, so sorry for the noise, and thanks for keeping R such a great package! --Rich Calaway _____________________________________________ From: Rich Calaway [mailto:richcalaway at revolution-computing.com] Sent: Wednesday, September 23, 2009 12:32 PM To: 'R-bugs at R-project.org' Subject: RE: Bug 13937
2008 Jan 22
4
select repositories under linux
Hi all, I am trying to install the package "GEOquery" in unix. I have downloaded the standard version of R and this package is not contained in the default. I know that I can select repositories under windows but I don't know how to do it in unix. Does anyone have any idea on this? Thank you in advance, Eleni [[alternative HTML version deleted]]
2005 Apr 22
3
Problem with R-2.1.0: install.packages() doesn't work
I installed R-2.1.0 from source on a Linux box running Red Hat Enterprise Linux WS release 4 but install.packages() wouldn't work (see below). When I install R-2.0.1 from RPM on the same system, everything is fine. Version 2.1.0 (2005-04-18), ISBN 3-900051-07-0 . . . > options(CRAN = "http://cran.fhcrc.org/") > install.packages("rgenoud") --- Please select a CRAN
2004 Apr 08
0
Some basic questions about accessing DFS/DCE shares with SAMBA 3.0
Hi Guys- We are a group involved in a project to move an application from Windows to AIX, and part of the application involves reading OSF DFS shares, and making the filesystem available to Windows machines through SAMBA. The conversion of the application has gone well, but it is our first time using SAMBA and I have some questions that hopefully are not too dumb, and if they are, we would gladly
2007 Oct 16
0
RMySQL LoadLibrary failure: Invalid access to memory location.
Hi. I'm sorry to revisit a problem that's been much discussed, but I haven't yet been able to overcome it. I am running R 2.5.1 on Windows XP Professional 5.1 (Service Pack 2), and I believe I have MySQL 5.0.45 installed (I downloaded and installed mysql-essential-5.0.45-win32.msi from http://dev.mysql.com/downloads/mysql/5.0.html). Here is what happened when I tried to install
2007 Mar 26
1
Problem in loading all packages all at once
Hi All Please see the Rprofile file which i have modified as follows and after that when I start R then I see that R says to me "TRUE" for all the packages implying that all loaded at once. But when i try to use commands as simple as help("lm"), it doesnt work nor any of the menu "Packages" is not working. Although the regression using lm ( Y ~ X ) is working
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
Good morning and Happy New Year 2003! Let it be prosperous for both you and me! Below you see a very short version of my CV as of January 2003 for your kind consideration and update. Word, TXT, and PDF version of the complete CV are available upon request. Enjoy the economic recovery! Make it a great day: ZAR ================================================================= ZAR PETKOV,
2011 Apr 28
2
Problem installing package "sp" in R 2.13.0
Hi, I am having troubles trying to install package "sp" in R (2.13.0) on mac OSX. I have tried installing the package using GUi or function install.packages but it didn't work. Here is the error message I get: also installing the dependency ‘rgdal’ trying URL 'http://cran.univ-lyon1.fr/src/contrib/rgdal_0.6-33.tar.gz' Content type 'application/x-gzip' length
2007 Mar 18
1
Setting site-wide default CRAN repository?
I can't seem to find this anywhere. How do I set the default CRAN repository _site wide_ on a linux box? What I want to do is eliminate the pop-up list of repository locations when using 'install.packages()'. I know how to do this for a single account. Modifying files in /etc/R does not seem to work. (cc me please - I think I'm not subscribed). THK -- Timothy H. Keitt,
2010 Jan 03
1
RHTMLForms Package
Can anyone tell me from where to download the package "RHTMLForms" ? CRAN seems not holding this anymore. I am using Windows Vista OS. Thanks -- View this message in context: http://n4.nabble.com/RHTMLForms-Package-tp997672p997672.html Sent from the R help mailing list archive at Nabble.com.