Skip to content

Commit

Permalink
#234 aligned with the cicd and updated woordlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav committed Oct 14, 2024
1 parent e272053 commit a48a856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions inst/WORDLIST.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1133,3 +1133,5 @@ mypackage
parmsam
shinyl
zzz
EG
interpretability
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ egdtc <- vs %>%
distinct() %>%
rename(EGDTC = VSDTC)
print(n=10, egdtc)
print(n = 10, egdtc)
```

### 3. Generating a Grid of Patient Data
Expand Down Expand Up @@ -148,7 +148,7 @@ eg <- expand.grid(
), stringsAsFactors = FALSE
)
print(n=10, eg)
print(n = 10, eg)
```

### 4. Generating Random Test Results
Expand Down

0 comments on commit a48a856

Please sign in to comment.