Displaying 20 results from an estimated 2000 matches similar to: "WG: Tinn-R not working well with latest R"
2008 Feb 11
6
Tinn-R not working well with latest R
I recently installed R 2.6.2 and am getting errors on startup that relate to
svIDE being loaded by Tinn-R.
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Warning messages:
1: '\A' is an unrecognized escape in a character string
2: unrecognized escape removed from ";for Options\AutoIndent: 0=Off,
1=follow language scoping and 2=copy from previous line\n"
3: In
2007 Apr 30
2
A problem with svIDE in Tinn-R?
Hi R users:
I want to know if any one of you had
the problem with Tinn-R, when you
call the library svIDE on the new R 2.5.0,
(because in the old R 2.4.1 works with out
any problem).
I got this message:
> library(svIDE)
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Warning messages:
1: '\A' is an unrecognized escape in a character string
2: no se reconoce el valor
2008 May 19
1
svIDE and Tinn-R
Probably an old moon since evoqued one year ago in this link:
http://tolstoy.newcastle.edu.au/R/e2/help/07/04/15738.html
but I have recently re-installed Tinn-R with R 2.7.0 and forgot to insert
options(warn=-1)
library(svIDE)
...
options(warn=0)
in Rprofile.site... and could see that we have still the same warning
launching R:
Warning messages:
1: '\A' is an unrecognized escape in a
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 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
2008 May 26
1
SciViews and Tinn-R installation problem
Hello,
I have just installed R 2.7.0 and re-installed SciViews 0.8-9 and Tinn-R
1.19.4.7 and seem to have broken something along the way as follows.
I double-click on my current .RData file in the Windoze explorer, R
Console and Tinn-R load successfully (?).
I can list objects in my working directory with ls() but, when I attempt
to refresh any list in the R explorer tab of the Tools child
2007 Nov 27
3
R 2.6.1 & library(svIDE)
Hi all,
I have installed in R 2.6.1 the svIDE package (0.9-5), but I have a problem
when I load it.
> library(svIDE)
Warning messages:
1: '\A' is an unrecognized escape in a character string
2: unrecognized escape removed from ";for Options\AutoIndent: 0=Off,
1=follow language scoping and 2=copy from previous line\n"
3: In grep(paste("[{]TclEval ", topic,
2007 Apr 18
10
importing excel-file
Dear R-experts,
It is a quite stupid question but please help me. I am very confuced. I
am able to import normal txt ant mat-files to R but unable to import
.xls-file
I do not understand the online help. Can please anyone send me the
corresponding command lines? The .xls-file is attached. In my file we
use commas for the decimal format (example: 0,712), changes might be
needed.
Thanks, Corinna
2009 Nov 18
1
where can I download package svIO?
Hello,
today I upgraded R to 2.10 and Tinn-R to 2.3.3.1.
Tinn-R needs the package svIO, but it is not available anymore on the
package lists.
Every session I start R and chose the CRAN-Mirror I receive the following
warning:
Bitte einen CRAN Spiegel f?r diese Sitzung ausw?hlen ---
Warnmeldung:
In getDependencies(pkgs, dependencies, available, lib) :
package ?svIO? is not available
Lade
2006 Dec 22
5
substitute creates an object which prints incorrectly (PR#9427)
The function "substitute" seems to fail to make a genuine
substitution, although the printed verision seems fine. Here is an
example.
> m <- substitute(Y <- function(x) FUN(x+1),
+ list(Y = as.name("y"), FUN = as.name("sin")))
> m
y <- function(x) sin(x + 1)
> eval(m)
> y
function(x) FUN(x+1)
However the story doesn't end there. The
2007 Apr 23
0
WG: data frame
You can build the data frame with:
dat <- data.frame(Class=I("Id_TrT1"), Levels=I("1"), Values=I("2"))
new.info <- c(Class="Id_Geno", Levels="7" , Values="64208 64209 64210 64211 64212 64213 64214")
dat <- rbind(dat, new.info)
dat
new.info <- c(Class=" Id_Rep ", Levels="2" , Values="12")
2007 Jan 26
2
Using functions within functions (environment problems)
Hi everyone,
I've been having difficulty writing wrapper functions for some
functions where those same functions include other functions with
eval()
calls where the environment is specified. A very simple example using
function lmer from lme4:
lmerWrapper <- function(formula, data, family = gaussian, method =
c("REML",
"ML", "PQL", "Laplace",
2006 Apr 29
3
Writing responses to the R-Help list
A while back Gabor Grothendieck suggested that I try
http://news.gmane.org/gmane.comp.lang.r.general. This was after I asked how
to easily reply to posts on the listserve. Ideally I would like the
functionality that I find in Microsoft Outlook Express newsreader for usenet
groups or what I find in Google Groups.
I started using gmane about 3 weeks ago. I find it fantastic for searching
and for
2006 Apr 06
4
Reshaping genetic data from long to wide
Bottom Line Up Front: How does one reshape genetic data from long to wide?
I currently have a lot of data. About 180 individuals (some
probands/patients, some parents, rare siblings) and SNP data from 6000 loci
on each. The standard formats seem to be something along the lines of Famid,
pid, fatid, motid, affected, sex, locus1Allele1, locus1Allele2,
locus2Allele1, locus2Allele2, etc
In other
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
2005 Apr 06
1
using command line flags with TINN-R
This is a TINN-R editor question rather than an R question, but can
anyone tell me how to use command line flags with TINN-R. There is a
space to fill in the path to Rgui, and I have "C:\Program
Files\R\rw2001pat\bin\Rgui.exe". If I try to add a command line flag
after that, such as " --no-save" or " --max-mem-size" then TINN-R will
not open the application.
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
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:
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
2010 Apr 19
2
Tinn-R
Hello,
I want to use the free distribution of R (R REvolution 3.2) and Tinn-R
editor as well. Unfortunately they don't cooperate. In Tinn-R
commands: send selection, send line etc. don't work. Do you have any
idea how to resolve this problem?
Best,
Robert