Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion R/markdown-link.R
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ resolve_link_package <- function(topic, me = NULL, pkgdir = NULL, state = NULL)
"Once {.val {topic}} is documented, this warning goes away."),
"i" = "Make sure that the name of the topic is spelled correctly.",
"i" = "Always list the linked package as a dependency.",
"i" = "Alternatively, you can fully qualify the link with a package name."
"i" = "Alternatively, you can fully qualify the link with a package name.",
"i" = if (grepl("%", topic, fixed = TRUE)) "Note that links to operator help pages (with '%') in markdown are not supported."
))

NA_character_
Expand Down
Loading