Skip to content

Links to functions reexported from other packages #134

@krlmlr

Description

@krlmlr

Should point to the original function?

# Observed
downlit::href_topic("install_github", "devtools")
#> [1] "https://devtools.r-lib.org/reference/remote-reexports.html"

# Desired?
downlit::href_topic("install_github", "remotes")
#> [1] "https://remotes.r-lib.org/reference/install_github.html"

# Perhaps with referrer?
downlit::href_topic("install_github", "remotes")
#> [1] "https://remotes.r-lib.org/reference/install_github.html?ref=https://devtools.r-lib.org/reference/remote-reexports.html"

Created on 2022-03-23 by the reprex package (v2.0.1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions