Package: matahari
Type: Package
Title: Spy on Your R Session
Version: 0.1.3
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
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
BugReports: https://github.com/jhudsl/matahari/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-02-06 07:49:48 UTC; sean
Author: Sean Kross [aut, cre] (<https://orcid.org/0000-0001-5215-0316>),
  Lucy D'Agostino McGowan [aut] (<https://orcid.org/0000-0001-7297-9359>),
  Jeff Leek [ldr] (<https://orcid.org/0000-0002-2873-2671>)
Maintainer: Sean Kross <sean@seankross.com>
Repository: CRAN
Date/Publication: 2020-02-06 10:30:02 UTC
Built: R 4.4.3; ; 2025-11-10 04:29:12 UTC; windows
