Displaying 20 results from an estimated 9000 matches similar to: ""wizard" for building R-packages..."
2000 Nov 02
2
RSPerl...
Duncan -
(but sent to R-devel, for any other thoughts?)
How do you envision RSPerl being used? Without having seen the
details, I can think of playing with strings; is there a preferred
incantation for stringification of R objects (serialization)?
(actually, the main problem I'm having is that I know how I want to code
something like:
Robject <-
2000 Sep 04
1
quitting iESS[R] (R in ESS)
One thing that has driven me batty to no end is the fact that ESS
doesn't handle R's "exit" well. Any thoughts as to the default? I'm
thinking of something like:
current: do what currently is done
C-u Y C-c C-q : quit and save workspace
C-u N C-c C-q : quit and don't save workspace.
Comments?
best,
-tony
--
A.J. Rossini Rsrch. Asst.
2000 Dec 11
2
row.names, rownames; colnames, no col.names?
There's a bit of a symmetry issue, which may or may not be important
(led to 15 seconds of confusion until I got my bearings straight):
row.names, rownames; colnames, no col.names?
I _NOW_ realize the difference between row.names and rownames, but
is there any reason not to have col.names for re-naming columns in a
data.frame?
(if there is, I don't particular need to know it, but it
2000 Nov 02
1
how to extract directory with HTML version of help pages?
Is there a simple way to determine at run-time the directory with HTML
version of help pages?
(to see where I'm heading here, if you've got w3 installed under
(X)Emacs on Unix _or_ a Microsoft OS, do
w3-find-file
and load
$(R_HOME)/library/html/whateverfunction.html
It's slightly nicer than the standard ESS text-help.
best,
-tony
--
A.J. Rossini Rsrch. Asst.
2000 Nov 01
1
Re: desiderata for data manipulation
> From: rossini@blindglobe.net (A.J. Rossini)
> Date: 01 Nov 2000 07:47:21 -0800
[...]
> Thanks for the pointer to stack/unstack -- now, having been reminded,
> I think I'd seen these float through on the list (still doesn't solve
> the missing modeling routines (parametric GLMMs, some of the
> econometrics stuff -- does R _easily_ do 3SLS?), but they'll appear
>
2000 Dec 06
1
Changes in R 1.2.0 devel?
After installing nlme_3.1-7.tar.gz under the latest R (1.2.0, via
anonymous CVS), I'm unable to get it to work, i.e.:
rossini 94 > /usr/local/bin/R
R : Copyright 2000, The R Development Core Team
Version 1.2.0 Under development (unstable) (2000-12-06)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type
2000 Dec 08
0
LME and cat()
(please keep sebastian cc'd)
Doug -
we are managing to trigger, both on R 1.1.1 and R 1.2.0 (proper
versions of NLME), the following:
> warnings(model1)
Warning message:
Singular precision matrix in level -1, block 1 Error in cat(list(...), file, sep, fill, labels, append) :
argument 2 not yet handled by cat
>
suggesting either an "inappropriate" use of cat(), or a
2000 Dec 19
1
Re: ESS for R
>>>>> "BR" == B Rowlingson <B.Rowlingson at lancaster.ac.uk> writes:
>> Could you check and see if the variable is global or
>> buffer-local? ("C-h v ess-dump-filename-template" should do
>> it).
BR> ess-dump-filename-template's value is "rowlings.%s.S" Local in
BR> buffer *S+5*; global value is
2002 Apr 22
2
could we add an argument to suppress printing of levels for print.factor()?
could we add an argument to suppress printing of levels for
print.factor()? i.e.:
print.factor <-
function (x, quote = FALSE, print.levels = TRUE, ...) ## MODIFIED
{
if (length(x) <= 0)
cat("factor(0)\n")
else print(as.character(x), quote = quote, ...)
if (print.levels) { ## ADDED
cat("Levels:
2000 Aug 11
0
Emacs Speaks Statistics (ESS) BOF at JSM
>
> Date: Fri, 11 Aug 2000 15:34:01 -0400
> From: Rodney Sparapani <rodney at stat.duke.edu>
> Subject: Emacs Speaks Statistics (ESS) BOF at JSM
>
> Statisticians:
>
> For those of you going to the JSM in Indy next week, we are having an
> Emacs Speaks Statistics (ESS) BOF Monday, August 14th, 5:30 at the Hyatt
> in Salon A. Please bring along your comments,
2000 Aug 28
2
smp in Linux
Hello,
I checked mail list archives and this topic came up before in March '99
(about ability of R to multithread).
At that time rossini at biostat.washington.edu (Tom Rossini)
suggested to check his web page in a few month as it was on
his list to-do. I checked but the web page is not valid.
I wanted to know if in general progress has been made in the area,
or if it is planned.
I was also
2000 Nov 10
1
Executing an R function from Java.
Is anyone aware of a mechanism by which I could
execute an R function from within java (say
a servlet).
thanks
Richard Piper
--
Intensive Care Unit, RNS Hospital, Sydney.
Phone: 612-9926-8656 or 8617
FAX: 612-9439-8418
Page: 612-9962-4936
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2000 Nov 13
1
Python and R
I've been doing some prototype simulations in Python, and my plan at
first was to pass the results off to R, but now I would like to make
more of an integrated use of the R routines. I'm curious about the
use of libR.so, but I'm uncertain, still after having looked through
the documentation 'Embedding R in Other Applications' and 'Writing R
extensions' how I can
2005 Jan 07
4
Any plans for commenting out region via something like " /* */ "?
Greetings from Switzerland!
Are there any plans/initiatives/considerations in future versions of R
for commenting out regions via something like " /* */ "?
(I've got an application for which something like that would be
useful; if not, there are less simple solutions).
best,
-tony
"Commit early,commit often, and commit in a repository from which we can easily
roll-back
2003 Jan 21
1
bayesian text classification...
for Spam.
In the process of setting up a more effective spam filtering system, I
just noticed that bogofilter, which implements extensions of the (a?)
"Naive Bayes" text classification approach, will dump out R data
frames; the man page suggests how to "integrate" it with R for
verification. (sort of, that is).
Anyway, for those of you looking for silly and perhaps
2001 Nov 29
1
installing packages from CRAN, is this approach stupid?
In order to quickly install lots ("all") of CRAN packages on a nice
new machine here, I did the following:
install.packages(CRAN.packages()[,1])
1. Is this sensible (other than the obvious, "who needs everything"?)
2. Should this be made easier to do (added as a possible option)?
best,
-tony
--
A.J. Rossini Rsrch. Asst. Prof. of Biostatistics
U. of Washington
2002 Jun 26
0
AW: sapply() and Monte Carlo
What about "Rtips" at http://lark.cc.ukans.edu/~pauljohn/R/statsRus.html ?
Regards,
Heinrich.
> -----Urspr?ngliche Nachricht-----
> Von: rossini at blindglobe.net [mailto:rossini at blindglobe.net]
> Gesendet: Mittwoch, 26. Juni 2002 14:48
> An: r.hankin at auckland.ac.nz
> Cc: r-help at stat.math.ethz.ch
> Betreff: Re: [R] sapply() and Monte Carlo
>
>
>
2001 Jan 18
1
ESS Default function template for R
Colleagues
----------------------------------
System info:
R version rw1020 on NT
ESS using emacs ver. 20.4
~/.emacs
; Default function template
(setq ess-insert-function-templates t)
----------------------------------
When loading a new function into the R workspace using ctrl-CD I would
like the default function template to come up, rather than a blank buffer. I
thought I had the Default
2000 Sep 20
2
Image analysis in R?
As far as I can tell, there are no facilities in the "base" R for image
analysis. Is there any extension or package for R that implements
image analysis? I'm thinking of features such as
o Reading and writing image files,
o displaying indexed or "true color" images,
o resizing, cropping, etc, of images,
o filters for manipulating images (smoothing, edge detection, etc)
o
2000 Dec 14
1
How do I track a segfault?
Dear R users,
I have to catch a nasty bug and would appreciate any advice or help!
I get a segfault (core dumped) that happens in one of my own functions.
The problem is, it
does not happen most of the time, only sometimes, so it's very hard to
reproduce. Or it may
run ok in interactive mode, but bug out in batch mode. Also, it tends to
happen more on
the slower of my 2 machines (PII 266),