Skip to content

Commit 61de39d

Browse files
Add minimum reticulate version of 1.41.0
2 parents 434602a + 9dadfe4 commit 61de39d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

DESCRIPTION

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@ Version: 0.1.0.9000
44
Authors@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'.
1212
License: 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
2016
Depends:
2117
R (>= 4.1.0)
2218
Imports:
2319
cli,
2420
evaluate,
2521
htmlwidgets,
2622
knitr,
27-
reticulate,
23+
reticulate (>= 1.41.0),
2824
rlang (>= 1.1.0),
2925
rstudioapi
3026
Suggests:
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
3833
Config/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

Comments
 (0)