-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Initialize the package #1
Conversation
Code Coverage Summary
Results for commit: 0b2a818 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 2 suites 0s ⏱️ Results for commit 0b2a818. ♻️ This comment has been updated with latest results. |
How does it work? Do I understand correctly that at https://shinylive.io/r/app/ there is simple server which decodes an URI |
That's right. It's quite simple. That's why I thought we can easily integrate it to the docs |
I'm a little bit puzzled by what |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I also used this material from roxygen2 to understand what's going on with the code:
https://roxygen2.r-lib.org/articles/extending.html
No description provided.