Skip to content

Fix incorrect name in scale_discrete documentation #4583

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

Closed
wants to merge 4 commits into from

Conversation

michaelgrund
Copy link
Contributor

@michaelgrund michaelgrund commented Aug 12, 2021

The filename of scale-discrete.r contains a hyphen right before the .r ending which results e.g. in broken references in several other functions.

As I misunderstood how the generation of the documentation works, here's now an adjusted PR which fixes an incorrect name in scale_discrete.Rd.

The wrong name results in broken links which currently appear when referencing to scale_x_discrete() e.g. from scale_continous.

michaelgrund and others added 4 commits August 12, 2021 15:38
The filename of ``scale-discrete.r`` contains a hyphen right before the *.r ending (``scale-discrete**-.**r``)which results e.g. in broken references in several other functions.
@michaelgrund michaelgrund changed the title Fix typo in filename of scale-discrete.r Fix incorrect scale_discrete documentation name Aug 24, 2021
@michaelgrund michaelgrund changed the title Fix incorrect scale_discrete documentation name Fix incorrect name in scale_discrete documentation Aug 24, 2021
@yutannihilation
Copy link
Member

Thanks for this attempt! This is a bug on pkgdown's side. Should be fixed by #4543

@michaelgrund michaelgrund deleted the patch-1 branch September 8, 2021 07:49
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

Successfully merging this pull request may close these issues.

2 participants