Skip to content

Denver R Users Group Meetup, 18 June 2015. A walk through on building R packages for personal and collaborative use.

Notifications You must be signed in to change notification settings

DenverRUG/2015-06-18-drug-r-pkg-talk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R Packages: How to create your own R package

Talk for the Denver R User Group, 18 June 2015.


Slides for my talk on creating R packages. The focus is on taking commonly used, user specific, code out of sourced R scripts and into a well documented R package.


To rebuild the slides you'll need to have the knitr package installed and then run the following in your terminal.

mkdir r-dev
R -e "devtools::with_libpaths('r-dev', devtools::install('mypackage/'))"
sh build.sh

About

Denver R Users Group Meetup, 18 June 2015. A walk through on building R packages for personal and collaborative use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 97.5%
  • Shell 2.5%