-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
208 CRAN requirements for the first submission [skip vbump] #209
Conversation
Tagging @chlebowa @gogonzo and @donyunardi to let you know that internal manual pages will not be accepted on CRAN as they use |
Code Coverage Summary
Diff against main
Results for commit: 23a3a45 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
We will use this PR to track CRAN feedback/update/release and GH release based on our release process steps. So I will:
We probably need to block any PR to main during this time. |
Since we are removing the .Rd files for internal/unexported objects, should we be more consistent by adding the For example: teal.reporter/R/DownloadModule.R Lines 155 to 156 in 55e890a
If so, perhaps we should make it consistent throughout all teal packages? |
Please remove examples where
In this PR I see some examples were changed from |
Hey @gogonzo the change from For non-exported functions I will only delete examples and will bring back manual pages (without examples) so |
…ngineering/teal.reporter into 208_cran_comments@main
…ngineering/teal.reporter into 208_cran_comments@main
Hey, just moved examples do |
@donyunardi would you like to take care of a resubmission to CRAN? |
Resubmitted to CRAN as 0.2.1. |
Resubmitted again to CRAN as 0.2.1. after we received #208 (comment) |
Create and push v0.2.1-rc2 tag. |
teal.reporter is now in CRAN: |
After package was released on CRAN #209 #208 I would recommend using CRAN as the main point for our packages installation. r-universe can be the source for the development version. This also aims to update readme, as listed in here insightsengineering/coredev-tasks#462 TODO: gif on the usage of shiny app with teal.reporter module --------- Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> Co-authored-by: Dony Unardi <donyunardi@gmail.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Closes #208 Closes #201
:::
from documentation - this required toteal.reporter:::ReportCard
toteal.reporter::ReportCard
as this is exported objectteal.reporter:::Report
toteal.reporter::Report
as this is exported object$append_content()
method examples as they usedteal.reporter:::NewpageBlock
which is unexportedArchiver
,ContentBlock
,FileArchiver
,FileBlock
,JSONArchiver
,NewpageBlock
,PictureBlock
,RcodeBlock
,Renderer
R/
directory in the source code of classes