@@ -4,35 +4,35 @@ Version: 0.1.0.9000
44Authors@R:
55 person("Ryan", "Zomorrodi", , "
[email protected] ", role = c("aut", "cre", "cph"),
66 comment = c(ORCID = "0009-0003-6417-5985"))
7- Description: Use R and 'SAS' within reproducible multilingual 'quarto'
8- documents. Run 'SAS' code blocks interactively, send data back and forth
9- between 'SAS' and R, and render 'SAS' output within quarto documents. 'SAS'
10- connections are established through a combination of 'SASPy' and
11- 'reticulate'.
7+ Description: Use R and 'SAS' within reproducible multilingual 'quarto'
8+ documents. Run 'SAS' code blocks interactively, send data back and
9+ forth between 'SAS' and R, and render 'SAS' output within quarto
10+ documents. 'SAS' connections are established through a combination of
11+ 'SASPy' and ' reticulate'.
1212License: MIT + file LICENSE
13- Encoding: UTF-8
14- Roxygen: list(markdown = TRUE)
15- RoxygenNote: 7.3.2
16- SystemRequirements:
17- python (>= 3.4.0),
18- SASPy,
19- java (>= 7) required for IOM access method
13+ URL: https://docs.ropensci.org/sasquatch,
14+ https://github.com/ropensci/sasquatch
15+ BugReports: https://github.com/ropensci/sasquatch/issues
2016Depends:
2117 R (>= 4.1.0)
2218Imports:
2319 cli,
2420 evaluate,
2521 htmlwidgets,
2622 knitr,
27- reticulate,
23+ reticulate (>= 1.41.0) ,
2824 rlang (>= 1.1.0),
2925 rstudioapi
3026Suggests:
3127 curl,
3228 rmarkdown,
3329 testthat (>= 3.0.0),
3430 withr
35- URL: https://docs.ropensci.org/sasquatch, https://github.com/ropensci/sasquatch
36- BugReports: https://github.com/ropensci/sasquatch/issues
37- VignetteBuilder: knitr
31+ VignetteBuilder:
32+ knitr
3833Config/testthat/edition: 3
34+ Encoding: UTF-8
35+ Roxygen: list(markdown = TRUE)
36+ RoxygenNote: 7.3.2
37+ SystemRequirements: python (>= 3.4.0), SASPy, java (>= 7) required for IOM
38+ access method
0 commit comments