Skip to content

Commit

Permalink
use_package("htmltools")
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jul 31, 2020
1 parent c2eb209 commit a9fbf49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Expand Up @@ -13,3 +13,5 @@ Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
htmltools
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -81,3 +81,11 @@ To move the files where they need to be, run:
```sh
npm run build
```

### Create html_dependency_applause()

Now we turn to building out the R package. First we depend on the [htmltools] package.

```r
use_package("htmltools")
```

0 comments on commit a9fbf49

Please sign in to comment.