Skip to content

Commit 73d2360

Browse files
authored
Merge pull request #34 from mitre/t60-clean-example-output
Avoid split data files in check
2 parents da2d91e + de5b273 commit 73d2360

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

R/utils.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#' @export
1818
#' @importFrom utils tail
1919
#' @examples
20-
#' \donttest{
20+
#' \dontrun{
2121
#' # Run on given data
2222
#' df <- as.data.frame(syngrowth)
2323
#'

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The rest of this documentation includes:
8080

8181
- [Configuration options](articles/configuration.html) - changing growthcleanr operational
8282
settings
83-
- [Understanding growthclenar output](articles/output.html) - the exclusion
83+
- [Understanding growthcleanr output](articles/output.html) - the exclusion
8484
types growthcleanr identifies
8585
- [Adult algorithm](articles/adult-algorithm.html) - a detailed description of
8686
how growthcleanr assesses observations from adult subjects

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The rest of this documentation includes:
7373

7474
- [Configuration options](articles/configuration.html) - changing
7575
growthcleanr operational settings
76-
- [Understanding growthclenar output](articles/output.html) - the
76+
- [Understanding growthcleanr output](articles/output.html) - the
7777
exclusion types growthcleanr identifies
7878
- [Adult algorithm](articles/adult-algorithm.html) - a detailed
7979
description of how growthcleanr assesses observations from adult

docs/index.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ articles:
1111
quickstart: quickstart.html
1212
usage: usage.html
1313
utilities: utilities.html
14-
last_built: 2021-06-13T20:42Z
14+
last_built: 2021-06-13T22:44Z
1515

docs/reference/splitinput.html

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/splitinput.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)