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

Rd enhancement: Add file in which roxygen found the source comments #290

Closed
tbates opened this issue Oct 7, 2014 · 2 comments · Fixed by #291
Closed

Rd enhancement: Add file in which roxygen found the source comments #290

tbates opened this issue Oct 7, 2014 · 2 comments · Fixed by #291

Comments

@tbates
Copy link
Contributor

tbates commented Oct 7, 2014

Roxy says things like this at the top of Rd files she generates

% Generated by roxygen2 (4.0.0.99): do not edit by hand

It would be helpful if this read

% Generated by roxygen2 (4.0.0.99): do not edit by hand
% instead, edit roxygen comments in file whereIcameFrom.R

I ask because in a big package it's hard to see where people have put the roxygen comments

@hadley
Copy link
Member

hadley commented Oct 7, 2014

I did want to do this, but unfortunately it's infeasible with the current design of roxygen2.

@krlmlr
Copy link
Member

krlmlr commented Oct 8, 2014

@hadley: #291 works for me so far, would you like to take a look?

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 a pull request may close this issue.

3 participants