-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added basic template and logic for rendering report (#48)
* Added basic template and logic for rendering report * Moved create report call, added report path creation and copying template * Updated report with params, yaml error when rendering * Fixes in the report template * Fixed bugs * Fixes in pkg files * Deleted unused lines * Fixes for cicd pipeline checks * Gave user choice for report directory, added messages to report functions, refactored report functions * Fix 12 create report template (#109) * file picker added - rstudioapi dependency added for file picker. - missing report_dir message added. * namespace updated * lint fixes - lint fix and code styling fix. - Added lintr default to avoid "no visible global function definition" warning * dir selection verbose added * Fix report (#110) * Removing rstudioapi from the list of dependencies * adding names to perfomance output list based on the repetition * Updating benchmark function to work with the new crete_report function * updating quarto template * updating and simplifying report auxiliar functions * Fixing wrong parameter name in create_report call * running quarto in the destination location (other than root) * Breaking message into two rows (lintr) * preventing report to run in case any other problem happens during the benchmark execution * combining data before sending it to quarto * adjusting after lintr * adjusting after lintr * Making report more robust for different versions * returning list directly Co-authored-by: Jakub Nowicki <kuba@appsilon.com> * using with_dir instead of manually changing working directory * adding documentation to report utils functions * updating WORDLIST --------- Co-authored-by: Jakub Nowicki <kuba@appsilon.com> * Adding report information to NEWS.md and adding changelog to pkgdown structure * reorganizing versions in NEWS.md Co-authored-by: Jakub Nowicki <kuba@appsilon.com> * adding missing @example tag --------- Co-authored-by: Maria Drywień <mariadrywien@gmail.com> Co-authored-by: Douglas R. Mesquita Azevedo <douglasrm.azevedo@gmail.com> Co-authored-by: Harsh Verma <125121920+insightsurge@users.noreply.github.com> Co-authored-by: Jakub Nowicki <kuba@appsilon.com>
- Loading branch information
1 parent
c3e3e4b
commit 678ef1a
Showing
20 changed files
with
558 additions
and
126 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# 0.1.1 | ||
# shiny.benchmark (development) | ||
|
||
Create reports automatically using `report_file` argument in `benchmark` function. | ||
|
||
# shiny.benchmark 0.1.1 | ||
|
||
Adding a minimal example using `shinytest2` |
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.