Package: sinew
Type: Package
Title: Package Development Documentation and Namespace Management
Version: 0.4.0
Date: 2022-03-27
Authors@R: c(
        person("Jonathan", "Sidi", email = "yonicd@gmail.com", role = c("aut","cre")), 
        person("Anton","Grishin",role = "ctb"),
        person("Lorenzo","Busetto",role = "ctb"),
        person("Alexey","Shiklomanov",role = "ctb"),
        person("Stephen","Holsenbeck",role = "ctb"))
Description: Manage package documentation and namespaces from the command line. 
             Programmatically attach namespaces in R and Rmd script, populates 
             'Roxygen2' skeletons with information scraped from within functions and 
             populate the Imports field of the DESCRIPTION file.
Depends: R (>= 3.2.0)
Imports: rstudioapi, utils, tools, sos, stringi, yaml, crayon, cli,
        rematch2
License: MIT + file LICENSE
Suggests: rcmdcheck, git2r, shiny, miniUI, withr, usethis, fs, details,
        roxygen2, testthat, knitr, rmarkdown
URL: https://github.com/yonicd/sinew
BugReports: https://github.com/yonicd/sinew/issues
NeedsCompilation: no
Packaged: 2022-03-27 20:01:36 UTC; yonis
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Author: Jonathan Sidi [aut, cre],
  Anton Grishin [ctb],
  Lorenzo Busetto [ctb],
  Alexey Shiklomanov [ctb],
  Stephen Holsenbeck [ctb]
Maintainer: Jonathan Sidi <yonicd@gmail.com>
Repository: CRAN
Date/Publication: 2022-03-31 10:30:02 UTC
Built: R 4.2.0; ; 2022-04-26 23:53:46 UTC; unix
