Steven McKinney wrote:
> Hi Seth,
>
> Thanks for the info - actually one of the things
> I like about getMethods is seeing the function
> internals
Yes, that's why showMethods() has the option includeDefs=TRUE to include
the definitions. There are other options to look at multiple functions
or
John Chambers <[EMAIL PROTECTED]> writes:
> Yes, that's why showMethods() has the option includeDefs=TRUE to
> include the definitions. There are other options to look at multiple
> functions or specific classes. Look at ?showMethods
A feature request: it would be useful in the context of attemp
Seth Falcon wrote:
> John Chambers <[EMAIL PROTECTED]> writes:
>
>> Yes, that's why showMethods() has the option includeDefs=TRUE to
>> include the definitions. There are other options to look at multiple
>> functions or specific classes. Look at ?showMethods
>>
>
> A feature request: it
Many thanks for help on this. Using Hin-Tak's (offline) suggestion, I
was able to get Rmpi to compile on R 2.4.0 by manually linking the
offending code using a different shared library (which didn't seem to be
picked up with any of the command-line arguments), and then
re-installing the usual way.
Full_Name: Daniel E. Platt
Version: 2.4.0
OS: AIX 5.3
Submission from: (NULL) (129.34.20.23)
Did a new build of gcc c,c++,gfortran v4.1.1, (re)built R 2.3.1 using
config.site as spec'd in R-admin.pdf in sec C.9 as described by Jagat Sheth,
with addition of FC=gfortran (configure tried using f95,
Full_Name: Russell V. Lenth
Version: 2.3.1
OS: Windows XP Pro
Submission from: (NULL) (128.255.132.188)
I wrote a simple .BAT file to run the Sweave function on a file (via RTerm),
then run pdflatex on the result (after RTerm exits). The issue is that if an
error condition occurs in RTerm, it is
I have an XP batch file that runs sweave and figures out whether to proceed
by comparing the file dates on the .Rnw and .tex files (and also on the
.tex and .pdf files). It will be included in the next version of the
batchfiles project:
http://cran.r-project.org/contrib/extra/batchfiles/
hope