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.0
Authors@R: c(
    person("Thomas", "Sibley", email = "trsibley@uw.edu", role = c("aut", "cre")),
    person("University of Washington", role = c("cph")) )
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.0.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2018-04-09 17:04:56 UTC; trsibley
Author: Thomas Sibley [aut, cre],
  University of Washington [cph]
Maintainer: Thomas Sibley <trsibley@uw.edu>
Repository: CRAN
Date/Publication: 2018-04-10 10:18:22 UTC
