Skip to content

Commit

Permalink
Incremented to 2.1.0 prior to CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunpwilkinson committed Jun 20, 2018
1 parent 7ed6115 commit 998ab2a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: phylogram
Type: Package
Title: Dendrograms for Evolutionary Analysis
Version: 2.0.1.9000
Version: 2.1.0
Authors@R: person("Shaun", "Wilkinson", role = c("aut", "cre"),
email = "shaunpwilkinson@gmail.com")
Author: Shaun Wilkinson [aut, cre]
Maintainer: Shaun Wilkinson <shaunpwilkinson@gmail.com>
Description: A package for developing phylogenetic trees as
deeply-nested lists known as "dendrogram" objects.
deeply-nested lists ("dendrogram" objects).
Contains functions for conversion between "dendrogram" and
"phylo" class objects
(see Paradis et al (2004) <doi:10.1093/bioinformatics/btg412>),
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
],
"@type": "SoftwareSourceCode",
"identifier": "phylogram",
"description": "A package for developing phylogenetic trees as\n deeply-nested lists known as \"dendrogram\" objects.\n Contains functions for conversion between \"dendrogram\" and\n \"phylo\" class objects\n (see Paradis et al (2004) <doi:10.1093/bioinformatics/btg412>),\n as well as several tools for command-line tree\n manipulation and import/export via Newick parenthetic text.",
"description": "A package for developing phylogenetic trees as\n deeply-nested lists (\"dendrogram\" objects).\n Contains functions for conversion between \"dendrogram\" and\n \"phylo\" class objects\n (see Paradis et al (2004) <doi:10.1093/bioinformatics/btg412>),\n as well as several tools for command-line tree\n manipulation and import/export via Newick parenthetic text.",
"name": "phylogram: Dendrograms for Evolutionary Analysis",
"codeRepository": "http://github.com/ropensci/phylogram",
"issueTracker": "http://github.com/ropensci/phylogram/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "2.0.1.9000",
"version": "2.1.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -117,7 +117,7 @@
],
"releaseNotes": "https://github.com/shaunpwilkinson/phylogram/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/phylogram/blob/master/README.md",
"fileSize": "264.311KB",
"fileSize": "264.322KB",
"contIntegration": [
"https://travis-ci.org/shaunpwilkinson/phylogram",
"https://codecov.io/github/shaunpwilkinson/phylogram"
Expand Down
4 changes: 2 additions & 2 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bioinformatic R packages.
The **phylogram** package is released under the GPL-3 license,
and is available for download from
CRAN <https://CRAN.R-project.org/package=phylogram> and GitHub
<https://github.com/shaunpwilkinson/phylogram>.
<https://github.com/ropensci/phylogram>.

\

Expand Down Expand Up @@ -392,7 +392,7 @@ phylogenetic applications implemented in the R programming language.
This software is still under active development, and will
continue to be upgraded and expanded as new applications arise.
Bug reports and other feedback are welcomed and can be directed to the GitHub issues
page at <http://github.com/shaunpwilkinson/phylogram/issues>,
page at <http://github.com/ropensci/phylogram/issues>,
or the **phylogram** google group at <https://groups.google.com/group/phylogram>.

\
Expand Down
4 changes: 2 additions & 2 deletions vignettes/phylogram-vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bioinformatic R packages.
The **phylogram** package is released under the GPL-3 license,
and is available for download from
CRAN <https://CRAN.R-project.org/package=phylogram> and GitHub
<https://github.com/shaunpwilkinson/phylogram>.
<https://github.com/ropensci/phylogram>.

\

Expand Down Expand Up @@ -391,7 +391,7 @@ phylogenetic applications implemented in the R programming language.
This software is still under active development, and will
continue to be upgraded and expanded as new applications arise.
Bug reports and other feedback are welcomed and can be directed to the GitHub issues
page at <http://github.com/shaunpwilkinson/phylogram/issues>,
page at <http://github.com/ropensci/phylogram/issues>,
or the **phylogram** google group at <https://groups.google.com/group/phylogram>.

\
Expand Down

0 comments on commit 998ab2a

Please sign in to comment.