Displaying 13 results from an estimated 13 matches for "rsparapa".
2004 Nov 11
3
R "sumo" package suggestion
...2002--2004
test2 <- packageStatus()$avail["Status"]
install.packages(row.names(test2)[which(test2$Status=="not installed")])
}
----------
Rodney Sparapani Medical College of Wisconsin
Sr. Biostatistician Patient Care & Outcomes Research
rsparapa at mcw.edu http://www.mcw.edu/pcor
Was 'Name That Tune' rigged? WWLD -- What Would Lombardi Do
2004 Apr 28
1
(PR#6815): build fails for foreign with Sun Forte
...lem must be somewhere in the configure process. After make
install, then use the original source as follows and everything should work:
R CMD INSTALL foreign_0.6-6.tar.gz
Rodney Sparapani Medical College of Wisconsin
Sr. Biostatistician Patient Care & Outcomes Research
rsparapa@mcw.edu http://www.mcw.edu/pcor
Was 'Name That Tune' rigged? WWLD -- What Would Lombardi Do
2014 Feb 27
1
R and LANGUAGE
Diverted from ESS-help.
It is really about R's LANGUAGE, locales and
then a wish for sessionInfo() :
>>>>> Sparapani, Rodney <rsparapa at mcw.edu>
>>>>> on Thu, 20 Feb 2014 19:39:33 +0000 writes:
>> Just guessing: perhaps this is something that is set when
>> R is initialized and not queried every time something is
>> printed?
>>
>> Kasper
> Hi Kaspe...
2008 Jul 12
1
[ESS] Process SAS is not running... error on Ubuntu
It does appear the ess package on CRAN for Ubuntu 8.04 fails to
install the file 'ess-sas-sh-command'. This prevents invoking SAS
via 'M-x SAS'.
http://cran.mirrors.hoobly.com/bin/linux/ubuntu/README.html
--Dale
On Fri, Jul 11, 2008 at 12:39 PM, Rodney Sparapani <rsparapa at mcw.edu> wrote:
> Dale Steele wrote:
>>
>> I re-installed from Hardy packages on CRAN. Same error occurs. Still
>> can't seem to find 'ess-sas-sh-command' file, ie. not in directory
>> listing below. Any further hints? Thanks. --Dale
>>
>&g...
2004 Apr 23
2
make fails with Sun Forte compiler (PR#6815)
Full_Name: rodney sparapani
Version: 1.9.0
OS: Solaris 9
Submission from: (NULL) (141.106.120.97)
I'm following the instructions for the Sun Forte compiler. I had success with
1.8.1 so I think the compiler settings are correct (config.site):
CC="cc -xarch=v8plusa"
CFLAGS="-xO5 -xlibmil -dalign"
F77="f95 -xarch=v8plusa"
FFLAGS="-xO5
2002 Aug 07
1
ESS assigns .Last.value to the wrong place in R
...g these lines. The most prominent example is options() which is
> used for manipulating .Options (see also the R FAQ): this is currently
> visible to the user but it really should not.
>
> Let me discuss our strategy re .Last.value with some r-core members.
Also, Rodney Sparapani <rsparapa@post.its.mcw.edu> suggested:
> I may be in way over my head here. But, I think there is a 4th solution.
> Have ESS save .Last.value as some other variable in .GlobalEnv like
> .Last.value.saved. That way .Last.value would not be hidden, and it could
> still be retreived if someone...
2001 Apr 11
1
g77 FFLAGS?
...pointer. This is checked
during the configuration process.
I'm not an avid FORTRAN user. Can someone tell me what these FFLAGS
might be for g77? Thanks.
--
Rodney Sparapani Medical College of Wisconsin
Sr. Biostatistician Patient Care & Outcomes Research (PCOR)
rsparapa at mcw.edu 8701 Watertown Plank Rd., Rm. H2775
(414) 456-8786 (FAX: 6689) PO Box 26509, Milwaukee, WI 53226-0509
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010411/23a4e3b3/attachment.html
2004 Sep 26
2
Sweave: superfluous newline (`\\') in tex file
...| a \vspace command.
`----
Is there a way to suppress the extra newline `\\' without editing
the Rnw file? I couldn't find anything in the archives
describing this problem.
TIA,
Patrick
Versions:
Thorsten's noweb-mode (PRERELEASE). RCS: $Id: noweb-mode.el,v 1.14 2002/06/20 21:52:06 rsparapa Exp $
Emacs : GNU Emacs 21.3.50.6 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2004-09-07 on trurl
Package: ess-mode 5.2.3
R : Copyright 2004, The R Foundation for Statistical Computing
Version 1.9.1 alpha (2004-06-07), ISBN 3-900051-00-3
--
"I'm all in favor of keeping dang...
2005 Mar 03
5
ESS
Hi all,
I am running R 2.0.1 under Windows XP in German. I configured my path as
follows:
C:\Programme\R\rw2001\bin;C:\Programme\xemacs-packages\lib-src\;C:\Programme\XEmacs-21.4.13\i586-pc-win32
I can not start R proccess or ESS from within XEmacs. What is going wrong?
I can not start S. M-x S gives "no matching"
How can I configure XEmacs for STATA 8?
Thanks for your help.
M
2005 Apr 18
0
ESS 5.2.7 released
...donations are also more than welcome.
Authors
=======
* A.J. Rossini (mailto:blindglobe@gmail.com)
* Richard M. Heiberger (mailto:rmh@temple.edu)
* Kurt Hornik (mailto:Kurt.Hornik@R-project.org)
* Martin Maechler (mailto:maechler@stat.math.ethz.ch)
* Rodney A. Sparapani (mailto:rsparapa@mcw.edu)
* Stephen Eglen (mailto:stephen@gnu.org)
License
=======
ESS is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2, or (at your option) any later
version.
ESS...
2006 Jun 20
0
Successfully building 2.3.1 with Sun One Studio 8 on Solaris 9 (SPARC)
I had a hard time building 1.9.1 with the Sun One Studio
on Solaris (SPARC) almost 2 years ago. I filed a bug report,
but I can't seem to find it right now. For 2.3.1, I discovered
that the same problems remain. Here are the tricks that
resolved them for me if anyone is interested.
#1. /usr/lib/cpp will give you nothing, but headaches.
Fortunately, the Solaris Software Companion CD (SSCC)
2009 Sep 29
0
build issues on Solaris (PR#13975)
Full_Name: Rodney Sparapani
Version: 2.9.2
OS: Solaris 10
Submission from: (NULL) (141.106.121.40)
There are a few issues with building on Solaris (and UNIX in general, I
suppose).
1. on line 50686 of configure, I'm seeing some trouble:
lib=`echo ${lib}|sed -e s:${JAVA_HOME}:\$\{JAVA_HOME\}:g`
Evidently, $lib contains colons which will confuse sed, so you can work around
this like:
2012 Apr 11
0
R Programming Workshops with Bill Venables, June 18-19 at MU in Milwaukee, WI
The Milwaukee Chapter of the ASA (MILWASA) in cooperation
with The Medical College of Wisconsin,
Marquette University,
The Children's Research Institute,
The Clinical and Translational Science Institute (CTSI)
and Quantitative Health Sciences
are proud to announce
R Programming Workshops with Bill Venables
Senior Statistician with CSIRO