From 4292ded7f89c2ce238817f369cef11eb90c0d1ab Mon Sep 17 00:00:00 2001 From: Astrid Deschenes Date: Mon, 22 Feb 2021 17:41:41 -0500 Subject: [PATCH] Update version to v0.1.4 --- DESCRIPTION | 2 +- NEWS.md | 7 +++++++ README.md | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e454b26..c4dc0e3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: CNVMetrics Type: Package -Version: 0.1.3 +Version: 0.1.4 Date: 2021-02-17 Title: Copy Number Variant Metrics Description: The CNVMetrics package calculates similarity metrics to diff --git a/NEWS.md b/NEWS.md index d59b461..8074b05 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# CNVMetrics 0.1.4 + +SIGNIFICANT USER-VISIBLE CHANGES + +* New website https://krasnitzlab.github.io/CNVMetrics/index.html associated to package. +* Vignette section 'Workflow for metrics calculated using CNV status calls' is completed. + # CNVMetrics 0.1.3 SIGNIFICANT USER-VISIBLE CHANGES diff --git a/README.md b/README.md index ea564bd..2e27134 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ For more information on Artistic 2.0 License see ## Installation ## -To install the latest version accessible, the [devtools](https://cran.r-project.org/web/packages/devtools/index.html) package -is required. +To install the latest version accessible, the [devtools](https://cran.r-project.org/web/packages/devtools/index.html) +package is required. ## Load required package library(devtools)