Skip to content

Commit

Permalink
update windows jags
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenkewu committed Dec 15, 2023
1 parent 77fa817 commit 3ba6bd9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,20 @@ jobs:
do
eval sudo $cmd
done < <(Rscript -e 'cat(remotes::system_requirements("ubuntu", "20.04"), sep = "\n")')
- name: Install jags (windows-latest)
- name: Install jags (windows-latest) - most windows system dependencies
if: runner.os == 'Windows'
run: |
curl.exe -o wjags.exe --url https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Windows/JAGS-4.3.1.exe
wjags.exe /S
del wjags.exe
pacman -Syu mingw-w64-x86_64-make --noconfirm
g++ --version
Get-Command g++ | Select-Object -ExpandProperty Definition
mingw32-make --version
Get-Command mingw32-make | Select-Object -ExpandProperty Definition
(New-Object System.Net.WebClient).DownloadFile('https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Windows/JAGS-4.3.0.exe', 'C:\JAGS-4.3.0.exe')
shell: powershell

- name: Install JAGS on (windows-latest)
if: runner.os == 'Windows'
run: C:\JAGS-4.3.0.exe /S
shell: cmd

- name: Install jags (macOS-latest)
Expand Down
5 changes: 1 addition & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ This is a resubmission. In this version I have:

* updated to fix an issue in the example of `nplcm` (Package was archived on CRAN because of a tricky interfacing issue between JAGS 4.3.x and R 4.3.x)

* [only appeared on Windows Server 2022, R-devel, 64 bit]checking for detritus in the temp directory ... NOTE
Found the following files/directories:
'lastMiKTeXException'
We checked online; it seems to be platform-specific and related to files produced during testing; we did not find any place in the source files where interactive use of the vignette was invoked. This note did not appear in other platforms.
* [only appeared on Windows Server 2022, R-devel, x64] Lost braces; missing escapes or markup?

* There is another note (occasionally) about some doi links being "Service Unavailable".
I checked that every link works. They were considered to be slow (by the checking functions)
Expand Down
Binary file added installed_old.rda
Binary file not shown.

0 comments on commit 3ba6bd9

Please sign in to comment.