release | R Documentation |
This is an interactive function that walks the user through the steps needed
to add a release of OomyceteDB to the oomycetedbdata
package. The
oomycetedbdata
package is the source of the data for the OomyceteDB
website, so this will effectively add a release to the website. This function
will do the following things:
Validate that the database is formatted correctly, as described in the database format guide.
Show the version of the database to be released and any changes to the user for a manual check.
Upload the release to Github or store/modify a
version of the oomycetedbdata
package on the local computer for manual
upload.
release( database_path = NULL, release_path = NULL, interactive = TRUE, validate = TRUE, auto_update = FALSE, overwrite = FALSE, description = NULL, google_user = NULL, google_pass = NULL, github_user = NULL, github_pass = NULL, config_path = find_config("oomycetedbtools_config.yml") )
database_path |
( |
release_path |
( |
interactive |
( |
validate |
( |
auto_update |
( |
overwrite |
( |
description |
( |
google_user |
( |
google_pass |
( |
github_user |
( |
github_pass |
( |
config_path |
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.