Description Usage Arguments Value Examples
Update biologly softwares infomation of system
1 2 3 4 | change.info(name = "", installed = TRUE, source.dir = "",
bin.dir = "", executable.files = "",
db = Sys.getenv("BIO_SOFTWARES_DB_ACTIVE", tempfile()), ...,
verbose = TRUE)
|
name |
Software name |
installed |
Wheather be installed successful in system |
source.dir |
Directorie of softwares source code |
bin.dir |
Directorie of softwares bin |
executable.files |
Executable files in bin.dir |
db |
File saving softwares infomation |
... |
Other key and value paired need be saved in BioInstaller |
verbose |
Ligical indicating wheather show the log message |
Bool Value
1 2 3 4 5 | db <- sprintf('%s/.BioInstaller', tempdir())
set.biosoftwares.db(db)
change.info(name = 'demo', installed = 'yes', source.dir = '',
bin.dir = '', excutable.files = c('demo'), others.customer = 'demo')
unlink(db)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.