-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
624 PACKAGE LEVEL pre-release activities (#639)
Part of #624 * [x] Review and update README.md * [x] check example code * [x] add CRAN BADGES * [x] update installation guidelines * [x] add Getting Help Section * [x] Review and update DESCRIPTION * [x] Package `Title` is not duplicated in Package `Description` in DESCRIPTION file (e.g. this happens in teal.slice currently) * [x] All package names in `Title` and `Description` fields of DESCRIPTION file are quoted with `'` * [x] LICENSE file is not mentioned in License field and LICENSE is add to `.Rbuildignore` * [x] Run urlchecker::url_check() to identify broken links and fix * [x] Run R CMD check --as-cran make sure everything pass * [x] You have checked the Package Release Template https://github.com/insightsengineering/teal.reporter/pull/205/files * [x] Make sure all `teal.*` mentions are lower-cased and quoted * [x] Make Sure inst/WORDLIST is minimalized * [x] Make sure each link to our documentation hosted with pkgdown on github pages do not have `/main/` in the address but it has `/latest/` instead, so we always expose the documentation of the latest release and not what's currently on main branch but not yet released * [x] Remove exception in `.lintr: indentation_linter = NULL` * [x] `@noMd` (in favor of `Roxygen: list(markdown = TRUE)` in `DESCRIPTION`) --------- Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> Signed-off-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: André Veríssimo <211358+averissimo@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com> Signed-off-by: Vedha Viyash <49812166+vedhav@users.noreply.github.com> Co-authored-by: kartikeya kirar <kirar.kartikeya1@gmail.com> Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Co-authored-by: André Veríssimo <211358+averissimo@users.noreply.github.com> Co-authored-by: Vedha Viyash <49812166+vedhav@users.noreply.github.com> Co-authored-by: go_gonzo <dawid.kaledkowski@gmail.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: kartikeya <kartikeya.kirar@unicle.life> Co-authored-by: Aleksander Chlebowski <aleksander.chlebowski@contractors.roche.com> Co-authored-by: Dawid Kałędkowski <6959016+gogonzo@users.noreply.github.com>
- Loading branch information
1 parent
5357b8b
commit 5c2fb78
Showing
91 changed files
with
4,169 additions
and
3,665 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,39 @@ | ||
#' Random adverse events | ||
#' | ||
#' @description Random adverse events | ||
#' @docType data | ||
#' | ||
#' @usage rADAE | ||
#' | ||
#' @keywords datasets internal | ||
#' | ||
#' @source internal | ||
#' @name rADAE | ||
"rADAE" | ||
|
||
#' Random lab analysis | ||
#' | ||
#' @description Random lab analysis | ||
#' @docType data | ||
#' | ||
#' @usage rADLB | ||
#' | ||
#' @keywords datasets internal | ||
#' | ||
#' @source internal | ||
#' @name rADLB | ||
"rADLB" | ||
|
||
#' Random response | ||
#' | ||
#' @description Random response | ||
#' @docType data | ||
#' | ||
#' @usage rADRS | ||
#' | ||
#' @keywords datasets internal | ||
#' | ||
#' @source internal | ||
#' @name rADRS | ||
"rADRS" | ||
|
||
#' Random patient listing | ||
#' | ||
#' @description Random patient listing | ||
#' @docType data | ||
#' | ||
#' @usage rADSL | ||
#' | ||
#' @keywords datasets internal | ||
#' | ||
#' @source internal | ||
#' @name rADSL | ||
"rADSL" | ||
|
||
#' Random Time to Event Analysis Dataset | ||
#' | ||
#' @description Random Time to Event Analysis Dataset | ||
#' Random time to event analysis dataset | ||
#' @docType data | ||
#' | ||
#' @usage rADTTE | ||
#' | ||
#' @keywords datasets internal | ||
#' | ||
#' @source internal | ||
#' @name rADTTE | ||
"rADTTE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.