Skip to content

Commit 7ec658e

Browse files
committed
fix gh actions
1 parent 6bd351e commit 7ec658e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
config:
3838
- {os: windows-latest, r: 'devel'}
3939
- {os: macOS-latest, r: '4.1'}
40-
- {os: macOS-latest, r: '4.0'}
40+
# - {os: macOS-latest, r: '4.0'}
4141
- {os: macOS-latest, r: '3.6'}
4242
- {os: windows-latest, r: '4.1'}
4343
- {os: windows-latest, r: '4.0'}

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,15 +335,16 @@ If you use `modelStudio`, please cite our [JOSS article](https://joss.theoj.org/
335335

336336
## More resources
337337

338+
- A preprint: [The Grammar of Interactive Explanatory Model Analysis](https://arxiv.org/abs/2005.00497v4)
339+
338340
- Theoretical introduction to the plots: [Explanatory Model Analysis: Explore, Explain, and Examine Predictive Models](https://ema.drwhy.ai/)
339341

340342
- Vignettes: [perks and features](https://modelstudio.drwhy.ai/articles/ms-perks-features.html), [R & Python examples](https://modelstudio.drwhy.ai/articles/ms-r-python-examples.html), [modelStudio in R Markdown HTML](https://modelstudio.drwhy.ai/articles/ms-rmarkdown.html)
341343

342344
- Changelog: [NEWS](https://modelstudio.drwhy.ai/news/index.html)
343345

344-
- Conference poster: [MLinPL2019](https://github.com/ModelOriented/modelStudio/blob/master/misc/MLinPL2019_modelStudio_poster.pdf)
346+
- Conference poster: [ML in PL 2019](https://github.com/ModelOriented/modelStudio/blob/master/misc/MLinPL2019_modelStudio_poster.pdf)
345347

346-
- A preprint of [The Grammar of Interactive Explanatory Model Analysis](https://arxiv.org/abs/2005.00497)
347348

348349
## Acknowledgments
349350

0 commit comments

Comments
 (0)