Displaying 20 results from an estimated 40 matches for "trpath".
Did you mean:
rpath
2009 Feb 28
5
object ".trPaths" not found
I am running an R script with Tinn-R (2.2.0.1) and I get the error message
Error in source(.trPaths[4], echo = TRUE, max.deparse.length = 150) :
object ".trPaths" not found
Any solutions?
Thank you.
Kevin
2011 Aug 04
1
Tinn-R problem: unable to send code to R
...urs with
Tinn-R (v.2.3.7.1) when highlighting a string of code, copying to the
clipboard, and trying to send to Rgui via Shift+Ctrl+Q.
I can copy 1 line of code to the clipboard and send it to Rgui with
Shift+CTRL+Q. This fails with 2 or more lines of code, generating the
error:
Error in source(.trPaths[5], echo = TRUE, max.deparse.length = 150) :
object '.trPaths' not found
Is there a fix for this?
R version 2.13.1 (2011-07-08)
Platform: x86_64-pc-mingw32/x64 (64-bit)
Windows 7 (v.6.1, Buid 7601: Service Pack 1)
thnx
R. Valliant
U. of Michigan, US
From: <Steve_Friedman_at...
2008 Sep 14
5
Error Running TinnR with R
Hello All,
I am using Tinn-R (v 2.0.0.7) integrated with R (v 2.7.2) on a 32-bit
Windows Vista system.
When I try to run a code and send it to R from Tinn-R, I get the following
error message;
?Error in source(.trPaths[5], echo = T) : object ".trPaths" not found?
I was using an earlier version of Tinn-R and R and I was not having problems
till recently when R-sending started freezing the program leading me to
shutdown both programs and restarting. I thought reinstalling both would
solve the problem,...
2010 Jun 10
1
Help with Tinn-R
...My problem is simply this:
By highlighting one line, and click the "send line to R" icon, all works well.
But if I highlight more than 1 line and click the "send selection to R" icon, it does not work.\I get the following response and error message displayed in R:
R> source(.trPaths[5], echo=TRUE, max.deparse.length=150)
Error in source(.trPaths[5], echo = TRUE, max.deparse.length = 150) :
object '.trPaths' not found
Can somebody please help me solve this.
Thank you so much for your time.
Regards
Jacob
Jacob L van Wyk, Dept. of Statistics, University of Johanne...
2008 Sep 15
1
Tinn-R Install
I just upgraded to the new version of Tinn-R and when submitting scripts I get the following error.
> source(.trPaths[4], echo=T)
Error in source(.trPaths[4], echo = T) : object ".trPaths" not found
I'm running R 2.7.2. Win XP Pro x64 3 GB RAM. Any suggestions?
Thank You,
Patrick
This email message, including any attachments, is for th...{{dropped:9}}
2008 Dec 29
2
Tinn R
Hi, I just got a new computer with windows vista on it and I am having a problem using Tinn R. The problem occurs when I select a chunk of code and try to run it all at once using the "R send:selection (echo = TRUE)" button, I get this error:
Error in source(.trPaths[5], echo = TRUE, max.deparse.length = 150) :
object ".trPaths" not found
Any suggestions how to fix this?? Thanks!!
Sarah
2010 Dec 20
1
R is not running well
Hi,
I'm working on windows 7. Recently I install the latest R and also use together
with Tinn-R but it is not working well. I got the following message. I have
tried saving the Rprofile as suggested by the R forum, but still it is not
running. What should I do?
> source(.trPaths[5], echo=TRUE, max.deparse.length=150)
Error in source(.trPaths[5], echo = TRUE, max.deparse.length = 150) :
object '.trPaths' not found
[[alternative HTML version deleted]]
2010 Oct 02
2
Tinn R
Dear ALL,
I am trying to run Tinn R for the first time with R. I have already
selected the SDI option. When ever I run the code I get the following
error:
> source(.trPaths[4])
Error in source(.trPaths[4]) : object '.trPaths' not found
Can any one help?
Raphael
2011 Feb 14
1
R not working after loading lattice
...age: splines
Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) :
there is no package called 'lattice'
Error: package 'Hmisc' could not be loaded
I cannot do anything in R now; it does not even read the data in. When I try it, it gives me the 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
What is the solution? Should I just reinstall R and make sure I do not load lattice?
Thank you all!
Rita
P.S. I am very new to R and I still have tr...
2009 Jun 03
2
code for double sum
...z,k)
{ r <- length(z)
for (i in 1:r)
{ sm1 <- sum((z[i]*bb/2)*(psigamma((0:k)+eta+1,deriv=0)/(factorial(0:k)*gamma((0:k)+eta+1))))
sm2 <- sum((besselI(z[i]*bb,eta)*log(z[i]*bb/2) - sm1)/besselI(z[i]*bb,eta))
sm2
}
ff2(bb,eta,z,10)
but it gave me the following message:
> source(.trPaths[5], echo=TRUE, max.deparse.length=10000)
Error in source(.trPaths[5], echo = TRUE, max.deparse.length = 10000) :
C:\Documents and Settings\zakry001\Application Data\Tinn-R\tmp\selection.r: unexpected end of input at
9: )
> ff2(bb,eta,z,10)
Error in ff2(bb, eta, z, 10) : unused argument(s) (1...
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 Settings/fbuchins/Application Data/Tinn-R/tmp/objects.txt',
'C:/Documents and Settings/fbuchins/Applica...
2009 Apr 20
2
problem with new version
Hi R-users,
I just change to the new version of R.? I just wonder why everytime?I run my function I will get this message:
> source(.trPaths[4], echo=TRUE, max.deparse.length=10000)
Thank you.
2009 Aug 31
0
source(.trPaths[5], echo=TRUE, max.deparse.length=150)
I just upgraded to Tinn-R 2.3.2.3. Is the above line (see Subject)
going to be echoed back to me everytime I try to send a command to R of
can I stop it? I've also lost my function of arrowing back up to recall
previous commands. Can I get that back?
richard
--
Richard M. Anderson, Assistant Professor
Duke University, Nicholas School of the Environment
A321 LSRC
Box 90328
Durham, NC
2009 Feb 02
2
Upgrading to TINN - R 2.1.1.6
I know this has been addressed before, but I'm still confused by the
solution.
When running TINN - R (ver 2.1.1.6) with R (2.8.0) I have lost the
functionality of TINN-R
It returns an error
source(.trPaths[5], echo=TRUE, max.deparse.length=150)
I modified the RProfile.site file as follows:
options(pager="interal")
.trPaths=c(
'C:/Documents and Settings/username/Application Data/Tinn-R/tmp/',
'C:/Documents and Settings/username/Application
Data/Tinn-R/tmp/search.txt',...
2008 Oct 03
1
Tinn-R explorer used to be my friend
...y and can no longer get the Tinn-R explorer
to work. I think I have had this problem before but cannot recall how I
solved it.I run Tinn-R 2.0.0.7 and Rgui version 2.7.2
When I click on the explorer button I get
> trObjList(envir='.GlobalEnv', pattern='', group='', path=.trPaths[3])
Error in trObjList(envir = ".GlobalEnv", pattern = "", group = "", path =
.trPaths[3]) :
unused argument(s) (envir = ".GlobalEnv")
I have ensured that the correct profile loads by using (from within Tinn-R)
R>Configure>Permanent(Rprofile.site)....
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: http://r.789695.n4.nabble.com/Tinn-R-to-R-problem-tp3057832p3057832.htm...
2011 Nov 18
0
R and Tinn-R communication problems
...ched base packages:
[1] stats graphics grDevices utils datasets methods base
l cannot sent more than one line of code to R without getting the error message below. It was working okay. Presumably I've accidentally reset something but I don't see what.
?Error in source(.trPaths[5], echo = TRUE, max.deparse.length = 150) :
object '.trPaths' not found?
UPGRADE TO R 2.14.0
Can no longer sent anything to independent session of R. Rather everything goes to R=Term loaded in Tinn-R 2.3.7.1. I can live with this but don't like it. Can anyone point me to a Tin...
2011 Feb 09
3
Loop in variable names
...2,5)
for(i in angus) {
cut <- paste("StoreData$P",i, sep="")
table(StoreData$CompanyID, !is.na(cut))
}
When I run the above, I get the following error message:
Error in table(StoreData$CompanyID, !is.na(cut)) :
all arguments must have the same length
> source(.trPaths[5], echo=TRUE, max.deparse.length=150)
Any help is greatly appreciated!
Stella
[[alternative HTML version deleted]]
2011 Jul 12
2
foreach not recognizing functions in memory
...in memory and works
when called by foreach directly, but when I place foreach in a function
called "helper" and then call helper, foreach cannot find "testFun".
Can anyone provide a fix? I hope its just a simple mistake on my part
and not a limitation of foreach.
> source(.trPaths[5], echo=TRUE, max.deparse.length=150)
> "testFun" <- function(m) {
+ out <- m*m
+ }
> out <- foreach(m=1:10, .combine=rbind) %dopar% testFun(m)
> "helper" <- function(i) {
+
+ out <- foreach(m=1:i, .combine=rbind) %dopar% testFun(m)
+ }...
2008 Oct 26
2
Upgrade
...blem that I had is the library directroy in 2.8.0 was almost identical to 2.7.2. No folders that were different from the installation with 2.8.0 yet I know that I have installed packages. So I am not sure what to copy.
I also uninstalled Tinn-R and tried to reinstall it now I am getting the ".trpaths not found" error. So I tried to configure the Tinn-R installation and I get:
Warning in install.packages("Hmisc") :
argument 'lib' is missing: using 'F:\Users\Kevin\Documents/R/win-library/2.8'
--- Please select a CRAN mirror for use in this session ---
Warning me...