-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martin Smith
committed
Sep 17, 2020
1 parent
ffb32c0
commit 568f30b
Showing
3 changed files
with
9 additions
and
9 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,7 +1,7 @@ | ||
Package: TreeDist | ||
Type: Package | ||
Title: Distances Between Phylogenetic Trees | ||
Version: 1.2.0.9000 | ||
Version: 1.2.1 | ||
Authors@R: c(person("Martin R.", 'Smith', | ||
email="[email protected]", | ||
role=c("aut", "cre", "cph", "prg"), | ||
|
@@ -30,8 +30,8 @@ Description: Implements measures of tree similarity, including | |
Calculates the median of a set of trees under any distance metric. | ||
Copyright: Incorporates Jonker-Volgenant Linear Assignment Problem | ||
implementation by Roy Jonker, modified by Yong Yang after Yi Cao. | ||
URL: https://ms609.github.io/TreeDist/, https://github.com/ms609/TreeDist | ||
BugReports: https://github.com/ms609/TreeDist/issues | ||
URL: https://ms609.github.io/TreeDist/, https://github.com/ms609/TreeDist/ | ||
BugReports: https://github.com/ms609/TreeDist/issues/ | ||
Depends: | ||
R (>= 3.4.0), | ||
stats | ||
|
@@ -56,7 +56,7 @@ Suggests: | |
TreeDistData (> 0.1.0), | ||
TreeSearch, | ||
vdiffr | ||
Additional_repositories: https://ms609.github.io/packages | ||
Additional_repositories: https://ms609.github.io/packages/ | ||
RdMacros: Rdpack | ||
VignetteBuilder: knitr | ||
LinkingTo: Rcpp | ||
|
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 @@ | ||
# TreeDist 1.2.0.9000 (development) | ||
# TreeDist 1.2.1 | ||
|
||
- Import RdMacros package 'RdPack'. | ||
|
||
|
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