somora
can be installed directly from GitHub. The packages devtools
, knitr
, rmarkdown
, and seewave
are required. If any of those packages is not present in R, install it with the following code:
install.packages("devtools")
install.packages("knitr")
install.packages("rmarkdown")
install.packages("seewave")
Then install somora
with the following code:
install_github(repo= "crodriguez-saltos/somora", build_vignettes= TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.