Package: matahari
Type: Package
Title: Spy on Your R Session
Version: 0.1.4
Authors@R: c(
    person("Sean", "Kross", email = "sean@seankross.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5215-0316")),
    person("Lucy", "D'Agostino McGowan", email = "lucydagostino@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-7297-9359")),
    person("Jeff", "Leek", email = "jtleek@gmail.com", role = "ldr", comment = c(ORCID = "0000-0002-2873-2671"))
    )
Description: Conveniently log everything you type into the R console. Logs are
    are stored as tidy data frames which can then be analyzed using 'tidyverse'
    style tools.
Depends: R (>= 3.5.0)
Imports: rstudioapi, tibble, readr, jsonlite, clipr, purrr, rlang
Suggests: testthat, knitr, rmarkdown
License: MIT + file LICENSE
URL: https://github.com/jhudsl/matahari,
        https://jhudatascience.org/matahari/
Encoding: UTF-8
BugReports: https://github.com/jhudsl/matahari/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-05-25 18:53:13 UTC; skross
Author: Sean Kross [aut, cre] (ORCID: <https://orcid.org/0000-0001-5215-0316>),
  Lucy D'Agostino McGowan [aut] (ORCID:
    <https://orcid.org/0000-0001-7297-9359>),
  Jeff Leek [ldr] (ORCID: <https://orcid.org/0000-0002-2873-2671>)
Maintainer: Sean Kross <sean@seankross.com>
Repository: CRAN
Date/Publication: 2026-05-25 19:10:02 UTC
