Martin Tomko
2009-Mar-24  11:05 UTC
[R] install.package("TinnR") - there is no package called 'TinnR'
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
David Winsemius
2009-Mar-24  12:22 UTC
[R] install.package("TinnR") - there is no package called 'TinnR'
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 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.David Winsemius, MD Heritage Laboratories West Hartford, CT
Duncan Murdoch
2009-Mar-24  12:45 UTC
[R] install.package("TinnR") - there is no package called 'TinnR'
On 3/24/2009 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).What R version are you using, on what platform? I have no trouble with an automatic install of the TinnR package into 2.8.1 on Windows. Duncan Murdoch> > 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 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.