similar to: Tinn R to R problem

Displaying 20 results from an estimated 600 matches similar to: "Tinn R to R problem"

2010 Nov 22
1
Tinn-R 2.3.7.0 released
Dears users, A new version of Tinn-R was released today. Below details: 2.3.7.0 (Nov/22/2010) * Bug(s) fixed: - A bug related with the intermittent loose of connection (or appear to freeze) with Rgui.exe was fixed. * The versions 2.3.6.4, 2.3.6.5, 2.3.6.6 and 2.3.6.7 restricted to pre-release testers. * The Application options interface was a bit changed: - The
2010 Apr 30
1
Problem: packages TinnR, Hmisc, applications Tinn-R and R version 2.11.0
Hi, First: sorry for my bad English! I have received several emails reporting problems using Tinn-R with the new R version (2.11.0). This email is meant to assist the users. This problem is new and is related with R 2.11.0 and Hmisc package for Windows! After download and install R 2.11.0pat under Linux and Windows, see below my results: a) Under Linux (Open SUSE 11.3) - I found no problem
2016 Apr 09
2
Arguments to utils:::menuInstallPkgs
Dears, Is it possible (in any viable way) to pass arguments to the base function (install.packages I think) using the utils:::menu? For example: > utils:::menuInstallPkgs(loc=.libPaths()[2]) > utils:::menuInstallLocal(loc=.libPaths()[2]) Thanks, ///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\ Jose Claudio Faria Estatistica UESC/DCET/Brasil joseclaudio.faria at gmail.com Telefones:
2016 Apr 09
0
Arguments to utils:::menuInstallPkgs
On 09/04/2016 8:14 AM, Jose Claudio Faria wrote: > Dears, > > Is it possible (in any viable way) to pass arguments to the base function > (install.packages I think) using the utils:::menu? No, but why not just call install.packages directly? (If you are using Rgui in Windows, you can add menu items using winMenuAddItem). Duncan Murdoch > For example: > > >
2005 Jul 08
5
Help with Mahalanobis
Dear R list, I'm trying to calculate Mahalanobis distances for 'Species' of 'iris' data as obtained below: Squared Distance to Species From Species: Setosa Versicolor Virginica Setosa 0 89.86419 179.38471 Versicolor 89.86419 0 17.20107 Virginica 179.38471 17.20107 0 These distances were obtained with proc 'CANDISC'
2011 Aug 04
1
Tinn-R problem: unable to send code to R
The problem mentioned in the 06 Dec 2010 email below still occurs 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,
2005 Oct 14
2
Help with lattice, regressions and respective lines
# Dear R list, # # I'm needing help with lattice, regression and respective lines. # My data is below: bra = gl(2, 24, label = c('c', 's')) em = rep(gl(3, 8, label = c('po', 'pov', 'ce')), 2) tem = rep(c(0, 0, 30, 30, 60, 60, 90, 90), 6) tem2 = tem^2 r = rep(1:2, 24) y = c(40.58, 44.85, 32.55, 35.68, 64.86, 51.95, 42.52, 52.21,
2009 Sep 22
2
A couple of suggestions: source function (package base)
Hi, I've been calling the function "source" (package base) from Tinn-R editor to send files, marked blocks and selections to R interpreter because it avoids a lot of problems related with input/output synchronization in the Rgui output! The new RGedit plugin is also using this function in this way, and we are finishing a new version of a plugin to Vim (Vim-R-plugin2) which uses
2007 Jul 23
2
doubt about options(graphics.record=T)
Hi all, I've been using R under WindowsXP. So, where the R stores the graphic archives (don't saved) if I use the option options(graphics.record=T) inside of Rprofile.site file? Regards, -- /////\\\\\/////\\\\\/////\\\\\/////\\\\\ Jose Claudio Faria Brasil/Bahia/UESC/DCET Estatistica Experimental/Prof. Titular joseclaudio.faria em terra.com.br joseclaudio.faria em
2010 Apr 21
2
Help: formatting the result of 'cut' function
Dear list, I would like to format the result of the 'cut' function to perform a subsequent frequency distribution table (fdt) suitable for publications. Below an reproducible example: set.seed(1) x <- c(rnorm(1e3, mean=10, sd=1), 50, 100) start <- 0 end <- 110 h <-10 c1 <- cut(x, br=seq(start, end, h), right=TRUE) levels(c1) # I get: # [1] "(0,10]"
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??
2005 Sep 12
1
Help with a more flexible funtion for multiple comparisio n of means
Jose - Before implementing SNK and Duncan's, you may want to be aware of some criticisms of these methods: >From Hsu (1996), "Newman-Keuls multiple range test is not a confident inequalities method and cannot be recommended." "Duncan's multiple range test is not a confident inequalities method and cannot be recommended either. In the words of Tukey (1991),
2005 Nov 06
1
R (2.2.0), R-DCOM and Delphi
In response to a few private e-mails, here a summary of using Delphi, R-DCOM and R 2.2.0 1) As Earl Glynn noted ( http://finzi.psych.upenn.edu/R/Rhelp02a/archive/50705.html ), there were a few paths specific to my installation in http://www.menne-biomed.de/download/RDComDelphi.zip leading to path errors on compilation. Hopefully, this has been corrected in the new zip file. 2) Always check if
2015 Jul 19
3
update.packages(checkBuilt=TRUE, ask=FALSE): possible bug
Hello, > version _ platform x86_64-w64-mingw32 arch x86_64 os mingw32 system x86_64, mingw32 status Patched major 3 minor 2.1 year 2015 month 07 day 16 svn rev 68681 language R version.string R version 3.2.1 Patched (2015-07-16 r68681) nickname World-Famous Astronaut I
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}}
2010 Jun 10
1
Help with Tinn-R
I have just installed the latest versions of R and Tinn-R (running Windows XP prof.) R 2.11.0 Tinn-R version 2.3.5.2 Everything seems fine, except for the following: I usually do this: Open Tinn-R and click on the R icon to open R - this splits the screen into two parts horiozontally, with Tinn-R on top and R in the bottom window. My problem is simply this: By highlighting one line, and click the
2015 Jul 29
2
update.packages(checkBuilt=TRUE, ask=FALSE): possible bug
On 7/19/2015 3:50 AM, peter dalgaard wrote: >> For some, but not allI repositories I get the error message below: >> >Error in install.packages(update[instlib == l, "Package"], l, contriburl = >> >contriburl, : >> > specifying 'contriburl' or 'available' requires a single type, not type = >> >"both" >> >
2005 Aug 04
4
An small suggestion for the R team
Hi all, I would like to suggest that all R functions/etc like: codes-deprecated grid-internal ns-alt ns-dblcolon ns-hooks ns-internals ns-lowlev ns-reflect.Rd tools-internal ts-defunct utils-deprecated utils-internal ... and another i.e, function/word separate for '-' were all substituted by codes_deprecated grid_internal ns_alt
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
2008 Oct 03
1
Tinn-R explorer used to be my friend
I have upgraded everything lately 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",