Skip to content

Commit a72895e

Browse files
authored
[ci] fixing web refs and vignettes (#44)
* fixing web refs and vignettes * typos
1 parent a9bf7c1 commit a72895e

7 files changed

Lines changed: 26 additions & 3 deletions

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Added support for specifying whether suppression is on or off when acro session is started
66
* Added support for toggling suppression dynamically during session via `acro_enable_supression()`
77
and `acro_disable_suppression()`
8-
* Improved documentation in package and at [sacro-tools.org](sacro-tools.org)
8+
* Improved documentation in package and at [https://sacro-tools.org/](https://sacro-tools.org/)
99
* Added Support for variable names with spaces when calling crosstab
1010
* Set status of disclosive outputs to 'review' (previously 'fail') when suppression has been applied
1111
* Automatically add exception message when applying suppression to an output

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Select the `example-notebook.Rmd` in the bottom-right pane after loading.
5252

5353
### Documentation
5454

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

5757
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.
5858

prepare_to_submit_to_CRAN.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@ usethis::use_version(which = c("patch", "minor", "major", "dev")[1])
3535
# 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/)
3636
devtools::build()
3737

38+
#good idea to run
39+
R CMD build . && R CMD check --as-cran $(ls -t . | head -n1)
40+
3841
# Or if you decide to do the release automatically then you can run this command
3942
# devtools::release()

vignettes/examples.Rmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
title: "Examples"
3+
output: rmarkdown::html_vignette
4+
vignette: >
5+
%\VignetteIndexEntry{Examples}
6+
%\VignetteEngine{knitr::rmarkdown}
7+
%\VignetteEncoding{UTF-8}
38
---
49

510
# Examples

vignettes/installation.Rmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
title: "Installation Guide"
3+
output: rmarkdown::html_vignette
4+
vignette: >
5+
%\VignetteIndexEntry{Installation Guide}
6+
%\VignetteEngine{knitr::rmarkdown}
7+
%\VignetteEncoding{UTF-8}
38
---
49

510
# Installation Guide

vignettes/supports.Rmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
title: "What ACRO-R Supports"
3+
output: rmarkdown::html_vignette
4+
vignette: >
5+
%\VignetteIndexEntry{What ACRO-R Supports}
6+
%\VignetteEngine{knitr::rmarkdown}
7+
%\VignetteEncoding{UTF-8}
38
---
49

510
# What ACRO-R Supports

vignettes/welcome.Rmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
title: "Welcome to ACRO-R"
3+
output: rmarkdown::html_vignette
4+
vignette: >
5+
%\VignetteIndexEntry{Welcome to ACRO-R}
6+
%\VignetteEngine{knitr::rmarkdown}
7+
%\VignetteEncoding{UTF-8}
38
---
49

510
# Welcome to ACRO-R
@@ -38,7 +43,7 @@ acro_init(suppress = TRUE)
3843

3944
## Documentation
4045

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

4348
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.
4449

0 commit comments

Comments
 (0)