## Workaround for system.file() failing with devtools::check() and Travis CI:
## https://github.com/hadley/testthat/issues/86#issuecomment-143878211
Sys.setenv("R_TESTS" = "")
library(testthat)
library(groHMM)
test_check("groHMM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.