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
In order to ensure quality and consistency in our documentation, it would be beneficial to establish some guidelines when contributing code or functions to our products. By doing so, we can empower code contributors to contribute effectively.
This should be included in the contributor guidelines - example. This file is mass-propagated from the r.pkg.template therefore it should not be a repo-specific. If you want to make any changes - please push it there and ask IDR to help with mass-propagation.
Summary
In order to ensure quality and consistency in our documentation, it would be beneficial to establish some guidelines when contributing code or functions to our products. By doing so, we can empower code contributors to contribute effectively.
Related with findings in insightsengineering/teal.widgets#148 (comment)
Several examples of guidelines
import
andimportFrom
statements in thepackage.R
file instead of in each function file.@example
section.\dontrun{}
, the example should still be runnable interactively.import
,importFrom
, or::
when writing functions.Tasks
The text was updated successfully, but these errors were encountered: