Displaying 18 results from an estimated 18 matches for "cran_mirror".
Did you mean:
cran_mirrors
2005 Mar 30
1
Mistype in CRAN mirror list(doc/CRAN_mirrors.csv) (PR#7759)
Full_Name: Masafumi OKADA
Version: 2.0.1
OS: Windows
Submission from: (NULL) (130.158.158.65)
In the list of CRAN mirrors($R_HOME/doc/CRAN_mirrors.csv), I found a mistyping.
Mirror in University of Tsukuba is described as "Tsukaba", not "Tsukuba".
I know "Tsukuba" is correct, because I'm webmaster of this mirror :-)
Current:
"Japan (Tsukaba)",Japan,Tsukaba,http://cran.md.tsukuba.ac.jp/,"Univ...
2016 Feb 18
1
default destfile in download.file()
...nice default value for the `destfile` argument in download.file() would
be `basename(url)` i.e. the name of the downloaded file. This would
correspond to default behavior in many other web/ftp clients and makes code
slightly more concise:
download.file("https://svn.r-project.org/R/trunk/doc/CRAN_mirrors.csv")
mirrors <- read.csv("CRAN_mirrors.csv")
[[alternative HTML version deleted]]
2011 Jun 01
1
Contributed Packages - Hmisc & survey
...msc and survey packages for R version 2.13.0 (2011-04-13)? What am I doing wrong here?
Thanks,
Pradip
> install.packages ("Hmisc", dependencies=TRUE)
--- Please select a CRAN mirror for use in this session ---
Warning: unable to access index for repository http://watson.nci.nih.gov/cran_mirror/bin/windows/contrib/2.13
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package 'Hmisc' is not available (for R version 2.13.0)
> install.packages ("survey", dependencies=TRUE)
Warning: unable to access index for repository http://watson.nci.nih....
2011 Nov 15
1
Help with "error: no acceptable C compiler found in $PATH"
...to R version 2.13.2
and still cannot install RCurl. I think my last successful installation of
RCurl was with R version 2.11.
Following is the complete error message and my R version details.
I really appreciate any help or suggestions.
Sincerely,
Hari
trying URL '
http://watson.nci.nih.gov/cran_mirror/src/contrib/XML_3.4-3.tar.gz'
Content type 'application/octet-stream' length 906364 bytes (885 Kb)
opened URL
==================================================
downloaded 885 Kb
trying URL '
http://watson.nci.nih.gov/cran_mirror/src/contrib/RCurl_1.7-0.tar.gz'
Content type ...
2013 Jan 27
1
CRAN-only "Hash Sum mismatch"
...> > E: Failed to fetch http://lib.stat.cmu.edu/R/CRAN/bin/linux/debian/squeeze-cran/r-base-core_2.15.2-1~squeezecran.0_amd64.deb: Hash Sum mismatch
> So I changed my sources.list
> - deb http://lib.stat.cmu.edu/R/CRAN/bin/linux/debian squeeze-cran/
> + deb http://watson.nci.nih.gov/cran_mirror/bin/linux/debian squeeze-cran/
> did `sudo aptitude update`, and got
> > W: Failed to fetch bzip2:/var/lib/apt/lists/partial/watson.nci.nih.gov_cran%5fmirror_bin_linux_debian_squeeze-cran_Packages: Hash Sum mismatch
> So I changed my sources.list
> - deb http://lib.stat.cmu.edu/R...
2023 Apr 12
1
R-error
...sv(f, as.is = TRUE, encoding = "UTF-8")}, error = function(err) { warning(gettextf("failed to download mirrors file (%s); using local file '%s'", conditionMessage(err), local.file), call. = FALSE, immediate. = TRUE) NULL})
6: .getMirrors("https://cran.r-project.org/CRAN_mirrors.csv", file.path(R.home("doc"), "CRAN_mirrors.csv"), all = all, local.only = local.only)
7: getCRANmirrors(all = FALSE, local.only = local.only)
8: chooseCRANmirror()
9: contrib.url(repos, type)
10: startsWith(contriburl, "file:")
11: install.packages("sf&...
2005 Apr 29
0
I'm unable to download R from any of the CRAN mirrors. A ny sugge (PR#7823)
...form
cran.XX.r-project.org
may not work because most of them do not have a DNS entry but are apache
redirections by our server. In that case simply use a CRAN mirror with a non
r-project.org address, a current list can be obtained by running
read.csv(file.path(R.home(), "doc", "CRAN_mirrors.csv",
as.is=TRUE))[,"URL"]
in a recent version of R ... I'll encapsulate that into a one-liner
CRAN_mirrors().
--
-------------------------------------------------------------------
Friedrich Leisch
Institut f?r Statistik Tel: (+43...
2015 Jan 26
2
Building rinstaller using R-devel (3.2.0-to-be) halts when trying to copy html files
As the build process, especially for Windows, is changing
significantly for R 3.2.0, I am trying to build R-devel in
preparation. When running `make rinstaller`, I get the following
error:
cp -p ../../../etc/x64/Makeconf R-devel/etc/x64
mkdir -p R-devel/doc
cp -p ../../../doc/CRAN_mirrors.csv R-devel/doc
mkdir -p R-devel/doc/manual/images
cp -pR ../../../doc/html R-devel/doc
cp -p ../../../doc/manual/*.html ../../../doc/manual/*.pdf \
R-devel/doc/manual
cp: cannot stat '../../../doc/manual/*.html': No such file or directory
make[1]: *** [imagedir]...
2006 Feb 08
2
R 2.2.1 installation trouble on SGI/Sun (PR#8575)
...atossava/R-2.2.1/doc'
gmake: *** [install] Error 1
Running "gmake -n install" reveals this is because:
echo "installing doc ..."
/bin/ksh ../src/scripts/mkinstalldirs ""
/bin/ksh ../src/scripts/mkinstalldirs /afs/bi/v/sun4x_57/apps/stats/R/2.2.1/man/man1
for f in CRAN_mirrors.csv KEYWORDS KEYWORDS.db; do \
../tools/install-sh -c -m 644 ./${f} ""; \
done
Any ideas what might be causing "" to appear as the destination directory?
--
Atro Tossavainen (Mr.) / The Institute of Biotechnology at
Systems Analyst, Techno-Amish & / t...
2015 Jan 27
0
Building rinstaller using R-devel (3.2.0-to-be) halts when trying to copy html files
...ecially for Windows, is changing
> significantly for R 3.2.0, I am trying to build R-devel in
> preparation. When running `make rinstaller`, I get the following
> error:
>
> cp -p ../../../etc/x64/Makeconf R-devel/etc/x64
> mkdir -p R-devel/doc
> cp -p ../../../doc/CRAN_mirrors.csv R-devel/doc
> mkdir -p R-devel/doc/manual/images
> cp -pR ../../../doc/html R-devel/doc
> cp -p ../../../doc/manual/*.html ../../../doc/manual/*.pdf \
> R-devel/doc/manual
> cp: cannot stat '../../../doc/manual/*.html': No such file or directory
>...
2023 Mar 09
1
web address for R-project
I got the link cran.nexr.com from a person who claimed that it is the
home of R-project, and indeed, it looks right.
But it doesn't feel right, so I wonder what is going on. Is it someone's
mirror (authorized) of R-project?
Thanks, G?ran
2023 Mar 09
1
web address for R-project
...oo surprising
that they have a local CRAN mirror.
The home of R project is at https://r-project.org/. If you don't want
to trust a J. Random Hacker from the Internet to give you the right
address, run citation() in an R prompt.
--
Best regards,
Ivan
[*] https://svn.r-project.org/R/trunk/doc/CRAN_mirrors.csv
[**] https://nexr.github.io/RHive/
2006 Jan 30
1
problem with mirror selection
Dear R People:
I'm having trouble with selecting a mirror to download packages.
When I select the location, R just sits. When I try to cancel
the program, it never quits.
Has anyone else run into this, please? It only happens on my
laptop, not my desktop. My inclination is to say that it might be
a problem with a firewall, but I thought I would check here as
well.
R Version 2.2.1
2011 Dec 11
1
some CRAN mirrors not accessible
Dear all,
Since some weeks, look like the following CRAN mirrors are no longer
accessible for package update:
http://cran.univ-lyon1.fr
http://mirror.ibcp.fr/pub/CRAN/
> update.packages(ask='graphics',checkBuilt=TRUE)
Warning: unable to access index for repository
http://cran.univ-lyon1.fr/bin/windows/contrib/2.14
update.packages(ask='graphics',checkBuilt=TRUE)
Warning:
2014 Sep 18
1
difference between install from source and install from repositories
Hi,
What is the difference between the R installation from source and the R
installation from ubuntu repositories. Specifically when I install
R-3.1.1 on ubuntu 14.04 from sources ldflags and CXXFLAGS are different
that those from the installation from a repo.
Installation from sources:
R CMD config --ldflags
-Wl,--export-dynamic -fopenmp -L/home/prana/prana_R/third-party/install/lib/R/lib
2020 Jun 22
4
R 4.0.2 is released
The build system rolled up R-4.0.2.tar.gz (codename "Taking Off Again") this morning.
The list below details the changes in this release.
You can get the source code from
http://cran.r-project.org/src/base/R-4/R-4.0.2.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team,
Peter Dalgaard
2009 Oct 28
1
R 2.10 under Windows XP: glitches and successes
I just installed 2.10 on XP; ESS is my primary interface.
I seem to be able to access all the help files; under 2.8.1 I was having
seemingly random problems accessing some help topics (including one day
I could and a few days later I couldn't, and vice-versa). That's good.
I noticed a few glitches.
First, the installer asks if you want text, CHM, or HTML help, but
offers only text or
2004 Nov 11
3
R "sumo" package suggestion
r-help:
I have an R package suggestion. After spending
several hours the other day installing about a dozen
packages, I had an idea. In xemacs, there is a
"sumo" package which allows me to install a large
bundle of xemacs packages at one time (about a 120
modes including ESS). I think R should have a
similar bundle. It would be so much easier than
hunting/downloading/installing.