Skip to content

Commit

Permalink
Rcmd check (Novartis#14)
Browse files Browse the repository at this point in the history
* 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
DivadNojnarg and m-l-1 authored Feb 5, 2020
1 parent 7296040 commit 5335423
Show file tree
Hide file tree
Showing 27 changed files with 1,005 additions and 548 deletions.
4 changes: 3 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ dev_history.R
^dev$
$run_dev.*
.travis.yml
pkgdown
^_pkgdown\.yml$
^pkgdown$
^docs$
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inst/doc
docs
.Rproj.user
.Rhistory
.RData
Expand Down
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ Imports:
stringi,
digest,
R6,
visNetwork
RoxygenNote: 7.0.0
visNetwork,
methods
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE)
URL: https://github.com/Novartis/tidymodules
BugReports: https://github.com/Novartis/tidymodules/issues
Expand Down
Loading

0 comments on commit 5335423

Please sign in to comment.