Nothing
# install.packages("pkgnet")
library(pkgnet)
report2 <- CreatePackageReport(
pkg_name = "ElectionsLATAM"
# , pkg_path = <path to the repo>
)
all.packages <- available.packages()
ElectionsLATAM.package <- all.packages[grep("^ElectionsLATAM$", all.packages[, 1]), ]
package_dependencies(ElectionsLATAM.package)
library(remotes)
remotes::package_deps("ElectionsLATAM")
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.