Displaying 20 results from an estimated 8000 matches similar to: "Editor alternative"
2000 Sep 12
0
Alternative to Notepad
My earlier message was not as clear as it could have been. I already have
Emacs for my NT system, but prefer not to use it or vi. It is really a
case of not needing a sledgehammer to swat a gnat. The advantage of
EditPadPro (for me anyway) is that it has a footprint of 1MB including
helpfiles, whereas the versions of Emacs I've seen for NT require about
30MB of disk space to store.
2000 Apr 26
1
Writing lgrindefs
Dear all,
I'm writing a lgrind definition for R. Lgrind is a program to produce
pretty program listings for inclusion in LaTeX documents. Does anybody
here have any experience with lgrindefs?
My definition now looks like this:
R:\
:pb=^\d?\p\d<-\dfunction\(\a\):\
:bb={:be=}:cb=\d#:ce=$sb=":se=\e":lb=':le=\e':id=.:\
:zb=@:ze=@:tb=%%:te=%%:mb=%\$:me=\$%:vb=%\|:ve=\|%:\
2000 Apr 26
1
Writing lgrindefs
Dear all,
I'm writing a lgrind definition for R. Lgrind is a program to produce
pretty program listings for inclusion in LaTeX documents. Does anybody
here have any experience with lgrindefs?
My definition now looks like this:
R:\
:pb=^\d?\p\d<-\dfunction\(\a\):\
:bb={:be=}:cb=\d#:ce=$sb=":se=\e":lb=':le=\e':id=.:\
:zb=@:ze=@:tb=%%:te=%%:mb=%\$:me=\$%:vb=%\|:ve=\|%:\
2001 May 29
5
Scripting capabilities for R
I'm in the final week of teaching a course to beginners using R and
S-Plus. Since I forbade the students from using the "point-and-click"
interface in S-Plus, they've become reasonably proficient at using the
command line in both programs.
Students really like the speed and ease-of-use of R for the vast majority
of their projects. I think they'd switch to R completely
2003 Oct 02
8
r editors
Hi ,
I am programming on a windows system and have problems
using notepad which is my main editor.Each time I try
to open the editor from the R IDE, R crashes.
So I always have to copy my codes from notepad and
paste in R to run them.
CAn someone tell me if I am doing anything wrong or is
there a better editor(freeware) which I could get.
thanks
cilver
=====
=====================
Sylvie B.
2000 Dec 20
7
R Newsletter: 1st Call for Articles
Hi,
Kurt Hornik and I will start to publish a quarterly electronic
``R Newsletter''
beginning with January 2001 (if all goes well). The idea is to have a
mixture of articles describing
1) new features in R itself
2) contributed add-on packages
3) nice applications
4) more general statistical computing issues related to R
5) or ...
OK, now comes my christmas wish to you: If you are
2006 Mar 10
6
Linux editor like WinEdt?
Hi to all,
I initiate in R - Linux and I've some problems to find an editor with R
interface as like RWinEdt for WinEdt.
Anyone know one?
Thanks in advance for your kind cooperation.
Best regards
Atenciosamente
Ana Patricia Martins
-------------------------------------------
Serviço Métodos Estatísticos
Departamento de Metodologia Estatística
Telef: 218 426 100 - Ext: 3210
2006 Oct 18
7
Latex editor recommendations
This question is not oriented towards R, but is posted here because I
have the impression that there are at least some Latex users among the
contributors. The question is: What editors for Latex are to be
recommended? I have located one:
http://www.latexeditor.org/
What other alternatives are there? I am (for the most part) using
Windows XP.
Tom
2003 Mar 24
9
Scripting with an external editor
I've had time to return to the "external editor" project. The following
function does almost what I want, which is to allow an external editor to
feed command lines to R.
ext.editor<-function(editor) {
ext.input<-pipe(editor,"r")
eval(parse(ext.input))
close(ext.input)
}
While the description of parse() indicates that it should parse input line by
line, the
2004 Jul 07
6
text editor for R
Hi,
What is the best text editor for programming in R? I am using JEdit as the
text editor, however, it does not have anything specific for R. It will be
nice to have a developing environment where the keywords are highlighted,
plus some other debugging functions.
Yi-Xiong
[[alternative HTML version deleted]]
2000 Oct 17
3
Cleaning things up?
Hi,
I know it must be written somewhere but I can't find it.
I'd like to remove all variables or objects that I've created but not the
functions. I look at a few things without success. Is there a R way of doing
this? There are to many to create a manual list.
Thanks in advance.
Yves Gauvreau
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help
2000 Apr 06
1
RODBC
Hi,
I've installed the RODBC library, R1.000, NT 4.0. When I try to load it here
is what I get:
library(RODBC)
Warning message:
Package `RODBC' contains no R code in: library(RODBC)
channel <- odbcConnect("PubsDSN", "sa", "password") # userId and password
Error: couldn't find function "odbcConnect"
Does anyone can shed some ligth on this
2000 Jul 28
4
gremlin in rep()
the following occurred inadvertently and brought R-1.1.0 down
rep(1:3, c(4,2,-6))
Segmentation Fault (core dumped)
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 1.0
year 2000
month June
day 15
language R
2001 Dec 26
1
ESS 5.1.19 w/Xemacs 21.4.6
Probably wrong group for this, but a quick question. I've just switched
from emacs to Xemacs. In reinstalling ESS 5.1.19 I keep getting the
following error when loading Xemacs:
"Error in init file: Symbol's function definition is void: w32-using-nt"
I've debugged the ess-site.el file, which is where the error originates
from. The line causing the difficulty is:
2004 Apr 07
2
Re: [R-gui] Editor in R
S??ren H??jsgaard wrote:
> Dear all,
> I have used R (Windows) for teaching statistics to agronomists and biologists - and they love R!! Yet there is one immediate short coming of R: The lack of an integrated editor. A plain editor (e.g. similar to notepad in windows) in which people can write their code, highlight the piece of code they wish to "submit" and then press a single
2001 Nov 30
4
Script editor for R on Linux
Hi all,
Could you point me to a script editor in Linux that will allow me to a
somewhat easy pasting of section(s) of an R script or function into
R for execution? Something like WinEdt+RWinEdt macro in R for
Windows?
(My time is a bit pressed. I haven't succeeded in my attempts to
install ESS for XEmacs. No doubt due to my confusion and lack of
competence. I am abandoning it for the
2003 Oct 08
1
winedt or another editor for linux
Have got anybody experience using winedt and R in Linux
- perhaps with wine
Or exist another editor with the ability
to parse r code into R in Linux,
because k-edit etc. using only syntax-highlithing ???
many thanks, christian
[[alternative HTML version deleted]]
2001 Aug 02
1
Package GSS for interpolation in more than 2D?
Dear all,
There has been some time since I asked about interpolation in higher (>2)
dimensions, and I must admit I failed to write a function to do this
myself the last time, but eventually ended up doing it in MATLAB. I tried
to translate the MATLAB code, but MATLAB code is so much more opaque than
R (S) code, so I failed that too, mainly because I could only get one
MATLAB session, I would
2000 May 02
16
R Documentation(s)
Dear all,
I am interested by the various messages sent to the r-help mailing list
these last few days about documentation on R. Yet, there are a lot of
issues actually open on this topic, and it is not clear to me what is the
"urgent need for documentation" on R.
R comes with the 'Introduction to R' by Venables et al. I recommend the
colleagues and students in my lab who are
2010 May 22
1
RWinEdt
I have installed RWinEdt but when I try to load it, I get the message :
Error in normalizePath(path) :
path[1]="C:\Users\yves\AppData\Roaming\WinEdt/R.ini": The specified file cannot be found.
I have the problem with R 2.11.0 and R 2.10.1, since I have re-installed WinEdt.
Yves
[[alternative HTML version deleted]]