Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Added support for specifying whether suppression is on or off when acro session is started
* Added support for toggling suppression dynamically during session via `acro_enable_supression()`
and `acro_disable_suppression()`
* Improved documentation in package and at [sacro-tools.org](sacro-tools.org)
* Improved documentation in package and at [https://sacro-tools.org/](https://sacro-tools.org/)
* Added Support for variable names with spaces when calling crosstab
* Set status of disclosive outputs to 'review' (previously 'fail') when suppression has been applied
* Automatically add exception message when applying suppression to an output
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Select the `example-notebook.Rmd` in the bottom-right pane after loading.

### Documentation

The github-pages contains pre-built [documentation](https://ai-sdc.github.io/ACRO-R/).
The github-pages contains pre-built [documentation](https://acro-r.sacro-tools.org/).

Additionally, see our [paper describing the SACRO framework](https://doi.org/10.1109/TP.2025.3566052) to learn about its principles-based SDC methodology and usage.

Expand Down
3 changes: 3 additions & 0 deletions prepare_to_submit_to_CRAN.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ usethis::use_version(which = c("patch", "minor", "major", "dev")[1])
# When you are happy with the package and want to submit it to CRAN, you can do this manually by converting the package source directory into a single bundled file and submit this file to CRAN (https://xmpalantir.wu.ac.at/cransubmit/)
devtools::build()

#good idea to run
R CMD build . && R CMD check --as-cran $(ls -t . | head -n1)

# Or if you decide to do the release automatically then you can run this command
# devtools::release()
5 changes: 5 additions & 0 deletions vignettes/examples.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
title: "Examples"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Examples}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

# Examples
Expand Down
5 changes: 5 additions & 0 deletions vignettes/installation.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
title: "Installation Guide"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Installation Guide}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

# Installation Guide
Expand Down
5 changes: 5 additions & 0 deletions vignettes/supports.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
title: "What ACRO-R Supports"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{What ACRO-R Supports}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

# What ACRO-R Supports
Expand Down
7 changes: 6 additions & 1 deletion vignettes/welcome.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
title: "Welcome to ACRO-R"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Welcome to ACRO-R}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

# Welcome to ACRO-R
Expand Down Expand Up @@ -38,7 +43,7 @@ acro_init(suppress = TRUE)

## Documentation

The github-pages contains pre-built [documentation](https://ai-sdc.github.io/ACRO-R/).
The github-pages contains pre-built [documentation](https://acro-r.sacro-tools.org/index.html).

Additionally, see our [paper describing the SACRO framework](https://doi.org/10.1109/TP.2025.3566052) to learn about its principles-based SDC methodology and usage.

Expand Down
Loading