Displaying 4 results from an estimated 4 matches for "bio271".
Did you mean:
bio2
2009 Oct 23
3
How to make R packages?
I found the following document on making R packages. But it is old.
I'm wondering if there is more current ones and hopefully more
complete ones.
http://biosun1.harvard.edu/courses/individual/bio271/lectures/L6/Rpkg.pdf
2004 Dec 28
4
Developing R classes
...d there is 2 ways to write classes, using S3 ou S4 models. And it seems that S4 is the best model, so I thing I should use this one.
I´m new user of R and I´m searched on the net some information about creating new classes. I found this document:
http://www.biostat.harvard.edu/courses/individual/bio271/lectures/L11/S4Objects.pdf
If someone knows some docs about creating our own classes, could please, post its url at here ?
More one question... It seems that some documents about S can be applyed to R. How do you know if you can use this documentation using R ? I´m asking this because some stufs...
2004 Feb 25
0
books:
...t771-1/slides/wk2-4.pdf">Bates</a> |
<a href="http://www.maths.lth.se/help/R/">Bengtsson</a> |
<a href="http://cm.bell-labs.com/cm/ms/departments/sia/Sbook/">Chambers</a> |
<a href="http://biosun1.harvard.edu/courses/individual/bio271/">Gentleman</a>
|
<a href="http://faculty.washington.edu/tlumley/Rcourse/objects.pdf">Lumley</a> |
<a href="http://maths.newcastle.edu.au/~rking/R/devel/03a/0969.html">Symth</a>
---
Date: Wed, 25 Feb 2004 12:42:13 -0800
From: Vadi...
2009 Mar 01
0
R package.skeleton
...o do this
> package.skeleton("ohri")
Creating directories ...
Creating DESCRIPTION ...
Creating Read-and-delete-me ...
Saving functions and data ...
Making help files ...
Done.
I am referring to this document for creating R packages now
http://biosun1.harvard.edu/courses/individual/bio271/lectures/L6/Rpkg.pdf
Could you please let me know how to create the package.
Regards,
Ajay
On Sun, Mar 1, 2009 at 10:54 PM, Ajay ohri <ohri2007@gmail.com> wrote:
> Dear List,
> I am trying to create a R package and having some issues with setting the
> path on a Windows XP .
&g...