README.md

The gedcompendium

R-CMD-check

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.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("jl5000/gedcompendium")

Use

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/

State of the ecosystem

tidyged.internals

R-CMD-check

tidyged

R-CMD-check

tidyged.io

R-CMD-check

tidyged.utils

R-CMD-check

shinyged

Not started

visged

R-CMD-check

autoged

Not started

geddown

Not started



jl5000/gedcompendium documentation built on Oct. 23, 2021, 2:24 a.m.