Skip to content
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

Function link broken #1713

Open
elong0527 opened this issue Dec 1, 2021 · 1 comment
Open

Function link broken #1713

elong0527 opened this issue Dec 1, 2021 · 1 comment

Comments

@elong0527
Copy link

The link to rlang function is broken.

For example, expr() jump to https://rlang.r-lib.org/reference/nse-defuse.html instead of https://rlang.r-lib.org/reference/expr.html in lines below.

`expr()` returns an expression, an object that captures the structure of the code without evaluating it (i.e. running it). If you have an expression, you can evaluate it with `base::eval()`:

@maelle
Copy link

maelle commented Jan 13, 2022

Same issue with enexpr that links to https://dplyr.tidyverse.org/reference/tidyeval-compat.html that links to a non-existing rlang reference page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants