Displaying 20 results from an estimated 800 matches similar to: "Error: package/namespace load failed for ‘arm’"
2013 Jan 22
1
Introduction and help request
Hello all
I am a researcher in the field of tourism and have just recently installed R64 and RStudio onto my Mac (running latest OS). I am ran into some problems installing additional packages. I have looked through the General FAQs and Mac FAQS but haven't been able to find a solution.
I have downloaded the various packages I need from CRAN sources and while some have successfully installed
2013 Mar 30
1
vcovHC and arima() output
Dear all,
how can I use vcovHC() to get robust/corrected standard errors from an
arima() output?
I ran an arima model with AR(1) and got the estimate, se, zvalue and
p-value using coeftest(arima.output).
However, I cannot use vcovHC(arima.output) to get corrected standard
errors. It seems vcovHC works only with lm and plm objects?
Is there another way I can get robust/corrected
2011 Nov 16
1
hierachical code system
Hi,
I have a hierachical code system such as the example below (the printed data are easiest to read). I would like to write a function that returns an 'imputed' data frame, ie. where the the parent values are calculated as the sum of the child values. So, for instance, STAT.01.01.06 is the sum of STAT.01.01.06.01 through STAT.01.01.06.06. The code I have written uses two for loops,
2014 Apr 08
4
Problemas con RStudio
Estoy tratando de instalar paquetes de R desde Rstudio y me da los
siguientes errores.
Installing package(s) into
‘/home/bienkowski/R/x86_64-pc-linux-gnu-library/2.15’
(as ‘lib’ is unspecified)
Warning in install.packages :
no fue posible conectarse a 'www.vps.fmvz.usp.br' en el puerto 80.
Warning in install.packages :
unable to access index for repository
2005 Jan 29
4
format question
how can I get a float to always print two decimal places?
Thanks,
Jamie
2012 Mar 14
1
HCL HP R5000 supported by bcmxcp
Hi, I'd like to inform You that this UPS communicates well via the
serial port. I haven't tested USB, and no shutdown testing so far,
however, I hope it will run well.
HP R5000
upsc output:
ambient.temperature: 27.4
ambient.temperature.high: 45
battery.charge: 99.0
battery.runtime: 536
battery.voltage: 236.3
device.mfr: Eaton
device.model: HP R5000 5000i
device.serial: 3C81520083
2013 Mar 08
2
Zoo Data
Hi Jakob,
dat1<-read.table(text="
TIME, Value1, Value2
01.08.2011 02:30:00, 4.4, 4.7
01.09.2011 03:00:00, 4.2, 4.3
01.11.2011 01:00:00, 3.5, 4.3
01.12.2011 01:40:00, 3.4, 4.5
01.01.2012 02:00:00, 4.8, 5.3
01.02.2012 02:30:00, 4.9, 5.2
01.08.2012 02:30:00, 4.1, 4.7
01.12.2012 03:00:00, 4.7, 4.3
01.01.2013 01:00:00, 3, 4.3
01.01.2013 01:30:00, 3.8, 4.1
01.01.2013 02:00:00, 3.8,
2013 Feb 01
4
move mail from server with v1.0 to server w. v2.1?
I'm about to replace my old server. Both servers are on my internal network.
The old one ist running debian lenny(32bit) with dovecot 1.0.15 and the
new one debian Wheezy with dovecot 2.1.7.
I set up the users on both systems identically (same gid uid).
My first attempt was tho simply rsync the Maildirs along with the homes.
Both deovecot versions are set up with the maildir format, but this
2012 Dec 06
1
svd(X, LINPACK=TRUE) alters its input
Ordinary functions should not alter their inputs but in R-2.15.2
svd(LINPACK=TRUE,X) does. (It worked in 2.15.0 but not in 2.15.1
or 2.15.2 and became deprecated in 2.15.2.)
> X <- matrix(c(1,2,3, 5,7,11, 13,17,19), 3, 3)
> X
[,1] [,2] [,3]
[1,] 1 5 13
[2,] 2 7 17
[3,] 3 11 19
> svd(X, LINPACK=TRUE)$d
[1] 31.9718214 2.3882717 0.3143114
Warning message:
2012 Oct 29
2
lapack routines cannot be loaded
I installed R in (what I believe is) the standard way by adding the
following line to /etc/apt/sources.list
deb http://cran.us.r-project.org/bin/linux/ubuntu precise/
All was well, until I recently upgraded from 2.15.1 to 2.15.2 by running
sudo apt-get update
sudo apt-get upgrade
Now, when I try to do simple things, I get an error. e.g.
R> PP.test(rnorm(1000))
Error in
2012 Nov 02
1
Can't install.packages() from local repo in 2.15.2
Hi guys
I think there's a high chance this is a bug. But I can't rule out that I can be blamed for this. I've posted this to bugzilla (#15092). Then I read that I probably should have posted it to R-develop first. Sorry for doing this in the wrong order.
I've set up a local repo on my local drive (happens to be mapped to L:/). It has the following structure (as per
2013 Feb 01
1
Wiki Contribution on installation Centos on laptop
Name : Tanzilur Rahman
Proposal : Installation of Centos 6.3 on Dell latitude E5420
Location : http://wiki.centos.org/HowTos/Laptops/Dell/Latitude-E5420
Thank You
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20130201/0de5486a/attachment-0006.html>
2013 Feb 01
2
order function
Hi I'm having a simple issue with the order function. When I use the following code my data is not ordered correctly > output[order(output[,3]),]
Name beta pval
881 9.09303277751237 0.000100253350483199
7402 6.40553461638365 0.00010228641631914
4879 -8.88509881106217 0.000103251645995887
However when I export the data and sort it in excel I
2013 Feb 01
3
Wiki edit access?
Hello,
I am a happy CentOS user who has noticed some typos on the wiki (I sent one to Akemi yesterday). I would like to fix these directly, rather than sending email to someone else for each change. Is this possible? FWIW, I'm a committer on the ASF's httpd-docs project, although I am not currently active there.
My CentOS wiki username is ChrisPepper.
Thanks,
Chris Pepper
2013 Jan 14
1
Rbbg for 2.15.2
Dear R Users,
Anyone know of a version of Rbbg compiled for R 2.15.2 . The current
version does not appear to work with 2.15.2
> install.packages("Rbbg", repos = "http://r.findata.org")
Installing package(s) into ?C:/Users/t_uzu_000/Documents/R/win-library/2.15?
(as ?lib? is unspecified)
Warning: unable to access index for repository
http://r.findata.org/src/contrib
2012 Dec 12
2
Problem installing package "caret"
Folks:
I keep getting the following error message (I'm on Windows 7, R-2.15.2, and
tried a reboot...). Thx!
John
> install.packages("caret")Installing package(s) into ‘C:/Program Files/R/R-2.15.2/library’
(as ‘lib’ is unspecified)trying URL
'http://streaming.stat.iastate.edu/CRAN/bin/windows/contrib/2.15/caret_5.15-045.zip'Content
type 'application/zip' length
2012 Oct 31
2
Snallball, rJava, and R 2.15.1
I just bought a new machine and installed the latest release of R 2.15.1 two
days ago. Loaded libraries yesterday (all reported successful loads).
While running scripts, rJava and Snowball would not load. Here is Snowball
successful install:
> utils:::menuInstallPkgs()
trying URL
'http://cran.cs.wwu.edu/bin/windows/contrib/2.15/Snowball_0.0-8.zip'
Content type
2013 Jun 12
1
GGally installation problems
Hi,
I was trying to install the GGally package, but was getting errors. Here is what I get:
> install.packages("GGally")
Installing package(s) into ‘/Users/ts2w/Library/R/2.15/library’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘GGally’ is not available (for R version 2.15.2)
>
2017 Jul 14
0
UPSC dump for Eaton/Powerware 5115 Rackmount unit (driver version 2.7.2)
Hi,
just wanted to provide a upsc dump for an Eaton/Powerware 5115 rack mount unit. This was on a CentOS 7.3 machine with
following packages installed:
nut-client-2.7.2-3.el7.x86_64
nut-2.7.2-3.el7.x86_64
nut-cgi-2.7.2-3.el7.x86_64
$ upsc eaton5115
ambient.temperature: 43
ambient.temperature.high: 75
battery.charge: 100
battery.runtime: 24171
battery.voltage: 40.96
device.mfr: Eaton
2013 Apr 22
1
Hmisc & pdflatex
Dear Rxperts,
Apologize for posting it to a wrong thread..Hence, the re-post...
I am trying to use pdflatex from Hmisc, I get the error message. "pdflatex
is not available"... The version of Hmisc is the latest one (got the
warning that it was compiled under R version 2.15.3) .
The version of R on my machine is
> version
platform i386-w64-mingw32
arch i386
os