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

remove duplicated authors #1333

Merged
merged 3 commits into from
Apr 20, 2022
Merged

remove duplicated authors #1333

merged 3 commits into from
Apr 20, 2022

Conversation

DanChaltiel
Copy link
Contributor

As requested in #1269, here is a PR to remove duplicated authors.

Learned a lot about R6 objects in the process, this was quite fun 😀

May I also suggest tweaking format_collapse() so that you can change the collapsing string? I think a single \n would be nicer in format.rd_section_author(). (I can make another PR for this one)

Copy link
Member

@hadley hadley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this!

Could you please also re-document (to update NAMESPACE) and add a bullet to the top of NEWS.md? It should briefly describe the change and end with (@yourname, #issuenumber).

R/rd-author.R Outdated
@@ -0,0 +1,7 @@

#' @export
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given how simple this is, I think you could could keep it in rd-markdown.R

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree this is quite simple, but rd-markdown.R has such homogenous content I felt bad to blemish it with this one.
Besides, all merge.xxx() functions belong in a specific rd-xxx.R file.
Are you sure you want me to put it in rd-markdown.R?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes 😄

@hadley hadley merged commit cab1639 into r-lib:main Apr 20, 2022
@hadley
Copy link
Member

hadley commented Apr 20, 2022

Thanks!

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