Skip to content

Commit e4e14c6

Browse files
committed
adding files tweaked by rcheck
1 parent 2734dfb commit e4e14c6

6 files changed

Lines changed: 40 additions & 16 deletions

File tree

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ export(acro_add_comments)
44
export(acro_add_exception)
55
export(acro_crosstab)
66
export(acro_custom_output)
7+
export(acro_disable_suppression)
8+
export(acro_enable_suppression)
79
export(acro_finalise)
810
export(acro_glm)
911
export(acro_hist)

R/output_commands.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ acro_finalise <- function(path, ext) {
100100
}
101101

102102

103-
#' Turns suppresssion on during a session
103+
#' Turns suppression on during a session
104104
#'
105105
#' @return No return value, called for side effects
106106
#' @export
@@ -112,7 +112,7 @@ acro_enable_suppression <- function() {
112112
acroEnv$ac$enable_suppression()
113113
}
114114

115-
#' Turns suppresssion off during a session
115+
#' Turns suppression off during a session
116116
#'
117117
#' @return No return value, called for side effects
118118
#' @export

inst/WORDLIST

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,35 @@
11
ADR
22
Acknowledgement
33
Analytics
4+
Conda
45
EPSRC
5-
GPLv
66
GRAIMATTER
77
HDR
88
Initialise
99
Karnofsky
1010
MRC
1111
MyBinder
12-
NK
13-
PyPI
1412
RStudio
1513
SACRO
1614
SDC
17-
Scalable
18-
TRE
15+
TREs
16+
TREvolution
17+
Transformative
1918
Xplore
19+
YAML
20+
analytics
2021
auditable
21-
btn
2222
codecov
23-
crosstab
2423
disclosive
25-
finalise
2624
github
2725
https
2826
initialised
2927
json
30-
mitigations
3128
numpy
3229
openml
33-
organisation
3430
pre
3531
programme
36-
sacro
3732
scipy
38-
sm
39-
statsmodels
4033
www
4134
xlsx
35+
yaml

man/acro_disable_suppression.Rd

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/acro_enable_suppression.Rd

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/supports.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "What ACRO-R Supports"
44

55
# What ACRO-R Supports
66

7-
This page provides a comprehensive overview of ACRO’s capabilities. ACRO supports a wide range of statistical analysis functions with automated disclosure control.
7+
This page provides a comprehensive overview of the capabilities ACRO supports. ACRO supports a wide range of statistical analysis functions with automated disclosure control.
88

99
## Supported Data Analysis Functions
1010

0 commit comments

Comments
 (0)