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)