-
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.
Merge pull request #14 from erblast/cran
- Loading branch information
Showing
13 changed files
with
76 additions
and
26 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 |
---|---|---|
|
@@ -18,3 +18,5 @@ | |
^demo1\.png$ | ||
^demo2\.png$ | ||
^\.github$ | ||
^DS_Store$ | ||
^CRAN-SUBMISSION$ |
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 |
---|---|---|
|
@@ -46,4 +46,4 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Actions" | ||
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)' | ||
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE, run_dont_run = TRUE)' |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ revdep/ | |
inst/doc | ||
docker.sh | ||
docs/ | ||
.DS_Store |
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: parcats | ||
Title: Interactive Parallel Categories Diagrams for 'easyalluvial' | ||
Version: 0.0.3 | ||
Version: 0.0.4 | ||
Authors@R: person( "Bjoern", "Koneswarakantha", role = c("aut","cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-4585-7799") ) | ||
URL: https://erblast.github.io/parcats/ | ||
BugReports: https://github.com/erblast/parcats/issues/ | ||
|
@@ -22,7 +22,7 @@ Suggests: | |
spelling, | ||
plotly, | ||
shiny | ||
RoxygenNote: 7.1.2 | ||
RoxygenNote: 7.2.0 | ||
Imports: | ||
easyalluvial (>= 0.2.1.0), | ||
tidyr (>= 1.0.0), | ||
|
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#' Pipe operator | ||
#' | ||
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details. | ||
#' | ||
#' @name %>% | ||
#' @rdname pipe | ||
#' @keywords internal | ||
#' @export | ||
#' @importFrom magrittr %>% | ||
#' @usage lhs \%>\% rhs | ||
#' @param lhs A value or the magrittr placeholder. | ||
#' @param rhs A function call using the magrittr semantics. | ||
#' @return The result of calling `rhs(lhs)`. | ||
NULL |
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,22 +1,27 @@ | ||
# parcats 0.0.3 | ||
* upgraded packaged 'plotly.js' to v2.5.1 | ||
* fix shiny bug https://github.com/erblast/parcats/issues/6 | ||
* added shiny demo 'parcats_demo()' | ||
# resubmission 0.0.4 - 1 | ||
* changed example to dont run because it takes > 10s to execute on some CRAN test servers | ||
|
||
# parcats 0.0.4 | ||
clean up package dependencies | ||
|
||
## revdepcheck results | ||
We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
no reverse dependencies | ||
|
||
## Test Environments | ||
* local macOS M1 R 4.2.1 | ||
* Appveyor x86_64-w64-mingw32/x64 (64-bit) R 4.2.1 | ||
* github actions macos-latest R 4.2.1 | ||
* WinBuilder R 4.2.1 | ||
* WinBuilder R devel | ||
|
||
## Test Results | ||
|
||
Maintainer: ‘Bjoern Koneswarakantha <[email protected]>’ | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
New submission | ||
|
||
## Test environments | ||
* local macOS 10.14.6, R 4.0.3 | ||
* ubuntu 14.04 (on travis-ci), R-release | ||
* ubuntu 14.04 (on travis-ci), R-devel | ||
* x86_64-w64-mingw32/x64 (on appveyor), R 4.0.1 | ||
* Ubuntu Linux 16.04 LTS, R-release, GCC (R-Hub) | ||
* Fedora Linux, R-devel, clang, gfo (R-Hub) | ||
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit | ||
* Winbuilder, R-devel | ||
Package was archived on CRAN | ||
|
||
## Reverse Dependencies | ||
|
||
no reverse dependencies |
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 |
---|---|---|
|
@@ -12,6 +12,7 @@ github | |
htmlwidget | ||
js | ||
js’ | ||
magrittr | ||
metacran | ||
parcats’ | ||
parrallel | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.