Skip to content

pmtables 0.7.0

Compare
Choose a tag to compare
@kylebaron kylebaron released this 07 Jun 12:37
· 45 commits to main since this release
ff81004
  • New functionality to create table notes from glossary files (#326).
    • read_glossary() reads from .tex or .yaml formatted files, returning a
      glossary object
    • select_glossary() selects specific entries from a glossary object
    • as_glossary() creates a glossary object on the fly or from a list
    • glossary_notes() creates notes from a glossary object, a list, or the
      name of a glossary file
    • st_notes_glo() creates and and attaches notes to a table in a pipeline
  • stable_save_image() added to create an image from a table and save to a
    specific location; this builds on [st_aspdf()] and st_aspng() and
    adding convenient syntax and options (#333).
  • The maxex argument to sig() can now be set through the pmtables.maxex
    option (#328).
scores:
{
  "testing": {
    "check": 1,
    "covr": 0.9263
  },
  "documentation": {
    "has_vignettes": 0,
    "has_website": 1,
    "has_news": 1
  },
  "maintenance": {
    "has_maintainer": 1,
    "news_current": 1
  },
  "transparency": {
    "has_source_control": 1,
    "has_bug_reports_url": 1
  }
}