Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Smith committed Sep 17, 2020
1 parent ffb32c0 commit 568f30b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
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"),
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
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'.

Expand Down
8 changes: 4 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"identifier": "TreeDist",
"description": "Implements measures of tree similarity, including \n information-based generalized Robinson-Foulds distances\n (Phylogenetic Information Distance, Clustering Information Distance,\n Matching Split Information Distance; Smith, 2020)\n <doi:10.1093/bioinformatics/btaa614>; \n Jaccard-Robinson-Foulds distances (Bocker et al. 2013)\n <doi:10.1007/978-3-642-40453-5_13>, \n including the Nye et al. (2006) metric <doi:10.1093/bioinformatics/bti720>;\n the Matching Split Distance (Bogdanowicz & Giaro 2012)\n <doi:10.1109/TCBB.2011.48>;\n Maximum Agreement Subtree distances;\n the Kendall-Colijn (2016) distance <doi:10.1093/molbev/msw124>, and the\n Nearest Neighbour Interchange (NNI) distance, approximated per Li et al. \n (1996) <doi:10.1007/3-540-61332-3_168>.\n Calculates the median of a set of trees under any distance metric.",
"name": "TreeDist: Distances Between Phylogenetic Trees",
"codeRepository": "https://github.com/ms609/TreeDist",
"issueTracker": "https://github.com/ms609/TreeDist/issues",
"codeRepository": "https://github.com/ms609/TreeDist/",
"issueTracker": "https://github.com/ms609/TreeDist/issues/",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "1.2.0.9000",
"version": "1.2.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -384,5 +384,5 @@
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"fileSize": "8346.313KB"
"fileSize": "8346.417KB"
}

0 comments on commit 568f30b

Please sign in to comment.