Displaying 20 results from an estimated 2000 matches similar to: "Error while trying to install a package"
2016 Jun 23
2
Help building llvm on freebsd 8.4
Hi,
Thanks for the information.
Is it possible to compile LLVM 3.8 in FreeBSD 10.x and eventually use/run
it on 8.4.
Our production environment is running 8.4 and we cannot update it.
Thanks,
Sushil Pangeni
On Wed, Jun 22, 2016 at 2:01 PM, Dimitry Andric <dimitry at andric.com> wrote:
> You cannot build any llvm or clang releases after 3.4 on FreeBSD 8.x
> natively, as it is not
2012 Sep 15
1
p-values in agricolae pearson correlation
I have used the correlation analysis (pearson) in the agricolae package to
analyse my data and got unexpectedly low p-values (therefore making many
more highly significant correlations in my data than I had expected). I am
wondering if the p-values given should be subtracted from 1 to give the real
p-value, because for each variable compared against itself has a p-value of
1 and I thought it
2010 Oct 15
1
compiling and testing R-2.12.0
I downloaded the tarball for R-2-12.0, made
./configure
make
without problems.
Then
make test
...which have now been running for more than an hour, and seems to
have stalled at:
comparing 'reg-plot-latin1.ps' to './reg-plot-latin1.ps.save' ... OK
make[3]: Leaving directory `/home/kjetil/R/R-2.12.0/tests'
make[2]: Leaving directory `/home/kjetil/R/R-2.12.0/tests'
make[2]:
2010 Jan 06
4
Yum Issue
Yum using proxy that requires authentication and a Password that
contains the two characters \/ fails
normally I can get yum to work with a proxy that requires authentication
when required by doing something like
http_proxy=http://<my username>:<my password>@<proxy server>:<proxy
server port>
export http_proxy
or by filling in the appropriate information in yum.conf.
2010 Feb 25
1
How to get rid of HTTP-Proxy environment variable in domUs!
Hi All,
I have been trying to solve the issue of Xen-based
Virtual Machines (as I described earlier); I have the problem
of ethernet ports locked to a single Mac address in my lab--hence VM''s can''t
communicate using bridging other than their own dom0.
To further test/confirm, yesterday I took my laptop at home and connected
to my Home-Hub (which issues DHCP based IPs); I
2018 Jan 16
1
Letters group Games-Howell post hoc in R
Hello everybody,
I use the sweetpotato database included in R package:
data(sweetpotato) This dataset contains two variables: yield(continous
variable) and virus(factor variable).
Due to Levene test is significant I cannot assume homogeneity of variances
and I apply Welch test in R instead of one-way ANOVA followed by Tukey
posthoc.
Nevertheless, the problems come from when I apply posthoc
2018 Feb 17
3
RV: no puedo cargar el paquete "agricolae"
Cada vez que intento cargar el paquete "agricolae" me da el siguiente mensaje:
Error: package or namespace load failed for 'agricolae' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'spData'
He intentado todo actualizar los paquetes, volverlos a instalar pero no hay forma.
Si sabeis la soluciĆ³n ??
Un saludo.
Juan
2010 Feb 17
2
Split Plot and Tukey
Hi,
I did the analysis of variance of a split-plot and the
effect of treatment was significant.
I would like compare treatment means using Tukey.
I can't extract the mean square to apply HSD.test to use in
agricolae package.
anava = aov(ganhos ~ Blocos + Trat*Supl +
Error(Blocos/Trat))
names(anava)
summary(anava)
require(agricolae)
HSD.test(ganhos, Trat, df, MSerror, alpha = 0.05)
2011 Jul 13
1
Tukey HSD with repeated measure ANOVA
Hi,
I need to determinate HSD value from a matrix like that
Thesis Days A1
Cx 0 66.07
Cx 0 60.24
Cx 0 42.86
Tw 0 66.07
Tw 0 60.24
Tw 0 42.86
Aa 0 66.07
Aa 0 60.24
Aa 0 42.86
Qe 0 66.07
Qe 0 60.24
Qe 0 42.86
Cx 56 310.86
Cx 56 223.17
Cx 56 186.77
Tw 56 149.42
Tw 56 127.75
Tw 56 138.59
Aa 56 130.24
Aa 56 214.83
Aa 56 137.95
Qe 56 186.64
Qe 56 189.09
Qe 56 187.87
this is my script
2003 Jul 25
5
R won't connect to the internet on SUSE Linux 8.1
Hi
Thanks once again for your help, I do appreciate it..... however....
Here is what I get with your test.... (under tcsh - i normally use bash, but I will keep everything the same)
users/mwatson> env http_proxy=http://wwwcache.bbsrc.ac.uk:8080/ R
>options(internet.info=0)
>update.packages()
trying URL `http://cran.r-project.org/src/contrib/PACKAGES'
unable to connect to
2005 Apr 04
5
yum & proxy
Hi,
I've just installed a server with CentOS 4.
This server is behind a proxy.
I'm trying to import the RPM key.
Already set http_proxy variable to:
export "http_proxy"=http://proxy.xpto.com:3128
Truth is, command
# rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-4
just leaves me hanged.
Any ideas ?
Warm Regards,
M?rio Gamito
2005 Oct 19
1
Unix proxy and firewall problems
I was trying to install R on a unix server. Because of a firewall i can't
install biocLite for working with Bioconductor.
With windows it wasn't a problem. I used the option '--internet2' to bypass the
firewall.
I don't have any idea, how to do it with unix.
I tried to set my proxy
>Sys.putenv("http_proxy"="http...:8080")
2007 Jul 23
1
The 'REP' term in AMMI{agricolae}
Dear all,
W2k, R 2.5.1
I am trying out the AMMI function in the agricolae package, to analyse the
dependence of environment for a certain cultivar. The function responds to
four basic variables:
ENV Environment
GEN Genotype
REP Replication
Y Response
My question concerns the 'REP' term. When I normally do an analysis of
variance, the replication would refer to repeated observations
2010 May 24
1
retrieve path analysis coefficients (package agricolae)
Dear list,
I'd like to use path.analysis in the package agricolae in batch format on
many files, retrieving the path coefficients for each run and appending them
to a table. I don't see any posts in the help files about this package or
the path.analysis package. I've tried creating an object out of the call to
path.analysis, but no matter what I try, the function automatically prints
2007 Oct 16
3
R-2.6.0 - packages installation through a proxy - not working
Hello everyone,
I run R on Gentoo Linux and this week I upgraded R from 2.5.0 to
2.6.0. With the new build, I have stumbled upon an unpleasant problem:
I can no longer install packages from CRAN through a transparent
proxy. With the previous version, I simply added to
/usr/lib/R/etc/Renviron the following line and it functioned like a
charm:
## Proxy settings
http_proxy="SERVER:3128"
2007 Mar 27
2
problem with installation of packages
I am having a peculiar problem with installation of packages. I am
trying to install the package "maptools". This is what I get.
install.packages("maptools",depend=T)
Warning in install.packages("maptools", depend = T) :
argument 'lib' is missing: using /usr/local/lib/R/site-library
Warning: unable to access index for repository
2012 Feb 09
2
Problems with Microsoft Forefront proxy with yum
Hello all,
How can I configure yum to download updates when I need to
authenticate to a Microsoft Forefront proxy?? I have tried to
configure http_proxy variable as a
"http_proxy="http://DOMAIN\\user:passwd at proxy:port/", but it doesn't
works ... I have tried to set http_user and http_passwd also without
luck.
Thanks.
2003 Jan 08
1
update.packages through proxy failing
Hi all,
my uni has recently switched to using a proxy (with password) for accessing
Web pages outside the uni. I have since found that "update packages" etc no
longer seem to work from R.
I have tried to fix this problem in two ways:-
1) renaming internet2.dll to internet.dll in the "Modeules" folder and
proceeding as usual. When I tried "update packages" from the
2002 Jun 18
2
Problems with url/download and http_proxy
I would like to use the getBioC.R script from
http://www.bioconductor.org/getBioC.R to install the biobase packages.
Unfortunately, url() and download.file() die when trying to talk to my
proxy:
> getBioC("exprs")
connect: Cannot assign requested address
unable to connect to 'gproxy1.pfizer.com'.
connect: Cannot assign requested address
unable to connect to
2002 Jun 18
2
Problems with url/download and http_proxy
I would like to use the getBioC.R script from
http://www.bioconductor.org/getBioC.R to install the biobase packages.
Unfortunately, url() and download.file() die when trying to talk to my
proxy:
> getBioC("exprs")
connect: Cannot assign requested address
unable to connect to 'gproxy1.pfizer.com'.
connect: Cannot assign requested address
unable to connect to