-
Notifications
You must be signed in to change notification settings - Fork 10
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 #28 from erblast/issue26
Issue26
- Loading branch information
Showing
24 changed files
with
188 additions
and
208 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 |
---|---|---|
|
@@ -19,3 +19,4 @@ | |
^tests/figs$ | ||
^\.github$ | ||
^README.md$ | ||
^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
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 |
---|---|---|
|
@@ -37,6 +37,9 @@ jobs: | |
remotes::install_deps(dependencies = TRUE) | ||
install.packages("tidyverse") | ||
install.packages("pkgdown", type = "binary") | ||
system("git clone https://github.com/erblast/parcats.git") | ||
remotes::install_deps("parcats/", dependencies = TRUE) | ||
devtools::install("parcats/") | ||
shell: Rscript {0} | ||
|
||
- name: Install package | ||
|
@@ -46,4 +49,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 = FALSE)' |
This file was deleted.
Oops, something went wrong.
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: easyalluvial | ||
Title: Generate Alluvial Plots with a Single Line of Code | ||
Version: 0.3.0 | ||
Version: 0.3.1 | ||
Authors@R: person( "Bjoern", "Koneswarakantha", role = c("aut","cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-4585-7799") ) | ||
URL: https://github.com/erblast/easyalluvial/ | ||
Description: Alluvial plots are similar to sankey diagrams and visualise categorical data | ||
|
@@ -26,7 +26,6 @@ Suggests: | |
ISLR, | ||
nycflights13, | ||
vdiffr (>= 0.3.1), | ||
parcats, | ||
pkgdown, | ||
mlbench, | ||
earth, | ||
|
@@ -40,7 +39,7 @@ Suggests: | |
rpart, | ||
glmnet, | ||
xgboost | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.0 | ||
Imports: | ||
purrr | ||
, 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
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 |
---|---|---|
@@ -1,50 +1,25 @@ | ||
# Resubmission 0.3.0 - 3 | ||
# Resubmission after being archived on CRAN | ||
|
||
Got one Note from automated CRAN check that tests are too slow. | ||
Overall checktime 12 min > 10 min | ||
|
||
Disabled a few more tests on CRAN | ||
|
||
# Resubmission 0.3.0 - 2 | ||
|
||
Got one Note from automated CRAN check that tests are too slow. | ||
Disabled some none-essential longer running tests for CRAN | ||
|
||
# Resubmission 0.3.0 - 1 | ||
|
||
For some reasons 'caret' did not install on the Windows Server which ran | ||
the automated CRAN checks. | ||
|
||
Since 'caret' is only in Suggests, the examples will now only execute if 'caret' | ||
is installed. | ||
|
||
# Update 0.3.0 | ||
|
||
vdiffr and other packages moved to suggests and usage was made conditional | ||
clean up package dependencies | ||
|
||
## Test Environments | ||
* local macOS 10.14.6 R 4.0.3 | ||
* Appveyor x86_64-w64-mingw32/x64 (64-bit) R 4.0.3 | ||
* github actions macos-latest R 4.0.3 | ||
* Rhub Fedora Linux, R-devel, clang, gfortran | ||
* Rhub Ubuntu Linux 16.04 LTS, R-release, GCC --> NOTE | ||
* Rhub Windows Server 2008 R2 SP1, R-devel, 32/64 bit | ||
* WinBuilder R 4.0.3 | ||
* 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 | ||
|
||
coverage -> 96 % | ||
|
||
|
||
## Test Results | ||
|
||
No errors or notes except for: | ||
5 Examples with CPU or elapsed time > 5s | ||
This server seem to be a bit slower than the others. | ||
The examples are already pretty minimal and have been around for a while. | ||
I would prefer to keep them and not put them into \dontrun{}. | ||
Maintainer: ‘Bjoern Koneswarakantha <[email protected]>’ | ||
|
||
New submission | ||
|
||
Package was archived on CRAN | ||
|
||
## Reverse Dependencies | ||
|
||
This package has one reverse dependency 'parcats' | ||
- which is also maintained by me | ||
- all checks are passing | ||
no reverse dependencies |
Oops, something went wrong.