Skip to content

Commit af5ba09

Browse files
author
Joe Foley
committed
version -> 0.9.0
1 parent b3305c4 commit af5ba09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: bioanalyzeR
22
Title: Analysis of Agilent electrophoresis data
3-
Version: 0.8.1
3+
Version: 0.9.0
44
Authors@R:
55
person(given = "Joseph",
66
family = "Foley",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Install the required dependencies:
88

99
Install the newest release (includes 22 MB of demo data):
1010

11-
> install.packages("https://github.com/jwfoley/bioanalyzeR/releases/download/v0.8.1/bioanalyzeR_0.8.1.tar.gz", repos = NULL)
11+
> install.packages("https://github.com/jwfoley/bioanalyzeR/releases/download/v0.9.0/bioanalyzeR_0.9.0.tar.gz", repos = NULL)
1212

1313
or, install the newest release without the demo data:
1414

15-
> install.packages("https://github.com/jwfoley/bioanalyzeR/releases/download/v0.8.1/bioanalyzeR_0.8.1-no_data.tar.gz", repos = NULL)
15+
> install.packages("https://github.com/jwfoley/bioanalyzeR/releases/download/v0.9.0/bioanalyzeR_0.9.0-no_data.tar.gz", repos = NULL)
1616

1717

1818
# Documentation

0 commit comments

Comments
 (0)