Description Usage Arguments Examples
A function can be used to craw all source code from nongithub.cfg stored information
1 2 3 4 5 6 7 8 9 | crawl.all.versions(name, download.dir = "./",
nongithub.cfg = c(system.file("extdata",
"config/nongithub/nongithub.toml", package = "BioInstaller"),
system.file("extdata", "config/db/db_main.toml", package =
"BioInstaller"), system.file("extdata", "config/db/db_annovar.toml",
package = "BioInstaller"), system.file("extdata",
"config/db/db_blast.toml", package = "BioInstaller")),
parse.extra.params = list(extra.list = list(), rcmd.parse = TRUE,
bash.parse = TRUE, glue.parse = TRUE), license = "")
|
name |
Software name |
download.dir |
Download destdir |
nongithub.cfg |
Configuration file of installed by non github url, default is system.file('extdata', 'config/nongithub/nongithub.toml', package='BioInstaller') |
parse.extra.params |
Other parameters pass to |
license |
The BioInstaller download license code. |
1 | crawl.all.versions('demo')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.