Skip to content

Commit 35f1f8e

Browse files
committed
update NEWS.md and download.Rmd
1 parent ee7675f commit 35f1f8e

4 files changed

Lines changed: 25 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: 0.3.6
44
Authors@R: person("Jianfeng", "Li", email = "lee_jianfeng@sjtu.edu.cn", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2349-208X"))
55
Maintainer: Jianfeng Li <lee_jianfeng@sjtu.edu.cn>
66
Description:
7-
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.
7+
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.
88
Depends:
99
R (>= 3.3.0)
1010
URL: https://github.com/JhuangLab/BioInstaller

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# BioInstaller 0.3.6
2+
3+
## New features
4+
5+
* add copy\_plugins and copy\_configs functions to restore
6+
the plugins and config
7+
* use fromJSON to access the github APIs,
8+
which can avoid the SSL problem on windows platform
9+
110
# BioInstaller 0.3.5.7000
211

312
## Minor bugs fixed

vignettes/BioInstaller.Rmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,11 @@ Tips:
130130

131131
```{r}
132132
download.dir <- sprintf('%s/github_demo_local', tempdir())
133+
tryCatch({
133134
install.bioinfo('github_demo', download.dir = download.dir, download.only = TRUE, verbose = FALSE)
134-
install.bioinfo('github_demo', local.source = download.dir)
135+
install.bioinfo('github_demo', local.source = download.dir)}, error = function(e) {
136+
message("Please check the SSL or connection with GitHub")
137+
})
135138
136139
download.dir <- sprintf('%s/demo_local', tempdir())
137140
install.bioinfo('demo_2', download.dir = download.dir, download.only = TRUE, verbose = FALSE)

vignettes/download.Rmd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ CRAN: https://CRAN.R-project.org/package=BioInstaller
3030

3131
## JhuangLab host
3232

33+
### BioInstaller 0.3.6
34+
35+
Download [here](http://bioinfo.rjh.com.cn/download/bioinstaller/bioinstaller/v0.3.6.tar.gz).
36+
37+
#### New features
38+
39+
* add copy\_plugins and copy\_configs functions to restore
40+
the plugins and config
41+
* use fromJSON to access the github APIs,
42+
which can avoid the SSL problem on windows platform
43+
3344
### v0.3.5.7000
3445

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

0 commit comments

Comments
 (0)