Skip to content

Commit

Permalink
Add missing roxygenize step (ramnathv#370)
Browse files Browse the repository at this point in the history
* Add missing roxygenize step

* Remove setwd, it's done automatically now
  • Loading branch information
jcheng5 authored May 23, 2020
1 parent bb2874c commit 6fcc4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/develop_intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ This method is highly recommended as it ensures that you get started with the ri

```r
devtools::create("mywidget") # create package using devtools
setwd("mywidget") # navigate to package dir
htmlwidgets::scaffoldWidget("mywidget") # create widget scaffolding
devtools::document() # roxygenize, so NAMESPACE is updated
devtools::install() # install the package so we can try it
```

Expand Down

0 comments on commit 6fcc4b0

Please sign in to comment.