Package: altair
Version: 4.2.2
Title: Interface to 'Altair'
Description: Interface to 'Altair' <https://altair-viz.github.io>, which itself 
  is a 'Python' interface to 'Vega-Lite' <https://vega.github.io/vega-lite/>.
  This package uses the 'Reticulate' framework 
  <https://rstudio.github.io/reticulate/> to manage the interface between R
  and 'Python'.
Authors@R: c(
  person(
    given = "Ian", 
    family = "Lyttle", 
    email = "ijlyttle@me.com", 
    role = c("aut", "cre"), 
    comment = c(ORCID = "0000-0001-9962-4849")
  ),
  person("Haley", "Jeppson", email = "hjeppson@iastate.edu", role = c("aut")),
  person("Altair Developers", role = c("aut")),
  person(
    "Alicia", 
    "Schep",
    email = "aschep@gmail.com",
    role = c("ctb"),
    comment = c(ORCID = "orcid.org/0000-0002-3915-0618")
  ),
  person("Jake", "Vanderplas", comment = "Altair library", role = c("ctb")),
  person("Brian", "Granger", comment = "Altair library", role = c("ctb"))
  )
SystemRequirements: Python (>= 3.6.0), (Python) Altair (>= 4.2.0),
        vega_datasets (>= 0.9.0). To use image functions for MacOS: X11
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: true
URL: https://github.com/vegawidget/altair
BugReports: https://github.com/vegawidget/altair/issues
Imports: reticulate (>= 1.23), htmlwidgets, assertthat, magrittr,
        utils, vegawidget (>= 0.4.1), repr
Suggests: httr, rprojroot, purrr, readr, knitr, rmarkdown, tibble,
        listviewer (>= 2.0.0), testthat, pryr, stringr, tidyr, dplyr,
        pkgdown, V8, rsvg, png, fs
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-03-13 02:29:48 UTC; ijlyttle
Author: Ian Lyttle [aut, cre] (<https://orcid.org/0000-0001-9962-4849>),
  Haley Jeppson [aut],
  Altair Developers [aut],
  Alicia Schep [ctb] (<https://orcid.org/0000-0002-3915-0618>),
  Jake Vanderplas [ctb] (Altair library),
  Brian Granger [ctb] (Altair library)
Maintainer: Ian Lyttle <ijlyttle@me.com>
Repository: CRAN
Date/Publication: 2023-03-13 17:10:24 UTC
