We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From Kurt:
GauPro D2MCS DoubleML poems
we get Rd files containing *********************************************************** \if{html}{\out{ <details open><summary>Inherited methods</summary> <ul> </ul> </details> }} *********************************************************** apparently from c("\\if{html}{\\out{", details, "<ul>", sprintf( paste0( "<li>", "<span class=\"pkg-link\" data-pkg=\"%s\" data-topic=\"%s\" data-id=\"%s\">", "<a href='../../%s/html/%s.html#method-%s-%s'><code>%s::%s$%s()</code></a>", "</span>", "</li>" ), super_meth$package, super_meth$classname, super_meth$name, super_meth$package, super_meth$classname, super_meth$classname, super_meth$name, super_meth$package, super_meth$classname, super_meth$name ), "</ul>", "</details>", "}}" ) in rd-r6.R when super_meth is empty? Not sure whether this is a problem in the packages? Btw, the current CRAN versions have
we get Rd files containing
*********************************************************** \if{html}{\out{ <details open><summary>Inherited methods</summary> <ul> </ul> </details> }} ***********************************************************
apparently from
c("\\if{html}{\\out{", details, "<ul>", sprintf( paste0( "<li>", "<span class=\"pkg-link\" data-pkg=\"%s\" data-topic=\"%s\" data-id=\"%s\">", "<a href='../../%s/html/%s.html#method-%s-%s'><code>%s::%s$%s()</code></a>", "</span>", "</li>" ), super_meth$package, super_meth$classname, super_meth$name, super_meth$package, super_meth$classname, super_meth$classname, super_meth$name, super_meth$package, super_meth$classname, super_meth$name ), "</ul>", "</details>", "}}" )
in rd-r6.R when super_meth is empty? Not sure whether this is a problem in the packages? Btw, the current CRAN versions have
@gaborcsardi would you mind taking a look?
The text was updated successfully, but these errors were encountered:
Reprex in poems, in GenericModel.Rd.
GenericModel.Rd
Sorry, something went wrong.
Only show inherited methods if they exist
764c1d5
Fixes #1371
Don't list inherited methods if there aren't any (#1387)
dd713e7
gaborcsardi
Successfully merging a pull request may close this issue.
From Kurt:
@gaborcsardi would you mind taking a look?
The text was updated successfully, but these errors were encountered: