knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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.

knitr::include_graphics("man/figures/allhex.png")

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)

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.