Nothing
The goal of CME.assistant is to collect some frequently used functions. This package is made non-private since it only attaches published final estimates for the recent 2 years.
To install from github:
Examples in the vignettes, set build_vignettes = TRUE
Maybe need to add build_opts = "--no-multiarch"
if encounter Java-related problem according to this post
devtools::install_github("unicef-drp/CME.assistant")
# or if needed,
devtools::install_github("unicef-drp/CME.assistant", build_vignettes = TRUE, build_opts = "--no-multiarch")
library(CME.assistant)
Alternative option: download the repo, and use 'Ctrl/Cmd+Shift+B' to compile the package locally.
devtools::install_github("unicef-drp/CME.assistant", build_vignettes = TRUE)
vignette(package = "CME.assistant")
vignette("CMEvignette1")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.