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
When oxygenising the vignettes for the iSEE function in the package iSEEtree, the Usage section is not automatically rendered (online docs available here). Notably, this function is already defined and documented in the iSEE package, and in iSEEtree I am just creating a method for a new class. I tried inheriting the params with @inheritParams iSEE::iSEE. However, this threw the following error:
✖ In topic 'iSEE': @inheritParams failed.
ℹ All parameters are already documented; none remain to be inherited.
Am I doing something wrong? How can I report/inherit the original usage section of the iSEE function in the iSEEtree package?
Thank you for the great package!
The text was updated successfully, but these errors were encountered:
Hi!
When oxygenising the vignettes for the iSEE function in the package iSEEtree, the Usage section is not automatically rendered (online docs available here). Notably, this function is already defined and documented in the iSEE package, and in iSEEtree I am just creating a method for a new class. I tried inheriting the params with
@inheritParams iSEE::iSEE
. However, this threw the following error:Am I doing something wrong? How can I report/inherit the original usage section of the iSEE function in the iSEEtree package?
Thank you for the great package!
The text was updated successfully, but these errors were encountered: