Displaying 20 results from an estimated 900 matches similar to: "NEdit Highligth patterns for R"
2002 Oct 10
0
Re: [R-gui] NEdit Highligth patterns for R
-----Forwarded Message-----
> From: Ernesto Jardim <ernesto at ipimar.pt>
> To: Agustin Lobo <alobo at ija.csic.es>
> Subject: Re: [R-gui] NEdit Highligth patterns for R
> Date: 10 Oct 2002 14:36:24 +0100
>
> Hi
>
> You have to install the *.pats file.
>
> Use
>
> nedit -import R-5.1.pats
>
> then "save defaults".
>
> If
2004 Feb 09
1
nedit syntax highlighting patterns for R?
I tried to install the syntax pattern file, R-5.1.pats (obtained from
www.nedit.org)
in version 5.3 of nedit, but it gives the following errors. Does
anyone have a
more up-to-date copy?
euclid: ~/nedit % nedit -import R-5.1.pats
NEdit: language mode must be specified in highlight pattern:
<==
NEdit: style name required in style specification:
Note:darkRed:Italic
<==
NEdit: expecting
2002 Oct 11
0
RE: [R-gui] NEdit Highligth patterns for R
Hi
I agree with your comments and of course you identifie the problems
regarding the implementation of your suggestions.
Of course we'd need bidireccional communication to implement it. I think
it's impossible to do it statically.
What I want with NEdit is a very ligth editor (which jedit is not) that
highlights the most important language syntax, so that It becomes easier
to write
2003 Sep 08
0
New highlighting for NEdit 5.3
Hi,
I've just put together a new R syntax highlighting file for Nedit 5.3.
I've borrow the "base" functions of Jedit (thanks to Tobias Elze and Zed
A. Shaw) so now NEdit highlights a little more than before :)
You can download the file here:
http://ernesto.freezope.org/cmf/starthere/r/R-5.3.pats
Just import it into NEdit with
> nedit -import R-5.3.pats
and save your
2001 Sep 24
0
syntax highlighting pattern for NEdit
Hi all,
I have just uploaded an R syntax highlighting pattern for NEdit -
for those that prefer Nedit over Emacs (like myself).
NEdit: http://www.nedit.org
R pattern: ftp://ftp.nedit.org/pub/contrib/highlighting/r.pats
Comments welcome!
Korbinian
--
Korbinian Strimmer http://users.ox.ac.uk/~strimmer
Dept. of Zoology, University of Oxford, South Parks Road, Oxford
2004 Apr 22
2
[Bug 851] some X11 prgs generate ``BadAtom (invalid Atom parameter)'' in X_GetProperty when using X11 forwarding
http://bugzilla.mindrot.org/show_bug.cgi?id=851
Summary: some X11 prgs generate ``BadAtom (invalid Atom
parameter)'' in X_GetProperty when using X11 forwarding
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
2007 Mar 03
1
My current directory is lost in a bash shell
This one puzzles me a lot:
[thba at vink layout]$ nc script/xw_functions.ample
NEdit: getcwd() fails: No such file or directory
NEdit: getcwd() fails: No such file or directory
[thba at vink layout]$ ll script/xw_functions.ample
-rw-rw-r-- 1 thba thba 16829 Oct 25 16:59 script/xw_functions.ample
[thba at vink layout]$ pwd
/home/thba/workarea/colibri/design/ana/layout
[thba at vink layout]$
2007 Oct 11
1
How can I obtain a boxed sweave output within Latex?
This question is about including code and R results in Latex trough
Sweave. It works fine and is of great help. Now may question is how to get
the code and the output computed by R within a frame in Latex.
Does any one have an idea on that. I tried \fbox, etc. but it seems to
have problems with the code chunk generation of Sweave and I ger errors.
I would appreciate any suggestion. I'll
2014 Sep 26
2
Text file encoding
I'm working with some people using apple laptops. When we share text
files (latex files), I reach in an encoding problem on our CentOS
laptops and desktops. In my favorite editor, "?" is "<8e>", "?" is
"<88>" etc...
Of course, I can change the encoding with iconv:
iconv -f MACINTOSH -t ISO8859-15 file.bib.mac >file.bib
iconv -f
2002 Jul 01
2
"_"
If I remember correctly, every time the dreaded "_" arises as an
assignment operator in polite emails, the advantage of last resort cited
in its defence is that it is only a single (albeit shifted) keystroke. I
can only speak for the excellent NEdit, but it is a trivial task to assign
some otherwise unloved key (my favorite is that funny accent at the left
of the digit row) to
2001 Nov 26
2
Named pipe connections and stdout
All,
I am trying to use a named pipe to steer R from an external application.
Following the examples in RNEWS 1:1, I have created a simple listener:
zz <- fifo("TESTFIFO", "r")
repeat
{
a <- readLines(zz)
if(length(a) != 0)
{
e <- try(eval(parse(text = a)))
if (inherits(e,
2008 Jul 27
2
Colors in Sweave
Hi list,
I was using Sweave and was wondering if anyone has had any luck changing the font colors of the code chunks. For instance, in my .Rnw preample I tried including:
===
\usepackage[usenames]{colors}
\definecolor{darkred}{rgb}{0.545,0,0}
\definecolor{midnightblue}{rgb}{0.098,0.098,0.439}
\DefineVerbatimEnvironment{Sinput}{Verbatim}{fontshape=sl,formatcom={\color{midnightblue}}}
2001 Dec 03
0
Summary on R script editor
Thanks for the advice, folks!
Shravan Vasishth <vasishth at ling.ohio-state.edu>
Try pico.
There's no substitute for/comparison with emacs, though, IMHO.
but just to be sure: you don't have to have ESS to use (x)emacs for
editing R scripts.
Sven Garbade <garbade at psy.uni-muenchen.de>
ESS can be installed via rpm on Mandrake.
baron at cattell.psych.upenn.edu (Jonathan
2009 Dec 04
0
[Bug 1682] New: verbose log message unclear when X11 forwarding denied
https://bugzilla.mindrot.org/show_bug.cgi?id=1682
Summary: verbose log message unclear when X11 forwarding denied
Product: Portable OpenSSH
Version: 5.3p1
Platform: All
OS/Version: NetBSD
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
2009 Mar 24
2
Properly labeling abline with text?
The result of the code shown below is posted at the following URL:
http://n2.nabble.com/Trying-to-properly-label-abline-td2524629.html
I would like to figure out a better way to label the horizontal abline.
I tried multiplying the text y position by a scale, but this didn't always put the text in a useful position. I guess I am curious if there is a preferred procedure for labeling the
2017 Dec 20
0
outlining (highlighting) pixels in ggplot2
Hi Eric,
you can use an annotate-layer, eg
ind<-which(sig>0,arr.ind = T)
ggplot(m1.melted, aes(x = Month, y = Site, fill = Concentration), autoscale
= FALSE, zmin = -1 * zmax1, zmax = zmax1) +
geom_tile() +
coord_equal() +
scale_fill_gradient2(low = "darkred",
mid = "white",
high = "darkblue",
2013 Apr 02
2
R Commander and FactoMineR
Dear Users,
I helped to install R Commander and FactoMineR to one of my collegaues.
He wanted to do an MCA. Selecting three variables and using the default settings results in only one graph, the variables representation, where he gets three points for the three variables (which is totally fine).
Running the code (output of the point-and-click method)
EuTop100.MCA<-EuTop100[,
2015 Sep 26
2
Hidden files problem in R CMD check
Dear Simon,
Thank you very much for your help, it did solve my problems!! Great!
I have googled COPYFILE_DISABLE and found the following site which does
explain the issue with tar on Mac OS X, see:
http://unix.stackexchange.com/questions/9665/create-tar-archive-of-a-directory-except-for-hidden-files
Instead of doing:
$tar czf xps_1.29.2.tar.gz xps
I did now:
$COPYFILE_DISABLE=1 tar czf
2017 Dec 20
2
outlining (highlighting) pixels in ggplot2
Using the small reproducible example below, I'd like to know if one can
somehow use the matrix "sig" (defined below) to add a black outline (with
lwd=2) to all pixels with a corresponding value of 1 in the matrix 'sig'?
So for example, in the ggplot2 plot below, the pixel located at [1,3] would
be outlined by a black square since the value at sig[1,3] == 1. This is my
first
2000 Jun 19
3
sshd does not exit after scp (hpux 11.00 / ssh 2.1.1p1)
Hello,
I have encountered a problem using ssh-2.1.1p1 on HP-UX 11.00:
Everything else seems to work but running scp results in processes staying open:
On the server there are 2 processes still running after copying a file: "scp -v
-t /tmp"
and one sshd. On the client also a ssh-process stays running until killing one
of
the processes manually...
The copying works fine however.