Displaying 20 results from an estimated 10000 matches similar to: "R CMD INSTALL fails where R CMD check succeeds."
2001 Oct 11
2
Where's MVA?
Hi All:
Package TSERIES is stated to depend on MVA. However, there is no MVA package to be found under the list of package sources.
Best wishes,
ANDREW
tseries: Package for time series analysis
Package for time series analysis with emphasis on non-linear and non-stationary modelling Version: 0.7-6
Depends: ts, mva, quadprog
Date: 2001-08-27
Author: Compiled by Adrian
2008 Jul 24
1
Error - unable to load shared library
Hi, I'm trying to use fastICA package but I only get an error message
like following.
> library(fastICA)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library
'/usr/lib/R/library/fastICA/libs/fastICA.so':
/usr/lib/R/library/fastICA/libs/fastICA.so: undefined symbol: sgesdd_
Error: package/namespace load failed for 'fastICA'
Here's the
2009 Nov 11
1
Loadings and scores from fastICA?
Hi all,
Does anyone know how to get the independent components and loadings from an Independent Component Analysis (ICA), as well as principal components and loadings from a Pricipal Component analysis (PCA) using the fastICA package? Or perhaps if there's another way to do ICAs in R?
Below is an example from the fastICA manual (http://cran.r-project.org/web/packages/fastICA/fastICA.pdf)
2008 Jul 17
2
fastICA
Hi everyone
It looks like repeated runs of fastICA produce quite significantly different
mixing matrices (not only in terms of sign and row order). I'm not a
specialist, so would appreciate any advice on whether this should really be
the case:
> res3 =
> fastICA(af[,2:20],4,alg.typ="parallel",fun="logcosh",alpha=1,method="C",row.norm=TRUE)
colstandard
>
2014 May 07
2
FW: acelerar conexión con RODBC
Estimado Patricio Vireri
No mire Rmysql hoy pero por esas cosas de la vida decidieron no
compilarlo en windows, hay varias alternativas, pero particularmente no
use ninguna.
MariaDB ahora tiene grafos, por si le sirve.
Si compilo Rmysql no es un principiante, entonces pregunta de
principiante ¿si solo usa odbc? Le pregunto esto porque cuándo yo usaba
mac compre a una empresa " conexión
2002 Jun 06
4
R and mysql on debian
Hello,
I have been using RODBC on Windows with version 1.41 of R successfully,
connecting to a mysql database using MyODBC. Now I would like to do so
with R under Debian/GNU Linux.
I just tried RMySQL (install failed, since mysql libraries were not found),
DBI (no MySQL driver available) and I can't find the RODBC package
any more on CRAN.
Any suggestions?
Johannes Ranke
P.S.: Thanks for
2007 Feb 18
1
dbi, rodbc, rmysql, charset problem
Dear List
In my short life as a beginning R-user i've encountered a following
problem that i'm unable to solve myself:
I have a database in MySQL containing table and field names as well as
some data containing Polish accentuated characters (like ????),
utf8-encoded. It works just fine with just any external query browser i
can find, jdbc, odbc, native, whatever. Also mysql is happy
2004 Sep 28
3
add-on packages
I want to add RMySQL and RODBC packages to my R installation on redhat
linux box. The command install.packages gives following output. What
could be wrong?
********************
install.packages(RMySQL)
trying URL `http://cran.r-project.org/src/contrib/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 202145 bytes
opened URL
.......... .......... .......... ..........
2018 Sep 07
3
Problemas para instalar Librería (RODBC)
Hola,
Tengo la versión 3.5.1 instalada y no me dejaba tampoco, por eso desde
RStudio configuré la 3.3.1.
Muchas gracias.
El 7 de septiembre de 2018, 13:35, Carlos Ortega <cof en qualityexcellence.es>
escribió:
> Hola,
>
> R ya está en la versión 3.5.1 y tú tienes la 3.3.1.
> Las versiones antiguas de los paquetes están:
>
> - Linux:
>
2003 Jan 24
1
RMySQL performance over RODBC
R-help list,
I ported some R code from MS Windows PC to sun-solaris. Both do queries on
the same
MySQL database.
PC version of R is 1.6.1 and solaris version is 1.6.0. I use RMySQL_0.5-0
(on solaris)
and RODBC 1.0-1 on PC to connect to MySQL. The PC version took about 65
mins. to run
wheras the Solaris (SunOS 5.7) version took 375 mins. (> 6 hrs). R and
RMySQL are
resident on the same host
2010 Nov 20
1
Error in solve.default(V, W) with ProDenICA and the required sample size for stable result
Hi ALL,
Recently I confronted with a error in using package ProDenICA, when let k<p
(exactly the example code with k=1,
http://finzi.psych.upenn.edu/R/library/ProDenICA/html/ProDenICA.html),
Error in solve.default(V, W) : 'b' must be compatible with 'a'
I have examined the code of function ProDenICA(), but could not find the reason.
And how large is the sample size N
2011 Oct 17
1
Independent component analysis with only one "source" of data
Hi,
Looking at the fastICA library. I want to test separating out different sounds from a recorded wav file.
But, I only have a SINGLE stream of data (one channel wav.) It appears as if the fastICA won't let me separate more sounds than I have columns in my data matrix. is this correct? If so, is there a work around that is commonly used?
Thanks.
--
Noah Silverman
UCLA Department of
2014 May 07
5
acelerar conexión con RODBC
Hola a todos...estoy usando MariaDb como base de datos (similares caracteristicas a MySQL), y la conexión entre R y esta con RODBC.¿Existe alguna forma de incrementar la conexión para carga de datos ya que son largos, ejm: 3000 registros en 1 minuto...Si conocen de esto o me pueden sugerir alternativas, estaré agradecido.
Patricio.
[[alternative HTML version deleted]]
2001 Mar 01
2
db pkgs
Hi,
I am wondering if anyone has had experience w/the R database
packages: RMySQL, RODBC, RPgSQL, and/or RmSQL, and if so, if you have
any recommendations to make. We have some large tables we would like to
store -- something like 5-10 columns by 3.5 mil rows (or maybe 7 mil
rows).
thanks,
Natalie Hawkins
Statistical Research Associate
FHCRC/Scharp
2010 Nov 05
2
connecting to remote database using RMySQL
Apologies if this is the wrong place to ask. I'm not aware of a
mail list devoted to database interfaces. Please direct me if
so.
I am trying to use TSMySQL. It loads RMySQL, and apparent the
CRAN version has an .onLoad script which seeks out the local
MySQL server. If that fails, the package fails to load.
Thing is, I'm trying to access a MySQL database on a remote
machine for which
2012 Nov 21
1
remote connection to an Oracle database - using RODBC - RMySQL..?
Dear users,
I can access an database oracle database using sql developer. This was done by importing an xml file that contains the login details - username, password and specifies that it uses the KERBEROS_AUTHENTICATION.
I'm trying to connect R - so that it can access this database - do sql queries and convert the resulting tables into dataframes.
I am a novice in SQL and database access
2005 Jan 21
2
Struggling with S3/S4 interface issues and External Pointers
I'm currently working on embedding R into the Apache2 webserver (with
some positive results...), but I'm struggling to identify the best way
to expose the apache data and functions to R.
A couple of thoughts:
In light of the recent discussion on "S3/S4 classes performance
comparson", I'm leaning toward implementing the interface with S3 style
classes. I appreciate
2001 Jul 30
1
Summary on Usage of R CMD INSTALL
Thanks to Tim Hoar and Kurt Hornik for taking the time to answer my question
about the usage of R CMD INSTALL. Tim suggested:
> R CMD INSTALL --configure-args=--with-netCDF=/opt/local/netcdf-3.5.0 netCDF
> no quotes at all, no spaces ...
Kurt wrote:
> R CMD INSTALL --configure-vars='LIBS=-L/mylibs' mypackage
Alas, I am not smart enough to know whether there is a contradiction
2011 Jun 14
1
Setting up RODBC or RMySQL package.
Hi all,
I have installed RODBC package. But am not able to connect it for using
MySQL. For accessing MySQL Db a connector is required.For that can i use the
mysql db which is a part of WAMP server or use separate mysql db.
I know there is a package called RMySQL. But i find it very difficult to
install the RMySQL package under .Which is better one for accessing MySQL
Database.
Thanks
Amrita
2010 Apr 20
1
Problem installing RODBC
I have a problem with some missing headers when trying to install RODBC
on my linux box.
> install.packages("RODBC",
+ lib="/usr/local/david/R")
trying URL 'http://cran.stat.auckland.ac.nz/src/contrib/RODBC_1.3-1.tar.gz'
Content type 'application/x-gzip' length 990220 bytes (967 Kb)
opened URL