-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from africanmathsinitiative/master
update
- Loading branch information
Showing
187 changed files
with
36,880 additions
and
15,129 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,25 @@ | ||
changelog: | ||
exclude: | ||
labels: | ||
- 'skip-releasenotes' | ||
categroies: | ||
- title: '⭐ Features' | ||
labels: | ||
- 'feature' | ||
- 'enhancement' | ||
- title: '🐞 Bug Fixes' | ||
labels: | ||
- 'fix' | ||
- 'bugfix' | ||
- 'bug' | ||
- title: '🌦️ Climatic' | ||
labels: | ||
- 'Climatic' | ||
- title: '📝 Procurement' | ||
labels: | ||
- 'Procurement' | ||
- title: 'Other Changes' | ||
labels: | ||
- "*" | ||
|
||
|
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,50 @@ | ||
name: Test code | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: windows-2019 | ||
|
||
steps: | ||
|
||
# Create directory and copy over InstatData (64bit) | ||
- name: Make Library directory 64 bit | ||
run: | | ||
MKDIR instat\bin\x64\Release\static\ | ||
|
||
# check out R for R-Instat | ||
- name: Checkout R for R-Instat | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: 'ChrisMarsh82/R-RInstat' | ||
fetch-depth: 0 | ||
path: 'R-RInstat' | ||
|
||
- name: Copy R 64 bit | ||
run: | | ||
ROBOCOPY R-RInstat\64Bit\ instat\bin\x64\Release\static\ /E | ||
continue-on-error: true | ||
|
||
|
||
|
||
- name: make r tools directory | ||
run: | | ||
MKDIR rtools | ||
- name: Install R tools | ||
run : | | ||
curl -o D:\a\R-Instat\R-Instat\rtools\R-4.0.0-win.exe https://cran.r-project.org/bin/windows/base/R-4.0.0-win.exe | ||
- name: install | ||
run : | | ||
D:\a\R-Instat\R-Instat\rtools\R-4.0.0-win.exe /NORESTART /VERYSILENT /SUPPRESSMSGBOXES | ||
- name: update path | ||
run : | | ||
setx path "instat\bin\x64\Release\static\R\bin\;R-4.0.0\bin" | ||
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 |
---|---|---|
|
@@ -251,3 +251,4 @@ installer/Output/ | |
/packages/jacobslusser.ScintillaNET.*/ | ||
|
||
/packages/NLog.*/ | ||
/packages/Newtonsoft.Json.*/ |
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
Oops, something went wrong.