Patrick, Romain,
thank you very much for your help!
I have found the site of the package at

http://r-forge.r-project.org/projects/tinnr/ , as Romain suggests, but when you try to download, iyou find that the package is actually not contributed to the repository, it is just a space holder for it! Patrick's http://cran.r-project.org/web/packages/TinnR/index.html
is better, and I will give it a try... I was just not sure abouyt the versions, 
but it seems to be a relatively recent one, so hopefully it will work.
Thanks again!
Martin




Richardson, Patrick wrote:
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-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On 
Behalf Of Martin Tomko
Sent: Tuesday, March 24, 2009 8:25 AM
To: David Winsemius
Cc: r-help@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:
Tinn-R is not an R package. It is a standalone text editor:

http://www.lmgtfy.com/?q=tinn-r


-- David Winsemius

On Mar 24, 2009, at 7:05 AM, Martin Tomko wrote:

I have troubles make TinnR 2.2.0.2 work, it seems that the dependency on the package TinnR that cannot be found (I tried also manual downloads, but I cannot find the package anywhere on any CRAN mirror).

I even set a default cran mirror in the Rprofile.site file, so that the later command can find it:
# check necesary packages
necessary = c('TinnR', 'svSocket')
installed = necessary %in% installed.packages()[, 'Package']
if (length(necessary[!installed]) >=1)
install.packages(necessary[!installed], dep=T).

No luck. Even manually issuing the comand in Rterm fails, package 'TinnR' is not available. Any idea how I could make my TinnR work? I googled extensively, but without luck...

Thanks
Martin

______________________________________________
R-help@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.
David Winsemius, MD
Heritage Laboratories
West Hartford, CT




______________________________________________
R-help@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 ...{{dropped:5}}

______________________________________________
R-help@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.

Reply via email to