-
-
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
169 wrapping up the long code in the Report #218
Merged
Merged
Changes from 11 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
6ebeb49
checking formatR and adding option to tidy options
007e574
updating news.md
0c5fdb1
fixing linter
26ea791
Merge 0c5fdb1db02de98bc2f09090d2aaac76d9fba092 into 4fa942ec6c8c72f46…
kartikeyakirar bf95d7e
[skip actions] Restyle files
github-actions[bot] 0e7758b
Empty-Commit
33625e5
removing news
2dd832b
updating news and fixing linter issue.
c82fbb8
Merge branch 'main' into 169_wrap_rcode@main
kartikeyakirar 2618a7f
fixing RMD check
69b6e7c
Merge branch '169_wrap_rcode@main' of https://github.com/insightsengi…
74cf1b9
exposing global_knitr parameter
79bd779
adding default options on functions efination.
a07f0f4
merge back from main
7bbb7f9
Merge a07f0f4224233e4dd3b5e3658ac60e68908b8693 into 4a2ee336480c9ff85…
kartikeyakirar 9ca057a
[skip actions] Restyle files
github-actions[bot] 8076344
setting teal.reporter.global_knitr.
684cfaa
Merge branch '169_wrap_rcode@main' of https://github.com/insightsengi…
d79df80
Merge 684cfaaba995cdec1fbcf81c6298f341b31a562e into 4a2ee336480c9ff85…
kartikeyakirar 7e0e03c
[skip actions] Restyle files
github-actions[bot] 7b06e93
Empty-Commit
a05d616
fixing lintr and added assertion on global_knitr
d379ddc
Removing the message from renderrmd and moving it onload()
5b0e811
adding startupMessage
07543fa
placing packageStartupMessage .onLoad()
kartikeyakirar 54523a4
fixing cmd check
706d504
updated .onload()
kartikeyakirar 8fa2e3a
Merge branch 'main' into 169_wrap_rcode@main
kartikeyakirar a08cca5
merge back from main and updated teal.reporter.global_knitr
kartikeyakirar cac16b0
Update R/Previewer.R
kartikeyakirar 5f132ef
[skip actions] Roxygen Man Pages Auto Update
dependabot-preview[bot] b78d874
Updating documentation
kartikeyakirar 577163f
Merge branch '169_wrap_rcode@main' of https://github.com/insightsengi…
kartikeyakirar 1448099
Fixing linter
kartikeyakirar 19a23f5
adding details for simpleReporter
kartikeyakirar 4379685
Update R/DownloadModule.R
kartikeyakirar b1ab7c1
Update R/zzz.R
kartikeyakirar f08f5b8
Update R/DownloadModule.R
kartikeyakirar 17bec72
[skip actions] Roxygen Man Pages Auto Update
dependabot-preview[bot] d222ef4
inherits details from simpleReporter
kartikeyakirar aef6767
empty commit
kartikeyakirar 7b3b89c
use inline code for details and defined the min version of formatR
kartikeyakirar c5ed90a
Merge 7b3b89c9366f7501f785bd0e3f53a08b809a7061 into b82c2acb63cf2ef80…
kartikeyakirar bd4a839
[skip actions] Restyle files
github-actions[bot] 71b6d8a
'Empty-Commit'
kartikeyakirar 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 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,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, | ||
indentation_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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @kartikeyakirar can you run verdepcheck flow to determine the minimal needed version of this package?