Displaying 20 results from an estimated 50000 matches similar to: "Is it possible to run multiple instances of Tinn-R?"
2010 Aug 23
1
Tinn R - the preferred R term was not defined
I have Windows 7 64 bit and 64 bit version of R.
I have installed Tinn R.
Everytime I start R from within Tinn R it gives me the message
"The preferred R term was not defined. Do you desire to do this now"
I then tell Tinn R where the Rterm.exe and Rgui.exe are.
Rterm works OK - I can open r code files and submit them.
Rgui does not work. R opens but in Tinn R toolbar for submitting
2011 Apr 28
0
run r scripts (tinn) via command
?How to run several commands with one script?
Functions needed: SOURCE (script) + logical functions(if, while, for) +
scan(parameter A)
Im not going to put an example, but the thing is:
1) run the main script, which contains another SOURCE-funtion wich points to
an other script. source(source(2nd script))
2) If you what to be asked to run a secundary script, use function SCAN().
3) If you
2009 Feb 06
0
Tinn-R 2.2.0.1 released with a new and complete User Guide
Dears Tinn-R users,
We want to announce that a new version of Tinn-R Gui/Editor (Windows
OS) was released.
It now has a complete User Guide, a old request of the users.
The news of this version are below:
2.2.0.1 (Feb/05/2009)
* Bugs fixed:
1. Latex font Enphase was fixed. It was inserting \textbf{}
instead of \emph{}.
2. Save and load workspace is now enabled only if
2011 Nov 18
0
R and Tinn-R communication problems
I have a couple of Tinn-R problems that I hope someone may be able to make some suggestions about or point me to a Tinn-R source. So far I have not found anything particularly relevant by googling on Tinn-R.
NOTE: Just to be on the safe side I uninstalled both R and Tinn-R , ran some cleanup and registry cleaner software and still am having the problems.
Problem One
Tinn-R 2.3.7.1
R 2.13.0
2010 Oct 07
0
Tinn-R and DDE
Hi folks,
I'm trying to get these "call-tip" things to work in Tinn-R. I expect them
to be somewhat like Microsoft's Intellisense? Anyways, I copy-pasted the
recommended Rprofile.site and adjusted it to fit the location of my
Tinn-R.exe... It looks like this:
##===============================================================
## Tinn-R: necessary packages and functions
## Tinn-R:
2010 Jul 23
2
Tutorial Tinn-R
Hi,
does anyone know a tutorial for Tinn-R? During all my search I only found
R-Tutorials...
The problem now is: I would like to make Tinn-R an autosave. But since I had
several questions before concerning Tinn-R (for example, how to have Tinn-R
and R in one window or how do the new versions work), I think it is easier
to have a tutorial instead of asking here everything.
Thank you!
--
View
2008 Oct 08
0
Trouble with word-wrapping and other Tinn-R options
I'm running R 2.7.1 with Tinn-R 2.0.0.7 and Windows XP Professional. I
have write privileges to the folders containing my R installation, my
Tinn-R installation, and my Tinn-R initialization settings. I installed R
first, followed by Tinn-R. I have modified my RProfile.site file (in
Tinn-R, R>Configure>Permanent).
My previous installations of Tinn-R and R worked fine, but on a
2004 Aug 06
0
Script editors: Tinn-R as a new option under windows
Tinn-R
The Tinn is an editor in development with the Delphi 5 of the Borland,
addressed to programmers, of free code under GPL (GNU Public License),
developed under the operational system Windows.
The Tinn-R version contains enhancements to allow syntax highlighting
of S language (in *.R, *.r, *.Q or *.q files), that is the language
used by the free statistical environment R
2012 Jun 20
1
Tinn-R and R 2.15.0 integration
Hello,
This is WJ.
I downloaded R(2.15.0) and Tinn-R(2.3.7.1) from http://sourceforge.net/projects/tinn-r/ for my computer (window 7 OS).
I want to know how to integrate Tinn-R with R(2.15.0).
So far, I was able to find some web-site has step for integration, so I updated the following steps.
Open the file 'Rprofile.site' and add the following lines to the end of the file:
2009 Mar 18
2
run r scripts (tinn) via command
Hello, I am working on a project consisting of several r-scripts written in
the tinn editor. Is it possible to create a superior r script containing
commands to run the sub-scripts one by one?
-----
Tamara Hoebinger
University of Vienna
--
View this message in context: http://www.nabble.com/run-r-scripts-%28tinn%29-via-command-tp22580362p22580362.html
Sent from the R help mailing list archive
2010 Apr 29
2
Tinn-R related problem
Dear Mr Hewitt,
I am having exactly the same problem as descibed on page
https://stat.ethz.ch/pipermail/r-help/2008-March/156809.html
(please find a copy below), I wonder if you happen to have heart of any solution to it (i.e. which Windows settings have to be altered in order to solve the problem). The mystirious thing about it is that I didn't change anything before this happend, I
2010 Sep 12
0
packages update and error: no package called 'lattice',Error: package 'Hmisc could not be loaded; Tinn-R
Dear all,
Since some months after updating packages via
update.packages(ask='graphics'), sometimes I loose 'lattice', although
already installed. At R restart, I get:
Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) :
there is no package called 'lattice'
Error: package 'Hmisc' could not be loaded
In this case I must re-install 'lattice' and
2009 Jan 23
2
forward slash vs double backslash R and Tinn-R
I installed the newest version of R and once again ran into problem
with Tinn-R failing when trying to use the R explorer. I had this
problem once before and solved it when I added the following
.trPaths = c(
'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/',
'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/search.txt',
'C:/Documents and
2010 Nov 24
1
Tinn R to R problem
I am trying to send complete R code to R from Tinn R by pressing R
send:contiguous button.
I get following error:
> source(.trPaths[5], echo=TRUE, max.deparse.length=150)
Error in source(.trPaths[5], echo = TRUE, max.deparse.length = 150) :
object '.trPaths' not found
Anyone has any idea?
Thanks in advance
RD
--
View this message in context:
2009 Jun 08
2
Tinn R
Dear R-users,
I have installed the latest version of Tinn R (Version 2.2.0.2).
With the older versions it was possible to run Tinn R next to R and then select code that one could send to R.
Now it seems that one has to start the R gui in Tinn R and then it is possible to select en run code of R.
But if I start R within Tinn R it does NOT start the R-Gui but only the R console. When I start R
2008 Aug 05
2
Opening R from Tinn without setting directory each time
Hi - I can access R from Tinn-R by going to Options->Main->Application/R and
setting the search path, but each time I exit Tinn-R I have to redefine the
search path. Is there no way of fixing that directory as default? I have
installed R under its default directory C:/Program Files/R/R-2.7.1 and Tinn
under a variety of different places to try to rectify the problem though
currently under
2009 Jul 14
0
Tinn-R 2.3.0.0 released
We would like to announce that a new version of the Tinn-R for Windows
(2.3.0.0) was released and is available on SourceForge server:
http://sourceforge.net/projects/tinn-r
Tinn-R is a R script editor under the OS Windows.
Changes:
2.3.0.0 (jul/10/2009)
* Bugs fixed:
- The error message when typing CTRL+TAB inside the Rterm
interface whenever it was not split.
- It now
2010 Aug 23
0
Problems with Tinn-R
A co-worker has been having problems with using Tinn-R and has posted
to their help forum and got no response. So I am asking if anyone
else who might be using Tinn-R has seen the problems that he is
experiencing. I am using the same version of R and Tinn-R that he is,
and I have not seen it. I assume it must be some way that the
'clipboard' is operating dependent upon so other system
2010 Nov 11
1
Tinn-R_2.3.6.0
Hi,
I just found out that Tinn-R_2.3.6.0 is now available on
http://sourceforge.net/projects/tinn-r/.
When configuring Tinn-R: R > Configure > Permanent (Rprofile.site) I get
error
C:\Program Files\R\R-2.12.0\bin\etc\RProfile.site
The above file was not found.
Please try to repeat the procedure!
The correct path for RProfile.site is
C:\Program Files\R\R-2.12.0\etc\Rprofile.site
I was
2010 Jan 02
1
[Off-topic] problem with Tinn-R editor
This is not directly related with R however I would like to ask for a
solution for my TINN-R editor because, I feel that lot many people perhaps
use it as a reliable R editor and secondly I could not find any other forum
only deals with TINN over net to discuss with.
For quite sometime I have been using Tinn-R as an editor for R-code however
for some days I am noticing a strange problem on that,