Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
davidycliao committed Aug 14, 2024
1 parent 21f73e1 commit bc08029
Show file tree
Hide file tree
Showing 7 changed files with 181 additions and 10 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: windows-latest
strategy:
matrix:
os: [windows-latest]
Expand All @@ -33,7 +33,6 @@ jobs:
r-version: ${{ matrix.r-version }}

- name: Install system dependencies on Windows
if: runner.os == 'Windows'
run: |
choco install qpdf
choco install pkgconfiglite
Expand All @@ -57,4 +56,11 @@ jobs:
- name: Test (optional)
run: |
Rscript -e "devtools::test()"
shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
shell: pwsh
env:
_R_INSTALL_TIME_PATCHES_: no
R_LIBS_USER: ${{ runner.temp }}/Library
TZ: UTC
_R_CHECK_SYSTEM_CLOCK_: FALSE
NOT_CRAN: true
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ export(doubleCenterRect)
export(gray.palette)
export(mlsmu6)
export(plot_blackbox)
export(plot_oc_rollcall)
export(plot_resphist)
export(plot_rollcall)
export(plot_wnom_coords)
export(rc.errors)
import(ellipse)
import(ggplot2)
importFrom(MASS,polr)
importFrom(basicspace,aldmck)
Expand Down
9 changes: 2 additions & 7 deletions man/binary.comparisons.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions man/plot_oc_rollcall.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions man/plot_rollcall.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions man/plot_wnom_coords.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions man/rc.errors.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc08029

Please sign in to comment.