Skip to content

Commit

Permalink
Provide a branch for users' continuing using when under testing in Bi…
Browse files Browse the repository at this point in the history
…oconductor and bump version
  • Loading branch information
linazhu3 committed Nov 26, 2017
1 parent 258b9c9 commit eaf1c92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: HTSanalyzeR2
Type: Package
Title: Gene set over-representation, enrichment and network analyses for high-
throughput data and corresponding time-series data
Version: 0.99.5
Version: 0.99.6
Author: Lina ZHU <zhulina0609@gmail.com>, Feng GAO <gaofeng21cn@gmail.com>,
Xiupei MEI <meixiupei@gmail.com>, Yuchen ZHANG <yuczhang9@gmail.com>,
Xin Wang <xinwang2hms@gmail.com>
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Development version of HTSanalyzeR2

```
# Please make sure you've installed these dependent packages before installing HTSanalyzeR2
BiocInstaller::biocLite(c("cellHTS2", "GSEABase", "BioNet", "KEGGREST", "data.table", "devtools", "GO.db"))
BiocInstaller::biocLite(c("cellHTS2", "GSEABase", "BioNet", "KEGGREST", "data.table", "GO.db", "devtools"))
# Install HTSanalyzeR2
devtools::install_github("CityUHK-CompBio/HTSanalyzeR2")
## Since now this package has been submitted into Bioconductor and is under testing in the development version of Bioconductor and R, so you need to install the branch of this package depending on the current version of R.
devtools::install_github("CityUHK-CompBio/HTSanalyzeR2", ref = "devel")
```

0 comments on commit eaf1c92

Please sign in to comment.