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

S4 (@slot implementation) #85

Closed
wants to merge 3 commits into from
Closed

Conversation

tobias-verbeke
Copy link

implemented the changes discussed initially in
#34
and for which a new ticket has been created here
#84

items <- str_c("\\item{", names, "}{", x$values, "}", collapse = "\n\n")
str_c("\\section{Slots}\n\n",
"\\itemize{\n",
items <- str_c("\\item{\\code{", names, "}:}{", x$values, "}", collapse = "\n\n")
Copy link
Member

Choose a reason for hiding this comment

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

I don't think you need a colon here - that's a formatting decision that should be left to the renderer of the Rd file.

Copy link
Author

Choose a reason for hiding this comment

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

fully agree - I was religiously mimicking the mle-class.Rd style

@hadley
Copy link
Member

hadley commented Nov 4, 2013

Could you please squash and add a line to NEWS?

@hadley hadley mentioned this pull request Nov 4, 2013
@hadley hadley closed this in 4084e1e Nov 14, 2013
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.

None yet

3 participants