Displaying 20 results from an estimated 1000 matches similar to: "problem when installing a R package"
2010 Dec 18
1
Rcmd SHLIB error
I am getting this error message when I try to run Rcmd SHLIB myprog.c.
There appears to be a missing / between etc and i386 in the path. I
am on Windows Vista and am using R version 2.12.1 Patched (2010-12-16
r53864) and just downloaded Rtools 2.12 today. Is this a bug in R?
How can I resolve this?
C:\tmp2>Rcmd SHLIB myprog.c
cygwin warning:
MS-DOS style path detected:
2013 Feb 13
2
How to install .tar.gz source package in Windows XP 32-bit operational system
Dear all mailing listers,
I failed in install source packages in Windows system. I have installed
Rtools in order to install the source package based on the discussion
available on the following link:
http://r.789695.n4.nabble.com/Installing-a-Package-tar-gz-in-windows-td3411393.html.
By the way, only installing the Rtools is ok, isn't it? Do I need to run
the Rtools?
>
2013 Jan 02
1
Package check using --as-cran
I use R 2.15.2 on MacosX 10.8.2
I have a problem checking for a package that I want to submit in CRAN.
When I check like that, no problem or warning are detected.
system("R CMD check '[path]/phenology'")
I create the .tar.gz package with that. The file phenology_3.43.tar.gz
is generated. I can install the package and it works.
system("R CMD build
2012 Mar 11
1
Problems when building a package for Windows 64
Hello
I have recently installed R 2.14.2 on a brand new pc running Windows 64.
One of things I would like to do is to recompile my R package (with C and
fortran source codes) for this new environment (it works on a mac and on a
linux box). To this end, I had rtools 2.14 downloaded and installed (I
have also added 2.14.2/bin/x64 to PATH so that Rcmd works on a terminal).
On a cmd terminal I
2012 Nov 23
1
Failed to install RMySQL,help!
I had installed R and MySQL ,then I input :
> install.packages('RMySQL',type='source')
show the message below, Why? Why shows "ERROR: configuration failed for
package 'RMySQL'"?
??URL?http://mirrors.xmu.edu.cn/CRAN/src/contrib/RMySQL_0.9-3.tar.gz'
Content type 'application/x-gzip' length 165363 bytes (161 Kb)
???URL
downloaded 161 Kb
*
2011 May 03
1
Compiling Rgraphiz on Windows 7 64bit with R-2.13.0
Hi all,
I am trying to compile Rgraphiz on Windows 7 64bit with R-2.13.0. I have
installed
Rtools213.exe from [1]. The 64bit packages in [2] provided me with the 64 bit
version
of graphviz. After intalling the binary version Rgraphviz 1.30 (in 32bit) it
complains (as
expected) that:
> library(Rgraphviz)
Error: package 'Rgraphviz' is not installed for 'arch=x64'
I
2013 May 15
1
Missing Dependency: tex(latex) is needed by package R-devel - Help Required
Hi ALl,
I am trying to install R on RHEL 5.4
while install R i am getting the dependency errors ..
can you please help on this .
[root at Rgraph ~]# yum install R
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
--->
2012 Dec 18
1
Updating R on RHL5
Hi,
I haven't used my system in a while now and wanted to update R.
Running yum update R fails because of missing dependency texinfo-tex
I have installed the EPEL yum repo configurations but
yum install texinfo-tex does not find the package.
How can I install that missing package?
Any help is appreciated.
Thanks.
-Christos
## ===========================================
[root at localhost
2012 Nov 26
1
Connect R with SQLSERVER
Hi,
Here im not able to connect with MS-SQLSERVER database with *.R-File.
Previously i was able to do in R in different machine and configuration was
R Ver-2.11.1
Package Installed : RODBC_1.3-2
And now where im doinig now there the same code im trying to execute but its
not connecting.
configuration is,
R Ver-2.12
Package Installed : RODBC_1.3-2 - here iam trying to install (RODBC_1.3-6)
which
2012 Nov 07
0
rJava not loading on Windows
Hi,
I've successfully used it on a Linux setup, but when I try to load
rJava on Windows 7 64-bit (session info below) I get:
% R --vanilla
> library("rJava")
Error : .onLoad failed in loadNamespace() for 'rJava', details:
call: dirname(this$RuntimeLib)
error: a character vector argument expected
Error: package/namespace load failed for 'rJava'
>
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 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 Nov 19
6
tcltk freezing using MS Windows for R-2.14+
I am the maintainer of a Bioconductor package (affylmGUI) which uses
tcltk. It freezes inconsistently on MS Windows, but not Mac or Unix. see
details below.
After considerable testing I have reduced the problem from a few
thousand lines of code to 30 lines!
If you paste the following lines of code into an R window:
testGUI <- function(){
require(tcltk)
MainWindow <-
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:
>
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 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
2013 Jan 11
1
Help with Help on Windows
R 2.15.2 installed as a regular user on Windows 7.
Three issues:
1. There is a start menu item for "R 2.15.2 Help" that opens a local web
page. If I click on packages, then base, then abbreviate I get
"Firefox can't find the file at
/C:/Users/rdboylan/Documents/R/R-2.15.2/library/base/html/abbreviate.html."
The page before, which did display, was
2013 Feb 25
1
legend issues.
hello, all.
one of my students is having an issue with the pie & legend function.
this is her code. (below)
it works just fine for me.
her error is "plot.new has not been called yet". i know this means her pie chart is coming up blank so the legend will not work.
according to ?graphics this package *is* supposed to handle these functionalities. however, when i tried to
2013 Mar 13
1
Empty cluster / segfault using vanilla kmeans with version 2.15.2
Hello,
here is a working reproducible example which crashes R using kmeans or
gives empty clusters using the nstart option with R 15.2.
library(cluster)
kmeans(ruspini,4)
kmeans(ruspini,4,nstart=2)
kmeans(ruspini,4,nstart=4)
kmeans(ruspini,4,nstart=10)
?kmeans
either we got empty always clusters and or, after some further commands
an segfault.
regards,
Detlef Groth
------------
[R] Empty
2012 Dec 12
3
R-2.15.2 changes in computation speed. Numerical precision?
Speaking of optimization and speeding up R calculations...
I mentioned last week I want to speed up calculation of generalized
inverses. On Debian Wheezy with R-2.15.2, I see a huge speedup using a
souped up generalized inverse algorithm published by
V. N. Katsikis, D. Pappas, Fast computing of theMoore-Penrose inverse
matrix, Electronic Journal of Linear Algebra,
17(2008), 637-650.
I was so