Type: Package Package: sinew Title: Package Development Documentation and Namespace Management Version: 0.5.0 Date: 2022-03-27 Authors@R: c( person("Jonathan", "Sidi", , "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", , "sholsen@alumni.emory.edu", role = "ctb"), person("Eli", "Pousson", , "eli.pousson@gmail.com", 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. License: MIT + file LICENSE URL: https://github.com/yonicd/sinew BugReports: https://github.com/yonicd/sinew/issues Depends: R (>= 4.1.0) Imports: cli, rematch2, rstudioapi, sos, stringi, tools, utils, yaml Suggests: clipr, details, fs, git2r, knitr, miniUI, rcmdcheck, rmarkdown, roxygen2, roxygen2md, shiny, testthat, usethis, withr VignetteBuilder: knitr Encoding: UTF-8 NeedsCompilation: no Packaged: 2026-06-08 08:14:14 UTC; root Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Config/pak/sysreqs: libicu-dev Repository: https://yonicd.r-universe.dev Date/Publication: 2024-02-27 15:04:09 UTC RemoteUrl: https://github.com/yonicd/sinew RemoteRef: HEAD RemoteSha: dc9ea463a020ffe386667636c0a182bc18486ae8 Author: Jonathan Sidi [aut, cre], Anton Grishin [ctb], Lorenzo Busetto [ctb], Alexey Shiklomanov [ctb], Stephen Holsenbeck [ctb], Eli Pousson [ctb] Maintainer: Jonathan Sidi