This meta-package loads the gedcompendium
ecosystem of packages to
enable the handling of tidyged
objects (tibble representations of
GEDCOM files), and the main package of this ecosystem is
tidyged
.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("jl5000/gedcompendium")
You can load tidyged
and all of its associated packages at once:
library(gedcompendium)
#> Loading required package: tidyged
#> Loading required package: tidyged.utils
#> Loading required package: visged
#> Loading required package: tidyged.io
#> When importing existing GEDCOM files, you should ensure that they are error free.
#> This package assumes imported GEDCOM files are valid and very few validation checks are carried out.
#> Several GEDCOM validators are available, including an online validator at http://ged-inline.elasticbeanstalk.com/
Not started
Not started
Not started