R/dev/pkgnet-draft.R

# 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")

Try the ElectionsLATAM package in your browser

Any scripts or data that you put into this service are public.

ElectionsLATAM documentation built on April 19, 2022, 9:05 a.m.