Skip to content

Commit 6b738a5

Browse files
authored
chore: update acro pip to v0.4.11 (#27)
* chore: bump acro pip version to v0.4.11 * docs: update news * docs: update readme
1 parent 146d15d commit 6b738a5

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: acro
22
Title: A Tool for Semi-Automating the Statistical Disclosure Control of Research Outputs
3-
Version: 0.1.5
3+
Version: 0.1.6
44
Authors@R: c(
55
person("Jim", "Smith", role = c("cre","ctb"),
66
email = "James.Smith@uwe.ac.uk", comment = c(ORCID = "0000-0001-7908-1859")),
@@ -14,7 +14,7 @@ License: MIT + file LICENSE
1414
Encoding: UTF-8
1515
Roxygen: list(markdown = TRUE)
1616
RoxygenNote: 7.3.2
17-
SystemRequirements: Python (>= 3.9)
17+
SystemRequirements: Python (>= 3.10)
1818
Imports:
1919
reticulate,
2020
admiraldev,

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# acro 0.1.6
2+
3+
* Upgrade ACRO Python backend to v0.4.11, supporting Python 3.14.
4+
15
# acro 0.1.5
26

37
* Upgrade ACRO Python backend to v0.4.9, addressing installation problems due to scipy dependency update.

R/create_virtualenv.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
acro_venv <- "r-acro-0.4.9"
2-
acro_package <- "acro==0.4.9"
3-
python_version <- ">=3.9"
1+
acro_venv <- "r-acro-0.4.11"
2+
acro_package <- "acro==0.4.11"
3+
python_version <- ">=3.10"
44

55

66
#' Install acro

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Additional programming languages such as this R package are supported by providi
2525

2626
### Installation
2727

28+
Prerequisite: you must have [Python](https://www.python.org) pre-installed.
29+
2830
Install the **acro** package from CRAN as follows:
2931

3032
``` r
@@ -44,7 +46,9 @@ Before using any function from the package, an acro object should be initialised
4446

4547
### Try Online with MyBinder
4648

47-
Try an example notebook in RStudio online on [MyBinder.org](https://mybinder.org/v2/gh/AI-SDC/ACRO-R/main?urlpath=rstudio). Select the `example-notebook.Rmd` in the bottom-right pane after loading.
49+
Try an example notebook in [RStudio online](https://mybinder.org/v2/gh/AI-SDC/ACRO-R/main?urlpath=rstudio) on MyBinder.org.
50+
51+
Select the `example-notebook.Rmd` in the bottom-right pane after loading.
4852

4953
### Documentation
5054

0 commit comments

Comments
 (0)