Assignment #10: Building Your Own R Package

 


The Friedman package is a practice package I used to understand how to build my own R package. It helped me learn how to make an R package, document it, and edit its files. This package is mainly for getting comfortable with creating and organizing packages. I included a simple function called hello() that prints a greeting message. I chose the fields in the DESCRIPTION file to make the package description more detailed and easier to understand. For example, I included my name, the R version it runs on, and a short description explaining its purpose.

Comments

Popular posts from this blog

Assignment #8: Input/Output, String Manipulation, and the plyr Package

Assignment #5: Matrix Algebra in R

Assignment #11: Debugging and Defensive Programming in R