top of page

R Programming Journal Module 10 - Wesley Huang

  • Writer: Wesley Huang
    Wesley Huang
  • Mar 30
  • 1 min read

In this assignment, I created the basic structure for an R package called Friedman using the devtools package. I initialized the package and then edited the DESCRIPTION file to include important information like the package name, version, author details, dependencies, and license. This helped me understand how R packages are organized and how metadata is used to describe a package.


I also ran functions to document, check, and build the package to make sure everything was set up correctly. The goal of this package is to eventually include simple tools for data cleaning, summarizing, and visualization, especially for beginner R users. After completing the setup, I uploaded the package to GitHub so it can be accessed and reviewed online.

 
 
 

Comments


bottom of page