Skip to content

Commit b8537c8

Browse files
committed
Fix
Found the following Rd file(s) with Rd \link{} targets missing package anchors: errorist_init.Rd: searcher shims.Rd: searcher Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages.
1 parent 26952b9 commit b8537c8

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: errorist
22
Title: Automatically Search Errors or Warnings
3-
Version: 0.1.2
3+
Version: 0.1.3
44
Authors@R: c(
55
person("James", "Balamuta",
66
email = "[email protected]",
@@ -20,6 +20,6 @@ Suggests: testthat,
2020
rmarkdown
2121
License: GPL (>= 2)
2222
Encoding: UTF-8
23-
RoxygenNote: 7.2.3
23+
RoxygenNote: 7.3.2
2424
Roxygen: list(markdown = TRUE)
2525
VignetteBuilder: knitr

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# errorist 0.1.3
2+
3+
## Fixes
4+
5+
- Fixed a link inside an Rd file that was missing the package
6+
([#15](https://github.com/coatless-rpkg/errorist/issues/15))
7+
18
# errorist 0.1.2
29

310
## Fixes

R/handlers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ warning_handler = function(search_func =
147147
#' whether a new warning or error occurs and then triggers a search browser.
148148
#'
149149
#' @param error_search_func,warning_search_func
150-
#' The search function from [`searcher`] that should be called when
150+
#' The search function from [`searcher::searcher`] that should be called when
151151
#' an error or warning occurs. By default, searches are routed through
152152
#' [Google](https://www.google.com/).
153153
#'

man/errorist_init.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/shims.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)