How to Make a R Package from Scratch using RStudio

Learn to make a R package

Creating your first R package from scratch can look really daunting at first. The modern toolkits like RStudio IDE and devtools R package make it a lot easier to get started and create a new R package. Recently came across the second edition of R Packages book by Hadley Wickham and Jenny Bryan and it… Continue reading How to Make a R Package from Scratch using RStudio