Skip to content

Commit 18f7806

Browse files
Merge pull request #50 from nutriverse/dev
edit typo in vignette; fix # 42
2 parents 1ed6cf5 + 03b067f commit 18f7806

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ release:
1919

2020
* upgrade website to bootstrap 5
2121

22+
* edit typo in vignette
23+
2224

2325
# nipnTK 0.1.0
2426

docs/articles/ad.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

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

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ articles:
1111
rl: rl.html
1212
sp: sp.html
1313
sr: sr.html
14-
last_built: 2023-01-05T00:31Z
14+
last_built: 2023-01-05T00:55Z
1515
urls:
1616
reference: https://nutriverse.io/nipnTK/reference
1717
article: https://nutriverse.io/nipnTK/articles

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

inst/WORDLIST

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Anthro
22
AnthroPlus
3-
AppVeyor
43
Appveyor
54
BAZ
65
BMI
6+
CMD
77
CodeFactor
8+
Codecov
89
DHS
910
DPS
1011
Dadaab
@@ -19,6 +20,7 @@ HelpAge
1920
Hense
2021
Kuulasmaa
2122
LCL
23+
Lifecycle
2224
MADs
2325
MUAC
2426
NCHS
@@ -47,7 +49,6 @@ bpqa
4749
cd
4850
cex
4951
ci
50-
codecov
5152
cran
5253
csv
5354
demispan
@@ -65,7 +66,6 @@ ht
6566
htm
6667
kgs
6768
kwashiorkor
68-
lifecycle
6969
mads
7070
minGI
7171
monica

vignettes/ad.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ as the tall central columns that exceed the expected values shown by the overlai
414414
Skew and kurtosis are both used in SMART plausibility checks. Table below shows how skew and kurtosis statistics are applied by SMART.
415415

416416
```{r tab2, echo = FALSE, eval = TRUE}
417-
col1 <- c("< 0.2", "≥ 0.2 and < 0.4", "≥ 0.6 and < 0.6", "≥ 0.6")
417+
col1 <- c("< 0.2", "≥ 0.2 and < 0.4", "≥ 0.4 and < 0.6", "≥ 0.6")
418418
col2 <- c("Excellent", "Good", "Acceptable", "Problematic")
419419
420420
tab <- data.frame(col1, col2)

0 commit comments

Comments
 (0)