-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable whirl::run to execute python scripts (#116)
* feat: Execute and log execution of python scripts * feat: add python version and packages to log * ci: install jupyter * feat: include python unit test * fix: don't display system.file to the user * feat: make example run in pkgdown and R CMD check --------- Signed-off-by: Aksel Thomsen <[email protected]> Co-authored-by: WYMZ (Michael Svingel) <[email protected]> Co-authored-by: CGID (Cervan Girard) <[email protected]>
- Loading branch information
1 parent
24e8c45
commit b01df29
Showing
88 changed files
with
711 additions
and
785 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: whirl | ||
Title: Logging package | ||
Version: 0.1.5 | ||
Version: 0.1.5.9000 | ||
Authors@R: c( | ||
person("Aksel", "Thomsen", , "[email protected]", role = c("aut", "cre")), | ||
person("Lovemore", "Gakava", , "[email protected]", role = "aut"), | ||
|
@@ -41,7 +41,8 @@ Imports: | |
withr, | ||
yaml, | ||
zephyr (>= 0.0.0.9000), | ||
glue | ||
glue, | ||
reticulate | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
usethis | ||
|
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
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.