Skip to content

Commit

Permalink
Merge pull request #6 from adeschen/master
Browse files Browse the repository at this point in the history
Update version to 0.1.4
  • Loading branch information
adeschen authored Feb 22, 2021
2 parents 6596838 + 5c7f680 commit ea976ac
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions vignettes/CNVMetrics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To install the latest version accessible on the
library(devtools)
## Install the latest version of CNVMetrics
devtools::install_github('adeschen/CNVMetrics')
devtools::install_github('KrasnitzLab/CNVMetrics')
```

It is also possible to install an official release. The list of available
Expand All @@ -99,9 +99,9 @@ releases is posted on the [CNVMetrics Release Website](https://github.com/adesch
## Load required package
library(devtools)
## Install the version v0.1.2 of CNVMetrics
## Install the version v0.1.4 of CNVMetrics
## using 'ref' parameter
devtools::install_github('adeschen/CNVMetrics', ref = "v0.1.2")
devtools::install_github('KrasnitzLab/CNVMetrics', ref = "v0.1.4")
```

# Workflow for metrics calculated using _CNV status calls_
Expand Down

0 comments on commit ea976ac

Please sign in to comment.