Skip to content
Prev 174738 / 398506 Next

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: