+ - 0:00:00
Notes for current slide
Notes for next slide

R Packages: Whole Game

2020-01-24

1 / 15

2 / 15

We're going to make a package right now

3 / 15

usethis::create_package("mbmisc2")

4 / 15

library(devtools)

library(usethis)

5 / 15

use_r("labs_wrap")

6 / 15

use_package("ggplot2")

use_package("tibble")

use_package("dplyr")

use_package("stringr")

7 / 15

🔨 Build

✔️ R CMD Check

8 / 15

Edit DESCRIPTION

9 / 15

use_mit_license("Your Name")

10 / 15

use_roxygen_md()

document()

11 / 15

🔨 Build

✔️ R CMD Check

12 / 15

use_test("labs_wrap")

test()

13 / 15

use_git()

use_github()

14 / 15

Resources

R Packages, 2nd Edition: The work-in-progress second edition of R Packages. Uses the most cutting edge tools to make your life easier. Free online.

R Packages, 1st Edition: The first edition of R Packages. Still very good! Free online.

15 / 15

2 / 15
Paused

Help

Keyboard shortcuts

, , Pg Up, k Go to previous slide
, , Pg Dn, Space, j Go to next slide
Home Go to first slide
End Go to last slide
Number + Return Go to specific slide
b / m / f Toggle blackout / mirrored / fullscreen mode
c Clone slideshow
p Toggle presenter mode
t Restart the presentation timer
?, h Toggle this help
Esc Back to slideshow