Package: pkglite
Title: Compact Package Representations
Version: 0.2.1
Authors@R: c(
    person("Nan", "Xiao", email = "nan.xiao1@merck.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0250-5673")),
    person("Yilong", "Zhang", email = "yilong.zhang@merck.com", role = c("aut")),
    person("Keaven", "Anderson", email = "keaven_anderson@merck.com", role = c("aut")),
    person("Amin", "Shirazi", email = "amin.shirazi@merck.com", role = c("ctb")),
    person("Jeff", "Cheng", email = "jeff.cheng@merck.com", role = c("ctb")),
    person("Merck Sharp & Dohme Corp", role = "cph")
    )
Description: A tool, grammar, and standard to represent and exchange
    R package source code as text files. Converts one or more source
    packages to a text file and restores the package structures from the file.
License: GPL-3
URL: https://merck.github.io/pkglite/, https://github.com/Merck/pkglite
BugReports: https://github.com/Merck/pkglite/issues
Encoding: UTF-8
VignetteBuilder: knitr
Depends: R (>= 3.5.0)
Imports: crayon, magrittr, remotes
Suggests: knitr, rmarkdown, testthat, covr
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-08-28 22:23:00 UTC; nanx
Author: Nan Xiao [aut, cre] (<https://orcid.org/0000-0002-0250-5673>),
  Yilong Zhang [aut],
  Keaven Anderson [aut],
  Amin Shirazi [ctb],
  Jeff Cheng [ctb],
  Merck Sharp & Dohme Corp [cph]
Maintainer: Nan Xiao <nan.xiao1@merck.com>
Repository: CRAN
Date/Publication: 2022-08-28 23:10:02 UTC
Built: R 4.1.2; ; 2022-08-29 10:26:46 UTC; unix
