Package: repr
Title: Serializable Representations
Version: 1.1.6
Authors@R: c(
    person('Philipp', 'Angerer', email = 'phil.angerer@gmail.com', role = c('aut', 'cre'), comment = c(ORCID = "0000-0002-0369-2888")),
    person('Thomas', 'Kluyver', email = 'thomas@kluyver.me.uk', role = 'aut'),
    person('Jan', 'Schulz', email = 'jasc@gmx.net', role = 'aut'),
    person('abielr', role = 'ctb'),
    person('Denilson', 'Figueiredo de Sa', role = 'ctb'),
    person('Jim', 'Hester', role = 'ctb'),
    person('karldw', role = 'ctb'),
    person('Dave', 'Foster', role = 'ctb'),
    person('Carson', 'Sievert', role = 'ctb')
    )
Maintainer: Philipp Angerer <phil.angerer@gmail.com>
Description: String and binary representations of objects for several formats /
    mime types.
URL: https://github.com/IRkernel/repr/
BugReports: https://github.com/IRkernel/repr/issues/
Depends:
    R (>= 3.0.1)
Imports:
    utils,
    grDevices,
    htmltools,
    jsonlite,
    pillar (>= 1.4.0),
    base64enc
Suggests:
    methods,
    highr,
    Cairo,
    stringr,
    testthat (>= 3.0.0),
    leaflet
Enhances:
    data.table,
    tibble,
    htmlwidgets,
    vegalite,
    plotly,
    geojsonio
Config/testthat/edition: 3
License: GPL (>= 3)
Encoding: UTF-8
Collate: 
    'generics.r'
    'options.r'
    'package.r'
    'repr_datatable.r'
    'repr_datetime.r'
    'utils.r'
    'repr_list.r'
    'repr_vector.r'
    'repr_factor.r'
    'repr_function.r'
    'repr_help_files_with_topic.r'
    'repr_htmlwidget.r'
    'repr_matrix_df.r'
    'repr_packageIQR.r'
    'repr_plotly.r'
    'repr_recordedplot.r'
    'repr_spatial.r'
    'repr_ts.r'
    'repr_vega.r'
    'zzz_onload.r'
RoxygenNote: 7.2.3
