-
-
Notifications
You must be signed in to change notification settings - Fork 3
Pre-release activities (prepare for CRAN release) #176
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
Merged
Merged
Changes from all commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
05f4deb
chore: update to roxygen2 7.3.1
averissimo 7765c0b
examples ::: R/call_utils.R
averissimo 5597d36
[skip actions] Roxygen Man Pages Auto Update
dependabot-preview[bot] 2a826a6
examples ::: R/data_extract_filter_module.R
averissimo 0e17987
examples ::: R/data_extract_module.R
averissimo c32ae42
examples ::: R/data_extract_select_module.R
averissimo ccfeee6
examples ::: R/data_extract_single_module.R
averissimo 5cc3a76
examples ::: R/filter_spec.R
averissimo 29acabf
examples ::: R/get_dplyr_call.R
averissimo 7bbc7e8
examples ::: R/merge_datasets.R
averissimo 84ec4c9
examples ::: R/resolve.R
averissimo 015b726
keywords internal are last and have empty line after
averissimo de7c16c
Make sure all teal.* mentions are lower-cased and quoted
averissimo dd7e97d
update installation instructions
averissimo f433a4e
lint: correct long line
averissimo 52eb3e5
[skip actions] Roxygen Man Pages Auto Update
dependabot-preview[bot] 206c14e
remove dontrun sections on examples
averissimo c5e475e
no old Rd tags - partial
averissimo b4959ac
no old Rd tags - partial
averissimo ddd13ad
files 1-2/30: Title case, return params, full stop params/descr/detai…
averissimo 697c23a
files 3-5/30: Title case, return params, full stop params/descr/detai…
averissimo 5daa54d
files 6-9/30: Title case, return params, full stop params/descr/detai…
averissimo bcd8c70
files 10-18/30: Title case, return params, full stop params/descr/det…
averissimo d414a32
files 19-23/30: Title case, return params, full stop params/descr/det…
averissimo ce04c69
files 24-30/30: Title case, return params, full stop params/descr/det…
averissimo a97d7c1
idr: adds the CRAN Package Release Template
averissimo eedf61f
Remove prefixes from data calls rADRS, rADTTE, etc... (just like {tea…
averissimo e1ac439
removing pacakge:: call from example and fixing example.
kartikeyakirar 34baa11
Removes `return` call if it is the last expression (#177)
averissimo 54ee1a9
Merge branch 'main' into 178_pre-release-cleanup@main
averissimo 373c613
remove release file as it was propagated to
averissimo df71ed5
Merge branch 'main' into 178_pre-release-cleanup@main
averissimo ba42e7b
removing internal functions' examples (#184)
kartikeyakirar aff0f35
revert export of resolve
averissimo eb66137
Merge branch 'main' into 178_pre-release-cleanup@main
averissimo 39568f8
Reverting internal function's example (#187)
kartikeyakirar 38e237c
restore `@examples` for resolve
averissimo 31ae8b8
Merge branch 'main' into 178_pre-release-cleanup@main
averissimo cba2255
backticks on site and adds --as-cran to project settings
averissimo 18727eb
Update README.md
averissimo a651500
adding cran badges and updated text (consistent with other packages)
kartikeyakirar 3604ebc
Merge branch '178_pre-release-cleanup@main' of https://github.com/ins…
kartikeyakirar 9edc428
revert to use pkg prefix for rAD** calls (see #142)
averissimo 3ec9d7b
remove unused test functions
averissimo 61fb099
Apply suggestions from @kartikeyakirar
averissimo 6f14fbc
[skip actions] Roxygen Man Pages Auto Update
dependabot-preview[bot] 0a348aa
adds `@doctype` to Queue
averissimo f20642a
Change Self to `self`
averissimo 6accb86
Fixing vignettes (#183)
kartikeyakirar 2b4ce50
Merge 6accb86356a37f16102bf33d80debc87c75de5b9 into f7ee2bc1f507e3dcd…
averissimo 87e68a9
[skip actions] Restyle files
github-actions[bot] 7a18606
docs: fix title of long function
averissimo b1c0bcd
Apply suggestions from code review
averissimo 31908a3
[skip actions] Roxygen Man Pages Auto Update
dependabot-preview[bot] d54ed7f
change from comma to 'or' in param allowed types
averissimo 5887a0b
adds tags and titles to functions
averissimo cfa88ff
shows title of function (described in common man page)
averissimo 3dac547
Update R/utils.R
averissimo 0e52645
correct return
averissimo ce1ab3d
Backtick teal on site descriptions
averissimo 81e3375
docs: corrects problem with backticks starting on desc
averissimo 4a1d42c
spelling: revert to 'reactive manner' instead of reactively
averissimo f2d64a4
Convert "# nolint" to specific rule exception (#178)
averissimo 8296b88
minor changes. (#197)
kartikeyakirar 2d43e8e
[skip actions] Roxygen Man Pages Auto Update
dependabot-preview[bot] cbb8f38
Apply suggestions from code review
averissimo ba56460
[skip actions] Roxygen Man Pages Auto Update
dependabot-preview[bot] 0b7de57
Replace remainder noRd
averissimo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,5 +1,6 @@ | ||
| linters: linters_with_defaults( | ||
| line_length_linter = line_length_linter(120), | ||
| cyclocomp_linter = NULL, | ||
| object_usage_linter = NULL | ||
| object_usage_linter = NULL, | ||
| object_name_linter = object_name_linter(styles = c("snake_case", "symbols"), regexes = c(ANL = "^ANL_?[0-9]*$", ADaM = "^r?AD[A-Z]{2,3}_?[0-9]*$")) | ||
| ) |
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.