Displaying 20 results from an estimated 4000 matches similar to: "some CRAN mirrors not accessible"
2019 Jan 29
3
Update RKWard to> = 0.7.0
Hello:
I just upgraded my Debian Stretch to version 3.5 by following the
instructions here:
https://cran.r-project.org/bin/linux/debian/stretch-cran34/
Then I have updated as root the R from inside with:
update.packages(.libPaths()[1], ask = F, checkBuilt=TRUE, dependencies = F,
repos = "http://mirror.ibcp.fr/pub/CRAN/")
When finalizing the update of the R, I execute
RKWard and I get
2013 Jul 06
1
Instalacion en Ubuntu Precise Pangolin
Intenté actualizar paquetes. Pero como otras veces me ha pasado en estos
casos empieza, a pedir paquetes necesarios para la compilación y se
convierte en un cuento de nunca acabar porque Rcmdr arrastra muchos
paquetes y necesita muchas herramientas para la compilación de paquetes
en R.
En concreto me falló uno relacionado con el X11, pero después pedirá,
seguro, varios más y no siempre
2011 Nov 11
2
Win upgrade pb (virus)
I just upgraded my Win7 32bits installation to 2.14.0 after deinstalling
2.12.x
First thing I moved the win-library from 2.12 to 2.14 and executed a
update.packages(ask='graphics',checkBuilt=TRUE)
(Swiss mirror).
This aborts with the console message:
Error in if (any(diff)) { : missing value where TRUE/FALSE needed
And the antivirus (AVG) pops up complaining that colorspace.dll
2017 Jun 21
0
Getting a 404 error reading CRAN mirror repository
Dear all,
I try to get a CRAN mirror repository working on my Ubuntu trusty
plateform. So, including e.g.:
deb https://mirror.ibcp.fr/pub/CRAN/bin/linux/ubuntu trusty universe
in /etc/apt/source.lst
However, on every mirror tried I get:
Err https://mirror.ibcp.fr trusty/universe amd64 Packages
HttpError404
Err https://mirror.ibcp.fr trusty/universe i386 Packages
HttpError404
Can
2009 Apr 23
2
update.packages(checkBuilt=TRUE) returns Error: invalid version specification NA in 2.9.0
I installed R-2.9.0 yesterday, and followed the instructions in the R for
Windows FAQ, 2.8 What's the best way to upgrade? It reads "run
update.packages(checkBuilt=TRUE, ask=FALSE) in the new R and then delete
anything left of the old installation." I did this but it returned an
error. It's the checkBuilt=TRUE which causes it, though I don't know why:
leaving it out or
2019 Jan 29
0
Update RKWard to> = 0.7.0
Hi Griera,
thanks for your report - I do not use rkward, so I did not notice that for
some reason my backporting script failed to download the latest rkward
version. I need to do apt-get source -t unstable instead of just apt-get
source to get the current rkward source package from unstable.
rkward 0.7 packages for i386 and amd64 are uploaded and will be synchronized
to CRAN within a day or
2008 Mar 07
3
R-Logo in \LaTeX (Mag. Ferri Leberl)
Dear Mag. Ferri Leberl,
I'm using something like:
----------------------- tex.tex ---------------------------
\documentclass{article}
\usepackage{graphicx}
\usepackage{fancyvrb}
\newcommand{\Rlogo}{\protect\includegraphics[height=1.8ex,keepaspectratio]{Rlogo.pdf}}
\newcommand{\myinput}[1] {\begin{scriptsize}
\VerbatimInput[frame=single,label=#1]{#1}
\end{scriptsize}}
\title{The R logo,
2008 Mar 07
3
R-Logo in \LaTeX (Mag. Ferri Leberl)
Dear Mag. Ferri Leberl,
I'm using something like:
----------------------- tex.tex ---------------------------
\documentclass{article}
\usepackage{graphicx}
\usepackage{fancyvrb}
\newcommand{\Rlogo}{\protect\includegraphics[height=1.8ex,keepaspectratio]{Rlogo.pdf}}
\newcommand{\myinput}[1] {\begin{scriptsize}
\VerbatimInput[frame=single,label=#1]{#1}
\end{scriptsize}}
\title{The R logo,
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
2010 Oct 20
1
is there a way to update both packages if they occur in 2 libraries?
Hi everyone,
I’ve recently added a private library as a way to manage my R libraries. And
I did this by simply copying my old library to a new folder and then linking
this to R by setting my R_LIBS environmental variable in .Renviron.
However I have run into a problem.
When I update my packages it is not updating those that are current in the
base R library.
This means I can’t load
2006 Oct 08
2
Size problem with two dotcharts side by side
Dear all,
I'm trying to produce two dotcharts side-by-side within a Sweave
document. When I'm compiling this example:
\documentclass{article}
\begin{document}
<<fig=T,width=8,height=4>>=
par(mfrow = c(1, 2), cex = 0.7)
for(i in 1:2) dotchart(1:10)
@
<<fig=T,width=8,height=4>>=
par(mfrow = c(1, 2), cex = 0.7)
for(i in 1:2) hist(1:10)
@
2018 May 27
0
update.packages() after updating R version
On 26/05/2018 7:24 PM, Rich Shepard wrote:
> R-3.5.0 is installed here. When I tried to update installed packages
> errors were reported when their dependencies were built under a prior
> version of R.
>
> Reading ?update.packages() I did not see an option that would
> automatically update dependences built under an earlier version of R. Is
> there such an option that
2020 May 05
2
instalar
update.packages(ask=F, checkBuilt=T)
FUNCIONA BIEN, ESTOY ACTUALIZANDO
El 4/5/20, Emilio L. Cano <emilopezcano en gmail.com> escribió:
> Sí la hay, yo antes lo hacía. Pero ahora pienso como Hadley:
> https://twitter.com/hadleywickham/status/1254387031842701312
> <https://twitter.com/hadleywickham/status/1254387031842701312>
>
> Te digo de memoria (en Windows): copia
2006 Apr 19
2
par(tmag) question
Dear list,
I'm trying to understand the graphical parameters by a systematic exploration
of the par() function (if you are interested by the result it's here
http://pbil.univ-lyon1.fr/R/fichestd/tdr75.pdf, the comments are all in
french but it's pure R code under Sweave).
I have a problem with par(tmag) illustrated by the following code:
2013 Mar 26
1
update.packages(checkBuilt = TRUE) fails in updating rpanel_1.1-1 due to missing package BWidget
update.packages(checkBuilt = TRUE) fails with:
> update.packages(checkBuilt = TRUE)
rpanel :
Version 1.0-6 installed in /usr/lib64/R/library built under R 2.15.0
Version 1.1-1 available at http://mirrors.softliste.de/cran
Update (y/N/c)? y
trying URL
'http://mirrors.softliste.de/cran/src/contrib/rpanel_1.1-1.tar.gz'
Content type 'application/x-gzip' length 702508 bytes (686
2008 Apr 01
1
superimpose histogram on biplot
Hi all,
I've been trying to figure out how to superimpose a histogram on a
biplot that shows the relative contribution of each axis. I have
been using the NIPALS function (http://biomserv.univ-lyon1.fr/~dray/
files/softwares/nipals.R) to run principal component analyses. Here
is a toy example.
source("http://biomserv.univ-lyon1.fr/~dray/files/softwares/nipals.R")
2008 Jan 27
4
[OT] vernacular names for circular diagrams
> Dear useRs,
>
> by a circular diagram representation I mean what you will get by entering
> this at your R promt:
>
> pie(1:5)
>
> Nice to have R as a lingua franca :-)
>
> The folowing quote is from page 360 in this very interesting paper:
>
> @article{SpenceI2005,
> title = {No Humble Pie: The Origins and Usage of a Statistical Chart},
>
2011 Sep 06
1
Update packages problem
R-help, I recently updated R from 2.13.0 to 2.13.1 (32-bit Windows version) and now have a problem updating packages. I am running Windows 7 as operating system. As the FAQ suggests, I uninstalled 2.13.0 before installing 2.13.1. On first opening R, I ran "update.packages(checkBuilt=TRUE, ask=FALSE) ras also recommended and selected the NS Cran mirror. On doing this the following error
2010 Jan 26
1
Install R 2.10.1 on Windows XP Errors
I have just upgraded from 2.9.2 to 2.10.1 on my XP machine.
I rec'd the following error message:
Error in strsplit(x[ok], "[.-]") :
5 arguments passed to .Internal(strsplit) which requires 6
I also tried update.packages(checkBuilt=TRUE, ask = FALSE)
> update.packages(checkBuilt=TRUE, ask=FALSE)
Error: could not find function "update.packages"
Has anyone else
2006 Jul 12
2
Are infix binary operators ** and ^ aliased?
Dear R-help,
After making a typo (reminiscent of FORTRAN 77, I guess) I found the
following:
> identical(all.equal(2^(-10:10), 2**(-10:10)), TRUE)
[1] TRUE
I have tried to find the documentation about the ** operator but I was
unsuccesful this way:
> sessionInfo()
Version 2.3.1 (2006-06-01)
powerpc-apple-darwin8.6.0
attached base packages:
[1] "methods" "stats"