You can install the latest released version using the normal R
function, though you need to point to r-universe
instead of CRAN:
install.packages( "epinowcast", repos = "https://epinowcast.r-universe.dev" )
Alternatively, you can use the remotes
package to install the development version from Github (warning! this version may contain breaking changes and/or bugs):
remotes::install_github( "epinowcast/epinowcast", dependencies = TRUE )
Similarly, you can install historical versions by specifying the release tag (e.g. this installs 0.2.0
):
remotes::install_github( "epinowcast/epinowcast", dependencies = TRUE, ref = "v0.2.0" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.