Displaying 20 results from an estimated 40000 matches similar to: "Debugging a program written in the R language"
2002 Jan 07
3
ESS with Xemacs? [vs. Emacs, slightly off topic]
I decided to try out Xemacs instead of Emacs in Linux (RH 7.2).
After doing lots of configuration of Xemacs, I finally discovered
a major problem.
With Emacs, when I use R, I start Emacs twice (at least), in
different viewports, once as
emacs -f R
and once as
emacs myfile.R
Then I try commands in the first one, and, when they work (which
isn't very often), I cut the command with C-w,
2009 Aug 21
4
Where to put source code?
I'm trying to move from Matlab to R, and I'm stuck even getting
started. This sounds to me like the dumbest question in the world
but... how does one put R source code in files? Over the last three
days I've gone front to back through the Introduction to R and the R
Language Definition, and while I'm excited that the language is so
Lispish, none of what I read described how to
2012 Feb 01
5
Mac markdown editor that saves as .txt
Hi all,
I'm a newer user of markdown & MultiMarkdown, and I'm looking for the
perfect setup of software for my Mac and my Android phone. I'd like to
have my drafts editable from both.
What I want is an attractive Mac app for writing (primarily blog posts and
emails) that saves its files as .txt . Most of them save as .md or
.markdown instead, and since there doesn't seem to
2011 Oct 20
6
maybe a year ago, but not today
sherwood said:
> If agreement is reached, then the group
> looks at variants 6,7,8,9 and inquires
> if they would like to join in this effort.
well, that kind of leveraged consensus would have
been the way to go about this process a year ago.
but not today.
> Has anyone collected a would-be canonical list
> of either the ambiguous cases in original MD,
>
2011 Aug 30
5
Wine 1.3.26 no output from linux console to windows console
I have some problems with wineconsole.
2.6.39-gentoo-r3 #1 MSD 2011 x86_64 Intel(R) Xeon(TM) CPU 2.80GHz GenuineIntel GNU/Linux, KDE 4.
Wine 1.3.26,
KDE 4.6,
Xorg 1.10.2
1. No output from linux console to cmd
wineconsole cmd
dir - gives the correct output from the current directory
uptime : empty output, though the program is found and started
uptimenonexistent : File not found
ls -l :
2011 Nov 14
1
Problem with edit()
Since installing R 2.14.0 on my Mac (a Mac Pro running 10.6.8) an issue has arisen when using the vi editor in conjunction with the edit() command. More specifically, commented lines disappear from edited functions when using [functionname.R] <- edit().
That is, if you have created a function called “test.func” as such:
function ()
{
# This is a test
ex _ 4
duh <- seq(1, 10)
fuh
2006 Nov 03
1
How to convert an existing package?
Dears,
how could I convert an existing package to be able to modify it?
Let s say, if I want to change the way how the results of the package are
display (to see the oroginal code of the code).
Thanks
[[alternative HTML version deleted]]
2007 Dec 09
3
editor under MAC system
Dear R-user;
I recently switched from PC to MAC. Is there a compatible editor as
Win-editor with package RWinEdit for MAC?
Thanks
Yihsu Chen
[[alternative HTML version deleted]]
2008 Sep 17
3
unix-type commandline keystrokes in the windows RGUI
Hi all,
I am generally quite fond of the unix commandline keystrokes (e.g. searching
back in your history with [CTRL]-R, and cutting/pasting with [CTRL]-K/Y)
which work in the R commandline in *nix. Does anyone know if there's any
way to get similar functionality in the Windows RGUI?
I know that as of now, [CTRL]-A and -E do the same as unix (beginning and
end of line) and [CTRL]-Y does a
2011 Mar 20
2
Convert Sweave document to a function
I like Sweave, which I consider to be a great contribution. I have just
written a .Rnw document that comes to about 6 pages of mixed code and
mathematical explanation. Now I want to turn the R code into a function. My
R code currently contains statements like N<-1000 and theta<- pi/10. In the
next version of the document, I want N and theta to be parameters of a
function, so that they can be
2006 May 12
9
Version control for deployment?
If I can get root access, I''ll use version control for deployment as
well... It beats ftp and scp hands down for speed. Setting up a
repository on a remote server means I get automatic off-site backup as
part of the development cycle, and deployment/site update is as simple
as a three word command line entry. Small changes on remote test sites
can be made with Vim (or your *nix
2006 Mar 09
15
open source editor
does anyone know of a good place to find an open source / freeware text
editor?
--
Posted via http://www.ruby-forum.com/.
2005 Nov 03
4
shared-mime-info (PR#8278)
Full_Name: Vaidotas Zemlys
Version: 2.1.1
OS: Ubuntu 05.10
Submission from: (NULL) (213.197.173.50)
Hi,
This is really a feature request, not a bug. I wrote the mail to R-devel,
but nobody answered it.
I use Gnome on my computer and sometimes I use its default text editor
gedit. It uses gtksourceview library for syntax highlighting. I
decided that it would be nice if gedit supported R
2013 Oct 05
3
trying to compile R in win 7 (with Rtools)
hello all,
I am trying to compile the R in Win7
and compiles one small part
but the script don't move from the 'base' directory to 'stats'
I installed the Rtools likee administrator
and call the terminal (MS-DOS) like administrator too.
if somebody can tell me any tips, I thank in advanced
cleber
#############################################
File LOG
2011 Jul 27
1
can you see the present?
here's a little present for y'all...
> http://jaguarps.com/tools/jaguar-editor-727.png
that's a screenshot of my latest project...
i've slapped a little text-editor in front of
my e-book conversion routines, so that
the feedback loop becomes much tighter,
goosing the learning process considerably.
no more mystery about whether it's right;
if it looks correct in the
2011 Jul 07
6
writing tools that use light-markup
let's talk about writing tools that use markdown
(or more broadly, another form of light-markup)...
to begin with, there is the markdown "dingus"...
from a demo perspective, it has been _fantastic_.
it has provided interested observers a quick idea
about the simplicity and the power of markdown.
as a writing tool, it's a bit clunky; it will work, yes,
but i'd doubt many
2005 May 26
1
PAN: Need Help for Multiple Imputation Package
Hello all. I am trying to run PAN, multilevel
multiple imputation program, in R to impute missing
data in a longitudinal dataset. I could successfully
run the multiple imputation when I only imputed one
variable. However, when I tried to impute a
time-varying covariate as well as a response variable,
I received an error message, “Error: subscript out of
bounds.” Can anyone tell if my commands
2018 Jun 07
2
Matching ConstantFPSDNode tablegen
I'm trying to match a ConstantFPSDNode == 0 in dag pattern for tablegen but
am having some issues.
So LLVM doesn't seem to accept a floating point constant literal match like:
%v = call <4 x float> @foo(i32 15, float %s, float 0.0, <8 x i32> %rsrc, <4
x i32> %samp, i1 0, i32 0, i32 0)
ret <4 x float> %v
def : XXXPat<(v4f32 (int_foo i32:$mask, f32:$s, 0,
2011 Nov 22
1
markdown and vim
Am I the only person who uses Markdown somewhat intensively and uses
the Vim editor? I'm surprised that-- unless I'm missing it-- there is
only one markdown "mode" for vim, and it is broken in all sorts of
ways (most seriously, anything in square brackets other than a link
breaks the syntax highlighting in a bad way, and it can't handle
"text_like this text"). Emacs
2009 Feb 26
2
Desktop app for viewing Markdown files
Is there a file/document browser that render and display Markdown
files? (for the Mac)
jem