Skip to content

Commit

Permalink
update NEWS.md and download.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Miachol committed Aug 22, 2018
1 parent ee7675f commit 35f1f8e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: 0.3.6
Authors@R: person("Jianfeng", "Li", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2349-208X"))
Maintainer: Jianfeng Li <[email protected]>
Description:
Can be used to integrate massive bioinformatics tool/script and database. It provides the R functions and Shiny web application. Hundreds of bioinformatics tool/script and database have been included.
Can be used to integrate massive bioinformatics resources, such as tool/script and database. It provides the R functions and Shiny web application. Hundreds of bioinformatics tool/script and database have been included.
Depends:
R (>= 3.3.0)
URL: https://github.com/JhuangLab/BioInstaller
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# BioInstaller 0.3.6

## New features

* add copy\_plugins and copy\_configs functions to restore
the plugins and config
* use fromJSON to access the github APIs,
which can avoid the SSL problem on windows platform

# BioInstaller 0.3.5.7000

## Minor bugs fixed
Expand Down
5 changes: 4 additions & 1 deletion vignettes/BioInstaller.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,11 @@ Tips:

```{r}
download.dir <- sprintf('%s/github_demo_local', tempdir())
tryCatch({
install.bioinfo('github_demo', download.dir = download.dir, download.only = TRUE, verbose = FALSE)
install.bioinfo('github_demo', local.source = download.dir)
install.bioinfo('github_demo', local.source = download.dir)}, error = function(e) {
message("Please check the SSL or connection with GitHub")
})
download.dir <- sprintf('%s/demo_local', tempdir())
install.bioinfo('demo_2', download.dir = download.dir, download.only = TRUE, verbose = FALSE)
Expand Down
11 changes: 11 additions & 0 deletions vignettes/download.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ CRAN: https://CRAN.R-project.org/package=BioInstaller

## JhuangLab host

### BioInstaller 0.3.6

Download [here](http://bioinfo.rjh.com.cn/download/bioinstaller/bioinstaller/v0.3.6.tar.gz).

#### New features

* add copy\_plugins and copy\_configs functions to restore
the plugins and config
* use fromJSON to access the github APIs,
which can avoid the SSL problem on windows platform

### v0.3.5.7000

Download [here](http://bioinfo.rjh.com.cn/download/bioinstaller/bioinstaller/v0.3.5.7000.tar.gz).
Expand Down

0 comments on commit 35f1f8e

Please sign in to comment.