at_home | R Documentation |
Detect whether we are running at home (i.e. not on CRAN, BioConductor, ...)
at_home()
# test will run locally, but not on CRAN if ( at_home() ){ expect_equal(2, 1+1) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.