You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this topic belongs here and rather a comment than an issue. I was struggling to have a customized print of a tibble subclass "my_subclass" in a package using pillar.
If I understand correctly, the solution was to add these roxygen2 comments (and then devtools::document()):
I was just wondering if it might be worth to add such a comment to the docs, because I lost too much time with this. For further explanation you can also check out this dummy package that I made to test this and which helped me to find the solution (the R6 part there isn't relevant for this topic I think).
The text was updated successfully, but these errors were encountered:
Not sure if this topic belongs here and rather a comment than an issue. I was struggling to have a customized print of a tibble subclass
"my_subclass"
in a package using pillar.If I understand correctly, the solution was to add these roxygen2 comments (and then
devtools::document()
):for instance
I was just wondering if it might be worth to add such a comment to the docs, because I lost too much time with this. For further explanation you can also check out this dummy package that I made to test this and which helped me to find the solution (the R6 part there isn't relevant for this topic I think).
The text was updated successfully, but these errors were encountered: