Quality control in rhino apps? #512
Unanswered
shahronak47
asked this question in
Q&A
Replies: 2 comments
-
As Rhino applications are, by design, not R packages, the standard checks do not apply here. Instead, a set of functions is available to ensure the quality of the application:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Old post but I stumbled too it due to the use of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have recently started using
rhino
for my shiny apps and it looks interesting. Previously, I used to structure my apps in a package format mostly usinggolem
. What it did provide me wasdevtools::check()
,devtools::document()
anddevtools::test()
. This gives me additional confidence on the code that I have written and produces documentation.How can I achieve the same with Rhino framework?
Beta Was this translation helpful? Give feedback.
All reactions