Skip to content

address roxygen2 "unavailable topic" warnings #924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 13, 2023
Merged

Conversation

simonpcouch
Copy link
Contributor

@hfrick pointed out we were seeing:

==> devtools::document(roclets = c('rd', 'collate', 'namespace'))

ℹ Updating parsnip documentation
ℹ Loading parsnip
Warning: [TEMPLATE:0] @details refers to unavailable topic rlang::`topic-quosure`
Warning: [TEMPLATE:0] @details refers to unavailable topic rlang::`!!`
Warning: [TEMPLATE:0] @details refers to unavailable topic rlang::`topic-quosure`
Warning: [TEMPLATE:0] @details refers to unavailable topic rlang::`!!`
Warning: [TEMPLATE:0] @details refers to unavailable topic rlang::`topic-quosure`
Warning: [TEMPLATE:0] @details refers to unavailable topic rlang::`!!`

following #918. Turns out we don't need to backtick here!

> roxygen2:::find_topic_in_package("rlang", "`!!`")
[1] NA
> roxygen2:::find_topic_in_package("rlang", "!!")
[1] "injection-operator"

@simonpcouch simonpcouch merged commit b9d9b0b into main Mar 13, 2023
@simonpcouch simonpcouch deleted the unavailable-topic branch March 13, 2023 20:10
@github-actions
Copy link

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants