Questions tagged [tinn-r]
12 questions
2
votes
4 answers
Upgrading Tinn-R
I'm using Tinn-R version 2.2.0.2 and I want to upgrade to the latest version 2.3.4.4. I couldn't find any upgrade options in the menus of Tinn-R. So my question is: Is it safe to download and just install the new version? Will it overwrite my…

Mehper C. Palavuzlar
- 10,089
- 23
- 56
- 69
2
votes
1 answer
Printing formatted R code
I would like to adjust the print margins in tinn-R so the code stays on each line. I am trying to print some code but it wraps on to the next line and becomes less easy to read.
I have found the wrap text option but this simply chops off the end of…

dpel
- 1,954
- 1
- 21
- 31
1
vote
0 answers
R - SixSigma - ss.study.ca
when I run ss.study.ca example at website "https://rdrr.io/cran/SixSigma/man/ss.study.ca.html" , the graphic shows the Ppk value (Bottom-Right).
When I run it locally using Tinn-R or RGui, this Ppk value does not appear.
I have install the software…

user10193457
- 11
- 3
1
vote
5 answers
Problem using nppToR or Tinn-R
Thanks everybody for the reply! Now I fixed the problem by R 2.12.1 and NpptoR (version 2.5.2), without setting the registry.
After a while of my updating of R from 2.11.1 to 2.12.0, I was now completely unable to pass scripts to R from Notepad++…

Marco
- 505
- 9
- 18
1
vote
1 answer
how to open R document in rampant logic postscript viewer?
I save a file using Tinn R and try to open it in rampant logic postscript viewer 1.1 but it is opening in word pad. I am unable to understand the problem. My code is given…

Mashhadi
- 3,004
- 3
- 46
- 80
0
votes
1 answer
What does "[TRUNCATED]" mean in the Tinn-R console?
I tried to create a sum function that ignores NA values for practicing. My code is:
my.sum <- function(x){
sum.f = 0
y <- !is.na(x)
z <- x[y]
n <- length(z)
for (i in 1 : n) {
sum.f <- sum.f + z[i]
}
return(sum.f)
}
When I run…

Mohammad Alsahli
- 1
- 1
0
votes
1 answer
Preventing what was/were previously copied on to my clipboard from appearing on R Console when using R
I am having some problems with my clipboard contents when using R. When I run my scripts/commands in tinn-r, very often I would get something that I had ran earlier pasted onto my R Console instead of the command that I have just selected.
To get…

Bazon
- 13
- 4
0
votes
0 answers
incomplete line in the rprofile.site
When I send command from Tinn-R to R by hotkey, sometimes this error shows up:
Error in source(.trPaths[5], echo = TRUE, max.deparse.length = 150) :
object '.trPaths' not found
But If I copy and paste the same command into R manually, no error…

user3141892
- 1
- 1
0
votes
1 answer
Tinn-R 3.0.3.6 gives errror source(.trPaths[5], echo=TRUE, max.deparse.length=150)
I'm using Tinn-R 3.0.3.6 as editor for R. When I try multiple lines of code Tinn-R runs only few and then throws the line:
source(.trPaths[5], echo=TRUE, max.deparse.length=150)
I wonder how I can overcome this behavior of Tinn-R. Thanks

MYaseen208
- 22,666
- 37
- 165
- 309
0
votes
1 answer
Copy and pasting problems in Tinn R
I am running Tinn-R version 3.0.2.7 on a windows 8 machine and I cannot copy or paste into the text editor. However, it will let me copy into the R console. It is in editing not read only mode. When I use ctrl+c -> ctrl+v the editor indicates that…

rkmorgan
- 101
- 5
0
votes
1 answer
tinn-r 2.4.1.5 does not pass zoomplot
I recenty installed R 3.0.0 passing the commands through Tinn R 2.4.1.5
I tried to use the function zoomplot(locator) from TeachingDemos
I got the error below:
Error in .Primitive(".External2")(c(2799.10559440559, 2848.00769230769, :
first…
-1
votes
1 answer
Typing problems in Tinn-R
I use Tinn-R 3.0.3.6 with Windows 7 and I cannot type # and ] characters in the editor of Tinn-R. When I press Alt Gr + x (should be #), nothing happens. When I press Alt Gr + g (should be ]), the numbering of the lines disappear, so it seems to…