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 Roxygen: list(markdown = TRUE) BugReports: https://github.com/jhudsl/matahari/issues VignetteBuilder: knitr RoxygenNote: 7.3.3 Config/pak/sysreqs: libx11-dev Repository: https://jhudsl.r-universe.dev Date/Publication: 2026-05-25 18:48:03 UTC RemoteUrl: https://github.com/jhudsl/matahari RemoteRef: HEAD RemoteSha: aacaada115c21b9fc14e535cd6c2e79ea99c137f NeedsCompilation: no Packaged: 2026-07-03 14:46:56 UTC; root Author: Sean Kross [aut, cre] (ORCID: ), Lucy D'Agostino McGowan [aut] (ORCID: ), Jeff Leek [ldr] (ORCID: ) Maintainer: Sean Kross