From 6d8ea40f2865bba64f0abd2e9f53d0af21d015d7 Mon Sep 17 00:00:00 2001 From: mpadge Date: Tue, 11 Mar 2025 12:35:49 +0100 Subject: [PATCH] add missing anchors to close #657 --- pkg_building.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg_building.Rmd b/pkg_building.Rmd index 021146ded..c5812cfeb 100644 --- a/pkg_building.Rmd +++ b/pkg_building.Rmd @@ -69,11 +69,11 @@ If providing graphical user interface (GUI) (such as a Shiny app), to facilitate 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/](https://gdancik.shinyapps.io/shinyGEO/), and [https://github.com/wallaceEcoMod/wallace/](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,