Skip to content

Commit

Permalink
Prepare v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Smith committed Jan 22, 2019
1 parent d51a1a5 commit 67698c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "An R package that calculates distances between phylogenetic topologies, integrating the tqDist algorithm for quartet distances",
"license": "gpl-3.0",
"title": "Quartet: Comparison of Phylogenetic Trees Using Quartet and Bipartition Measures",
"version": "v1.0.0",
"version": "v1.0.1",
"upload_type": "software",
"creators": [
{
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Quartet
Version: 1.0.0.9000
Date: 2019-01-21
Version: 1.0.1
Date: 2019-01-22
Title: Comparison of Phylogenetic Trees Using Quartet and Bipartition Measures
Description: Calculates the number of four-taxon subtrees consistent with a pair
of cladograms, calculating the symmetric quartet distance of Bandelt & Dress (1986),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quartet v1.0.0.9000
# Quartet v1.0.1
## Portability
- Improved portability of C++ code.

Expand Down
2 changes: 1 addition & 1 deletion src/Quartet-init.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <R.h>
#include <Rinternals.h>
#include <Rinternals.h> /* for SEXP */
#include <stdlib.h> /* for NULL */
#include <R_ext/Rdynload.h>

Expand Down

0 comments on commit 67698c6

Please sign in to comment.