forked from Novartis/tidymodules
-
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.
* don't need shiny:: anymore (see tidymodules-package.R). Add more files to .Rbuildignore * add custom pipes to doc * clean pipes.R * clean examples.R * clean ModStore.R * clean tidyModule.R * clean utility.R and verbs.R * fix for one of the evalNamespace Co-authored-by: Mustapha Larbaoui <[email protected]>
- Loading branch information
1 parent
7296040
commit 5335423
Showing
27 changed files
with
1,005 additions
and
548 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 |
---|---|---|
|
@@ -8,4 +8,6 @@ dev_history.R | |
^dev$ | ||
$run_dev.* | ||
.travis.yml | ||
pkgdown | ||
^_pkgdown\.yml$ | ||
^pkgdown$ | ||
^docs$ |
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,4 +1,4 @@ | ||
inst/doc | ||
docs | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
|
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.