Skip to content

Commit

Permalink
Explain vignettes issues
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Dec 9, 2024
1 parent 28b3654 commit ee5c569
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ package on CRAN today (2024-12-07), with a website, and a name starting with
You need:

* the {dverse} package,
* each package in the toy 'admiralverse',
* each package in the toy 'admiralverse,
* {dplyr} to manipulate the output of {dverse}, and
* {DT} to create a searchable table.

Expand Down Expand Up @@ -121,6 +121,17 @@ vignettes |>
datatable(escape = FALSE)
```

#### Don't you see what you expect?

* This works with vignettes but not articles, so usethis::use_vignette() not
usethis::use_article().

* When you install the packages in your universe ensure to install the vignettes.
Vignettes install by default when you install your packages from CRAN with
`install.packages()` or pak::pak(). But if you install them from source with
devtools::install() or remotes::install_github(), then you need `build_vignettes
= TRUE`.

### Datasets

You may also want to search for datasets.
Expand Down

0 comments on commit ee5c569

Please sign in to comment.