Displaying 20 results from an estimated 900 matches similar to: "chooseCRANmirror() (PR#14179)"
2023 Nov 15
2
anyone having trouble accesing CRAN?
On Wed, 15 Nov 2023 14:13:00 -0500
"Christopher W. Ryan via R-help" <r-help at r-project.org> wrote:
> Anyone seeing similar?
Same for me.
While it worked, CRAN website had the following message:
>> The CRAN Admin Team will perform system upgrades during the period
>> Wednesday November 15 until Thursday November 16, 2023. There will
>> be intermittent
2011 Mar 02
5
message: please select CRAN mirror
> chooseCRANmirror()
Error in m[, 1L] : incorrect number of dimensions
Can someone explain me why I can't choose the cran mirror, but get again and
again this error message. Have searched for this on several engines but
can't find explanation.
Thanks a lot in advance!
--
View this message in context:
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
2008 Nov 24
1
chooseCRANmirror
Dear List:
I just successfully installed R 2.8.0 (under Windows XP SP2, 1GB RAM) and wanted to run update.packages.
When I first called chooseCRANmirror I obtained the following error message:
----------------
> chooseCRANmirror()
Warning message:
In open.connection(con, "r") :
kann nicht mit 'cran.r-project.org' auf Port 80 verbinden
--------------------
What should I do?
2006 Nov 01
1
problem with chooseCRANmirror()
I get this error when using chooseCRANmirror().
> chooseCRANmirror()
Error in open.connection(file, "r") : unable to open connection
In addition: Warning message:
unable to connect to 'cran.r-project.org' on port 80.
>
The TclTk window comes up and I can scroll and select a mirror, but it
doesn't appear that I can connect properly. I am using RedHat Enterprise.
I
2006 Oct 06
2
[R-pkg] New packages pmg, gWidgets, gWidgetsRGtk2
I'd like to announce three new packages on CRAN: pmg, gWidgets, and
gWidgetsRGtk2.
--John Verzani
1 PMG
*=*=*=
The pmg package for R provides a relatively simple graphical user
interface for R in a manner similar to the more mature RCmdr package.
Basically this means a menu-driven interface to dialogs that collect
arguments for R functions. This GUI was written with an eye towards
2006 Oct 06
2
[R-pkg] New packages pmg, gWidgets, gWidgetsRGtk2
I'd like to announce three new packages on CRAN: pmg, gWidgets, and
gWidgetsRGtk2.
--John Verzani
1 PMG
*=*=*=
The pmg package for R provides a relatively simple graphical user
interface for R in a manner similar to the more mature RCmdr package.
Basically this means a menu-driven interface to dialogs that collect
arguments for R functions. This GUI was written with an eye towards
2012 Nov 30
1
CreateThread failure since R 2.15.2 (32-bit)
Dear R users & developers,
I coming across the following issue since R 2.15.2 32-bit (running on
Windows XP 32.bit; some output left out for conciseness):
> setInternet2(TRUE)
> require(rJava)
> .jinit()
> getCRANmirrors()
> system("ls" , intern = TRUE)
Error in system("ls", intern = TRUE) : CreateThread failed
My details are as follows:
>
2023 Apr 12
1
R-error
Hello,
I run R 4.2.2 on CentOS-7.6. I install package through install.packages("sf").It threw the above error:
> install.packages('sf')
--- Please select a CRAN mirror for use in this session ---
*** caught segfault ***
address 0x60, cause 'memory not mapped'
Traceback:
1: download.file(url, destfile = f, quiet = TRUE)
2: doTryCatch(return(expr), name, parentenv,
2023 Nov 15
3
anyone having trouble accesing CRAN?
at https://cran.r-project.org/ I get this error message:
=====================
Secure Connection Failed
An error occurred during a connection to cran.r-project.org.
PR_END_OF_FILE_ERROR
Error code: PR_END_OF_FILE_ERROR
The page you are trying to view cannot be shown because the
authenticity of the received data could not be verified.
=======================
Three different browsers, two
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
2008 Jul 25
2
problem in choosing cran mirror !
Dear Sir/Madam
?
?
why during choosing the cran mirror of India on my?Vista PC?gives an error of like this
?
> chooseCRANmirror()
Warning message:
?In open.connection(con, "r") : unable to resolve 'cran.r-project.org'
?
?
?
?
pls help me
?
?
?
?
?
?
Thanks
From Chandigarh to Chennai - find friends all over India. Go to http://in.promos.yahoo.com/groups/citygroups/
2009 Jul 30
2
CRAN + geography = Cranography
In response to an earlier discussion about finding the
fastest/best/nearest CRAN site, I geocoded (using my geonames package)
the locations of the CRAN sites returned by getCRANmirrors. I've
mapped them here:
http://www.maths.lancs.ac.uk/~rowlings/R/Cranography/
The geocoding may have got it wrong, so if CRAN site maintainers want
to send me a real lat-long (in WGS 84 aka EPSG:4326) I'll
2010 Apr 19
3
How to set proxy settings for R
Dear All,
I would like to run R on my computer (with win xp on it) at work bu the
proxy restrictions of the university don't let me download the packages or
to connect to a cran mirror, I usually get this message:
> chooseCRANmirror()
Warning message:
In open.connection(con, "r") :
unable to connect to 'cran.r-project.org' on port 80.
Do you know if there is a way to
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()
2007 Aug 26
2
error message!
Dear R-users,
Can some one help me out. I tried installing some packages in R_2.5.1 but I get an error message as shown below. This is unusual since I have been installing and updatings packages in the same version of R.
> chooseCRANmirror()
> update.packages(ask='graphics')
Error in .readRDS(pfile) : unknown input format
or
> utils:::menuInstallPkgs()
Error in .readRDS(pfile) :
2011 Jul 08
2
problem to set CRAN mirror
Dear Sir,
When i am trying to set CRAN mirror to install packages, its showing the following messages, i can't install the packages
> > > chooseCRANmirror()
Warning message:
In open.connection(con, "r") :
unable to connect to 'cran.r-project.org' on port 80.
Best regards
Mahmud
[[alternative HTML version deleted]]
2006 Feb 17
3
Basic R Problem
> To: Anyone Who Can Help
I am new to R and am trying to install a couple of packages but receive
this warning/error message. Please help by providing suggestions or
solutions to this problem
>> chooseCRANmirror()
>> utils:::menuInstallPkgs()
> Warning: unable to access index for repository
> http://www.ibiblio.org/pub/languages/R/CRAN/bin/windows/contrib/2.2
> Warning:
2006 Aug 13
2
Puzzling warning using 2.3.1...
Greetings folks:
Stepped away from a win/lin dual boot system and spent the better part of the
past week resetting a windows only arrangement.
Before the switch I was running 2.3.1 without any strange behaviours. When I
reached the point of putting it back on the machine I would get this puzzling
warning the first time I would try to select a cran mirror:
> chooseCRANmirror()
Warning
2006 Feb 02
4
Vim error-format
Hi all,
Before I go off and bodge one together, has anyone else come up with a
decent error-format for vim to :make Ruby unit-tests with?
--
Alex