forked from daranzolin/ViewPipeSteps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da4c693
commit 3b88b7e
Showing
5 changed files
with
24 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,13 @@ Package: ViewPipeSteps | |
Type: Package | ||
Title: Create View Tabs of Pipe Chains | ||
Version: 0.1.0 | ||
Author: David Ranzolin | ||
Author: David Ranzolin [aut, cre], | ||
Joachim Gassen [aut] | ||
Maintainer: David Ranzolin <[email protected]> | ||
Description: Debugging pipe chains often consists of viewing the output after each step. | ||
This addin automatically creates a View() output of each step. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: stringr (>= 1.3.0), | ||
purrr, | ||
magrittr | ||
Imports: rstudioapi | ||
RoxygenNote: 6.0.1 |
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,2 +1 @@ | ||
exportPattern("^[[:alpha:]]+") | ||
importFrom(magrittr,"%>%") | ||
export("viewPipeChain") |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.