I have written some functions in R
using S4 classes.
Now I want to build an R
package out of these functions.
How should I proceed? Is there anything that I should do differently because I have used S4 classes?
I have written some functions in R
using S4 classes.
Now I want to build an R
package out of these functions.
How should I proceed? Is there anything that I should do differently because I have used S4 classes?
Consult the following reference material:
?package.skeleton
and ?create
in devtools
.useR!2010
on package development.