Package Creation With R

Quick Tutorial How To Create An R Package

Gwang Jin Kim, PhD
1 min readOct 8, 2023

--

Photo by Kira auf der Heide on Unsplash

To quickly create a package in R,

1. Install and Load the devtools Package

install.packages("devtools")
library(devtools)

2. Create Your Package’s Directory

devtools::create(path =…

--

--

Gwang Jin Kim, PhD

Scientist, Developer and wanna be Entrepreneur. Curious to explore new stuff.