Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in nysiis.R #45

Open
wants to merge 35 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c9a5392
Merge branch 'hotfix/1.2.1'
howardjp Jan 2, 2019
8ddc93d
Merge branch 'release/v1.2.2'
howardjp Jan 7, 2019
ef5779b
Merge branch 'release/v1.2.3'
howardjp Jan 9, 2019
702c69c
Merge branch 'release/1.3.0'
howardjp Mar 1, 2019
da2fed8
Merge branch 'release/v1.3.1'
howardjp Jun 18, 2019
05b9809
Merge branch 'release/v1.3.2'
howardjp Jun 18, 2019
06df528
Remove docs
howardjp Jul 5, 2020
5ed13db
Merge branch 'release/v1.3.3'
howardjp Jul 5, 2020
13c1286
Merge branch 'release/v1,3.4'
howardjp Jul 5, 2020
47fe0c5
Merge branch 'release/v1.3.5'
howardjp Jul 5, 2020
1c746f0
Merge branch 'release/v1.3.6'
howardjp Jul 6, 2020
28f1148
Merge branch 'release/v1.3.7' into master
howardjp Oct 1, 2020
d95d754
Merge branch 'release/v1.3.8' into master
howardjp Oct 1, 2020
25e9f75
Merge branch 'release/v1.3.9' into master
howardjp Oct 12, 2020
db4ecbc
update main
howardjp Jul 10, 2021
569605b
Added some new work flows
howardjp Jul 10, 2021
5e111b4
Added develop to workflows
howardjp Jul 10, 2021
f87423d
Added the matrix test
howardjp Jul 11, 2021
ea7fefa
Fix the R version/matrix issue
howardjp Jul 11, 2021
6693c38
Added test-coverage
howardjp Jul 11, 2021
0308160
Travis made the switch too hard
howardjp Jul 11, 2021
1a09cfc
Remove checking suggests
howardjp Jul 11, 2021
4f92119
Re-enable Ubuntu builds
howardjp Jul 11, 2021
608d445
Removed windows dev
howardjp Jul 11, 2021
be51433
Why? Why must life be so hard? Why must I fail in every attempt at ma…
howardjp Jul 11, 2021
f694871
Use default package manager for R on Ubuntu
howardjp Jul 11, 2021
a9221d1
Removing Ubuntu
howardjp Jul 11, 2021
ff361a2
Added GitHub Actions-based build check badge
howardjp Jul 11, 2021
f19d912
Add usethis
howardjp Jul 11, 2021
1825c99
Merge branch 'develop' of github.com:k3jph/phonics-in-r into develop
howardjp Jul 11, 2021
c6ed47f
Update check-release.yaml
howardjp Jul 11, 2021
1c540bc
Add pandoc to test build
howardjp Jul 11, 2021
ba78cb8
Bump version and date
howardjp Jul 11, 2021
062eec5
Merge branch 'release/v1.3.10'
howardjp Jul 11, 2021
d727a43
Fix typo in nysiis.R
kinow Jun 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Re-enable Ubuntu builds
howardjp committed Jul 11, 2021
commit 4f921190a9051a32c3c488cd7ebf6d886c78b58a
4 changes: 2 additions & 2 deletions .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
@@ -28,8 +28,8 @@ jobs:
- {os: windows-latest, r: 'devel'}
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest, r: 'devel'}
# - {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
# - {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest", http-user-agent: "R/4.1.0 (ubuntu-20.04) R (4.1.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest", http-user-agent: "R/4.1.0 (ubuntu-20.04) R (4.1.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}