-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ms609/SlowQuartet
- Loading branch information
Showing
9 changed files
with
124 additions
and
28 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#' Unshift Tree | ||
#' Add Tree to Start of List | ||
#' | ||
#' Add a tree to the start of a list of trees | ||
#' | ||
|
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 |
---|---|---|
|
@@ -2,25 +2,30 @@ | |
* local Windows 10 install, R 3.5.2 | ||
* win-builder, with `check_win_devel()` | ||
* Ubuntu 14.04.5 LTS, R 3.4 and devel, via [Travis CI](https://travis-ci.org/ms609/Quartet) | ||
* R-hub, with `check_rhub()` | ||
* R-hub, with `check_rhub(platforms = platforms())` | ||
|
||
* Installation failed with PREPERROR on rhub/ubuntu-gcc-release and | ||
rhub/fedora-clang-devel, on account of failures to install the required | ||
packages (`phangorn`; `git2r`). This seems to be an issue outside | ||
of my control; the Debian rhub installation reports success. | ||
|
||
rhub/fedora-clang-devel (and other platforms), on account of failures | ||
to install a required dependency (`phangorn`). | ||
This seems to be an issue outside of my control. | ||
* Installation failed with ERROR on ubuntu-gcc-devel and debian-gcc-patched: | ||
> "there is no package called `lattice`" | ||
The failure to install the dependency `lattice` seems to be outwith my | ||
control. | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
|
||
There was 1 NOTE: | ||
There was one NOTE: | ||
|
||
> Days since last update: 6 | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Smith Martin R. <[email protected]>' | ||
New submission | ||
This package is a new submission. | ||
This release comes on the heels of v1.0.0 on 2019-01-16, which failed | ||
certain CRAN package checks -- Brian Ripley requested that these be fixed | ||
immediately and kindly proposed some suggestions for how portability could be | ||
improved. | ||
After implementing these and testing the relevant platforms using `check_rhub`, | ||
I believe that the issues have been resolved. | ||
|
||
## Downstream dependencies | ||
There are currently no downstream dependencies for this package. |
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.
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