-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add spell check and fix typos that it found
- Loading branch information
1 parent
3931550
commit bb74e3b
Showing
7 changed files
with
118 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# run devtools::spell_check() | ||
name: call-spell-check | ||
# on specifies the build triggers. See more info at https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows | ||
on: | ||
# this workflow runs on pushing to main, pull requests to main, and manually. | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- main | ||
workflow_dispatch: | ||
jobs: | ||
call-workflow: | ||
uses: nmfs-fish-tools/ghactions4r/.github/workflows/spell-check.yml@main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
ADMB | ||
AFMA | ||
AICc | ||
Acknowledgements | ||
Ageing | ||
André | ||
Anoplopoma | ||
Aquat | ||
Australias | ||
BG | ||
Bertanlaffy | ||
Bessell | ||
CSIRO | ||
Centroberyx | ||
CreateData | ||
Curin | ||
Curvilinear | ||
Forsythe | ||
GABRAG | ||
GLMMs | ||
Hollings | ||
KrusicGolub | ||
Linf | ||
Macruronus | ||
MaxAge | ||
Menten | ||
Michaelis | ||
Moler | ||
NOAA | ||
NWFSC | ||
Nreaders | ||
ORCID | ||
Osorio | ||
Pia | ||
Pinheiro | ||
Prespecify | ||
Redfish | ||
ReturnType | ||
Rtools | ||
SERAG | ||
SESSF | ||
Sablefish | ||
Scalefish | ||
SigmaOpt | ||
Sillago | ||
Sporcic | ||
Springer | ||
TMB | ||
TrueAge | ||
ag | ||
ageing | ||
agemat | ||
al | ||
cmd | ||
cpp | ||
csv | ||
curvilinear | ||
dat | ||
doi | ||
et | ||
fimbria | ||
flindersi | ||
frac | ||
gerrardi | ||
github | ||
hte | ||
hyperdistribution | ||
lda | ||
maxage | ||
modelling | ||
novaezelandiae | ||
nwfscAgeingError | ||
otolith | ||
otoliths | ||
pers | ||
png | ||
pre | ||
prespecify | ||
purpopses | ||
rpt | ||
sablefish | ||
scalefish | ||
selex | ||
shoudl | ||
spc | ||
summarised | ||
th | ||
theSERAG | ||
tpl | ||
von | ||
xvec | ||
yvec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
if(requireNamespace('spelling', quietly = TRUE)) | ||
spelling::spell_check_test(vignettes = TRUE, error = FALSE, | ||
skip_on_cran = TRUE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters