Package: sinew
Type: Package
Title: Create 'roxygen2' Skeleton with Information from Function Script
Version: 0.3.8
Date: 2018-08-29
Authors@R: c(person(given = "Jonathan",
                    family = "Sidi", 
                    email = "yonis@metrumrg.com", 
                    role = c("aut","cre"),
                    comment = c(ORCID = "0000-0002-4222-1819")), 
             person(given = "Anton",
                    family = "Grishin",
                    role = "ctb"),
             person(given = "Lorenzo",
                    family = "Busetto",
                    role = "ctb")
             )
Maintainer: Jonathan Sidi <yonis@metrumrg.com>
Description: Create 'roxygen2' skeleton populated with information scraped from the
         within the function script. Also creates field entries for imports in the
         'DESCRIPTION' and import in the 'NAMESPACE' files. Can be run from the R
         console or through the 'RStudio' 'addin' menu.
Depends: R (>= 2.3.0)
Imports:
        rstudioapi,utils,shiny,miniUI,tools,sos,stringi,yaml,crayon,cli,rematch2
License: GPL-2 | GPL-3
Suggests: roxygen2,testthat
URL: https://github.com/metrumresearchgroup/sinew
BugReports: https://github.com/metrumresearchgroup/sinew/issues
LazyData: true
NeedsCompilation: no
Packaged: 2018-08-31 17:35:32 UTC; yonis
RoxygenNote: 6.0.1
Author: Jonathan Sidi [aut, cre] (<https://orcid.org/0000-0002-4222-1819>),
  Anton Grishin [ctb],
  Lorenzo Busetto [ctb]
Repository: CRAN
Date/Publication: 2018-08-31 17:50:07 UTC
