Open
Conversation
Improve the readability of node names
Remove relation edge attribute and reporter edges
* Decycle graph * Decycle the graph * Make sure paths are properly dispatched * Polish typos * Add comments and fix lintr * Add comments and fix lintr * chore: refactor task_graph_sort (#65) * Implement source dependencies management * Revert sorting --------- Co-authored-by: dgkf-roche <91694157+dgkf-roche@users.noreply.github.com>
* Initial remotes support * Reintroduce options package * 68 adjust results generation to new meta tasks structure (#71) * Refactor results generation * Add local plans (#70) * Add local plans * Remove line added by accident * Make lintr happy * Enhance source path check * Polish results generation. Remove results_to_df * Deduplicate graph * Add edges types to remotes packages * Fix lintr * Make check pass * Update rd names
* Initial basic tty suport * Fix ansi and basic reporters
* Add ansi tty errors * Rework ansi reporter * Make lintr happy * Change version * Update R/checker.R Co-authored-by: Doug Kelkhoff <18220321+dgkf@users.noreply.github.com> * gc when needed * Apply suggestions --------- Co-authored-by: Doug Kelkhoff <18220321+dgkf@users.noreply.github.com>
* Reintroduce tests * Refactor rcmd check process output * Fix accidental too big incrementation * Update tests * fix lintr
* Reintroduce tests * Refactor rcmd check process output * Update documentation and readme * Fix accidental too big incrementation * Update readme and documentation
* Upgrade package version * Make lintr happy
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #84 +/- ##
===========================================
- Coverage 90.27% 79.34% -10.94%
===========================================
Files 21 29 +8
Lines 1471 2159 +688
===========================================
+ Hits 1328 1713 +385
- Misses 143 446 +303 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Complete overhaul of the package. Thanks @dgkf for an excellent job on it! We need to merge it today, else checked will be taken down from CRAN