diff --git a/.gitignore b/.gitignore index 446941b0..4e5441bf 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ doc *.doc *.eps *.nex +*.out *.pdf *.trees *.zip @@ -29,4 +30,3 @@ SupplementaryFiles/*_files vignettes/*.html vignettes/*.pdf vignettes/*_files -*.out diff --git a/.zenodo.json b/.zenodo.json index 7f396558..a395942a 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -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.1", + "version": "v1.0.2", "upload_type": "software", "creators": [ { diff --git a/R/ReleaseQuestions.R b/R/ReleaseQuestions.R index 850bf807..2a282449 100644 --- a/R/ReleaseQuestions.R +++ b/R/ReleaseQuestions.R @@ -1,7 +1,6 @@ release_questions <- function() { c( "Is the code free of #TODOs?", - "Have you updated REFERENCES.bib and README.md with a citation to the published study?", "Have you updated .zenodo.json?" ) } \ No newline at end of file