-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
part of insightsengineering/nestdevs-tasks#48 - [x] Review and update: - README.md (check example code) - NEWS.md - [x] Run urlchecker::url_check() to identify broken links and fix - [x] Review functions: - @example tag, make sure it runs, fix if otherwise - Make sure functions has @return tag to document the return value - no \dontrun tag, replace with if(interactive()) if needed - [x] Sanity check of all vignettes, make sure there is no typo, no wrong format, etc. - [x] Run R CMD check --as-cran make sure everything pass - [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] You have checked the Package Release Template https://github.com/insightsengineering/teal.reporter/pull/205/files - [x] Make sure there are no ::: in examples - [x] Make sure all teal.* mentions are lower-cased and quoted - [x] Make Sure inst/WORDLIST is minimalized - [x] Make sure non-exported functions do not have examples - [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 old rd syntax - [x] switch from title case into sentence case for title and descriotion of functions. --------- Signed-off-by: kartikeya kirar <[email protected]> Signed-off-by: Aleksander Chlebowski <[email protected]> Signed-off-by: Vedha Viyash <[email protected]> Signed-off-by: Marcin <[email protected]> Signed-off-by: André Veríssimo <[email protected]> Co-authored-by: Dawid Kałędkowski <[email protected]> Co-authored-by: Aleksander Chlebowski <[email protected]> Co-authored-by: go_gonzo <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Aleksander Chlebowski <[email protected]> Co-authored-by: André Veríssimo <[email protected]> Co-authored-by: Chendi Liao <[email protected]> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Dony Unardi <[email protected]> Co-authored-by: vedhav <[email protected]> Co-authored-by: Vedha Viyash <[email protected]> Co-authored-by: Marcin <[email protected]>
- Loading branch information
1 parent
db0a420
commit 053b650
Showing
143 changed files
with
2,559 additions
and
2,170 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
linters: linters_with_defaults( | ||
line_length_linter = line_length_linter(120), | ||
cyclocomp_linter = NULL, | ||
object_usage_linter = NULL, | ||
indentation_linter = NULL | ||
object_usage_linter = NULL | ||
) |
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
Oops, something went wrong.