Package: whereami Type: Package Title: Reliably Return the Source and Call Location of a Command Description: Robust and reliable functions to return informative outputs to console with the run or source location of a command. This can be from the 'RScript'/R terminal commands or 'RStudio' console, source editor, 'Rmarkdown' document and a Shiny application. Version: 0.2.0 Authors@R: c( person(given = "Jonathan", family = "Sidi", email = "yonicd@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4222-1819")), person("Colin", "Fay", email = "contact@colinfay.me", role = c("ctb"), comment=c(ORCID="0000-0001-7343-1846")), person("Kirill", "M\u00fcller", role = c("aut"), email = "krlmlr+r@mailbox.org", comment = c(ORCID = "0000-0002-1416-3412")) ) License: MIT + file LICENSE Depends: R (>= 3.2.0) Imports: utils, graphics, grDevices, stats, cli, rstudioapi, jsonlite URL: https://github.com/yonicd/whereami BugReports: https://github.com/yonicd/whereami/issues Encoding: UTF-8 RoxygenNote: 7.2.1 Roxygen: list(markdown = TRUE) Suggests: magrittr, ggplot2, kableExtra, testthat, covr, knitr, rmarkdown VignetteBuilder: knitr Repository: https://yonicd.r-universe.dev Date/Publication: 2022-12-22 20:36:55 UTC RemoteUrl: https://github.com/yonicd/whereami RemoteRef: HEAD RemoteSha: df7a1499a30e29787d2ae6bd78165db38af7a06a NeedsCompilation: no Packaged: 2026-07-04 16:45:25 UTC; root Author: Jonathan Sidi [aut, cre] (ORCID: ), Colin Fay [ctb] (ORCID: ), Kirill Müller [aut] (ORCID: ) Maintainer: Jonathan Sidi