Skip to content
4 changes: 2 additions & 2 deletions pkg_building.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ If providing a graphical user interface (GUI) (such as a Shiny app), to facilita

The [`tabulizer` package](https://github.com/ropensci/tabulizer) e.g. has an interactive workflow to extract tables, but can also only extract coordinates so one can re-run things as a script. Besides, two examples of shiny apps that do code generation are <https://gdancik.shinyapps.io/shinyGEO/>, and <https://github.com/wallaceEcoMod/wallace/>.

### Input checking
### Input checking {#input-checking}

We recommend your package use a consistent method of your choice for [checking inputs](https://blog.r-hub.io/2022/03/10/input-checking/) -- either base R, an R package, or custom helpers.

### Packages wrapping web resources (API clients)
### Packages wrapping web resources (API clients) {#api-clients}

If your package accesses a web API or another web resource,

Expand Down
Loading