Preparations for the release#340
Conversation
Unit Tests Summary 1 files 193 suites 1m 22s ⏱️ Results for commit a4aef8d. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit 8922dcd ♻️ This comment has been updated with latest results. |
Code Coverage SummaryDiff against mainResults for commit: a4aef8d Minimum allowed coverage is ♻️ This comment has been updated with latest results |
| #' @param wald_test (`data.frame`)\cr wald test object object from `aod::wald.test()` | ||
| #' | ||
| #' @return a data frame containing the wald test results. | ||
| #' @keywords internal |
There was a problem hiding this comment.
Please avoid making updates based on opinionated ways of documenting functions. I like having help files.
There was a problem hiding this comment.
Noted, I will not remove internal help pages.
I removed the help page because CRAN requests to have examples and document values too for the internal help pages.
Internal help pages are not listed on the index but users can reach them if they want. I will simply fill in the section with NULL.
| #' @param ... passed to `prop.test(...)` | ||
| #' | ||
| #' @return ARD data frame | ||
| #' @keywords internal |
There was a problem hiding this comment.
Noted, I will not remove internal help pages.
I removed the help page because CRAN requests to have examples and document values too for the internal help pages.
Internal help pages are not listed on the index but users can reach them if they want. I will simply fill in the sections with NULL.
This PR have some preparations for the release (related to #339)
What changes are proposed in this pull request?
devtools::check_doc_fields().The check resulted on deleting the help pages of the packages (but keep the roxygen2 documentation) and adding some fields on the deprecated.Rd file.
Provide more detail here as needed.
Reference GitHub issue associated with pull request. e.g., 'closes #'
Pre-review Checklist (if item does not apply, mark is as complete)
usethis::pr_merge_main()ard_*()function was added, it passes the ARD structural checks fromcards::check_ard_structure().ard_*()function was added,set_cli_abort_call()has been set.ard_*()function was added and it depends on another package (such as,broom),is_pkg_installed("broom")has been set in the function call and the following added to the roxygen comments:@examplesIf do.call(asNamespace("cardx")$is_pkg_installed, list(pkg = "broom""))devtools::test_coverage()Reviewer Checklist (if item does not apply, mark is as complete)
devtools::test_coverage()When the branch is ready to be merged:
NEWS.mdwith the changes from this pull request under the heading "# cardx (development version)". If there is an issue associated with the pull request, reference it in parentheses at the end update (seeNEWS.mdfor examples).