Skip to content

Commit

Permalink
Import RdPack
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Smith committed Sep 16, 2020
1 parent bfa2705 commit 92cdb1c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
4 changes: 2 additions & 2 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
Version: 1.2.0.9000
Authors@R: c(person("Martin R.", 'Smith',
email="[email protected]",
role=c("aut", "cre", "cph", "prg"),
Expand Down Expand Up @@ -40,6 +40,7 @@ Imports:
colorspace,
memoise,
phangorn (>= 2.2.1),
Rdpack,
TreeTools (>= 1.1.0)
Suggests:
bookdown,
Expand All @@ -50,7 +51,6 @@ Suggests:
Quartet,
rmarkdown,
Rcpp,
Rdpack,
testthat,
Ternary (>= 1.1.2),
TreeDistData (> 0.1.0),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# TreeDist 1.2.0.9000 (development)

- Import RdMacros package 'RdPack'

# TreeDist 1.2.0

- `TreeDistance()` and related functions now return a `dist` object when
Expand Down
28 changes: 14 additions & 14 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"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",
"version": "1.2.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -172,18 +172,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=Rcpp"
},
{
"@type": "SoftwareApplication",
"identifier": "Rdpack",
"name": "Rdpack",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=Rdpack"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
Expand Down Expand Up @@ -302,6 +290,18 @@
},
"sameAs": "https://CRAN.R-project.org/package=phangorn"
},
{
"@type": "SoftwareApplication",
"identifier": "Rdpack",
"name": "Rdpack",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=Rdpack"
},
{
"@type": "SoftwareApplication",
"identifier": "TreeTools",
Expand Down Expand Up @@ -384,5 +384,5 @@
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"fileSize": "8346.202KB"
"fileSize": "8346.313KB"
}

0 comments on commit 92cdb1c

Please sign in to comment.