Skip to content
Prev 174739 / 398506 Next

install.package("TinnR") - there is no package called 'TinnR'

Hi Martin,

If all else fails, you could download the package from http://cran.r-project.org/web/packages/TinnR/index.html
and install as a .zip file from within R.

That is bizarre that R cannot find the package. I've had no problems downloading and installing.

Best regards,

Patrick





-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Martin Tomko
Sent: Tuesday, March 24, 2009 8:25 AM
To: David Winsemius
Cc: r-help at r-project.org
Subject: Re: [R] install.package("TinnR") - there is no package called 'TinnR'

David,
that is not helpful. I KNOW that TinnR is a standalone editor. If you 
had a look at the Rprofile.site required by TinnR, you would notice the 
part of the code I send earlier:
# check necesary packages
necessary = c('TinnR', 'svSocket')
installed = necessary %in% installed.packages()[, 'Package']
if (length(necessary[!installed]) >=1)
install.packages(necessary[!installed], dep=T).

These are executed by the TinnR editor upon start. The TinnR package 
MUST therefore exist, and is required.

Hope that someone else can REALLY help.

Martin
David Winsemius wrote:
______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
This email message, including any attachments, is for th...{{dropped:6}}