Package: scriptName
Title: Determine a Script's Filename from Within the Script Itself
Description: A small set of functions wrapping up the call stack and command
  line inspection needed to determine a running script's filename from
  within the script itself.
Version: 1.0.1
Authors@R: c(
    person("Thomas", "Sibley", email = "trsibley@uw.edu", role = c("aut", "cre")),
    person("University of Washington", role = c("cph")),
    person("Travers", "Ching", email = "traversc@gmail.com", role = c("ctb")) )
License: MIT + file LICENSE
URL: https://github.com/MullinsLab/scriptName
BugReports: https://github.com/MullinsLab/scriptName/issues
Imports: rlang (>= 0.1.0), purrr (>= 0.2.3)
Suggests: testthat, devtools
RoxygenNote: 6.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2019-06-19 06:36:17 UTC; tom
Author: Thomas Sibley [aut, cre],
  University of Washington [cph],
  Travers Ching [ctb]
Maintainer: Thomas Sibley <trsibley@uw.edu>
Repository: CRAN
Date/Publication: 2019-06-19 07:40:03 UTC
Built: R 4.5.2; ; 2025-11-01 02:13:42 UTC; windows
