Skip to content

Commit de9b7a4

Browse files
Add citation file (#136)
* Add citation file * Bump ubuntu version
1 parent 30ef2db commit de9b7a4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
config:
27-
- {os: ubuntu-20.04, r: 'release'}
27+
- {os: ubuntu-latest, r: 'release'}
2828

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

inst/CITATION

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
bibentry(
2+
bibtype = "Misc",
3+
title="Assessing the performance of spatial cross-validation approaches for models of spatially structured data",
4+
author="Michael J Mahoney and Lucas K Johnson and Julia Silge and Hannah Frick and Max Kuhn and Colin M Beier",
5+
year="2023",
6+
eprint="2303.07334",
7+
archivePrefix="arXiv",
8+
primaryClass="stat.CO",
9+
doi = "10.48550/arXiv.2303.07334",
10+
url = "https://arxiv.org/abs/2303.07334",
11+
textVersion = "Mahoney M. J., Johnson, L. K., Silge, J., Frick, H., Kuhn, M., and Beier C. M. (2023). Assessing the performance of spatial cross-validation approaches for models of spatially structured data. arXiv. https://doi.org/10.48550/arXiv.2303.07334",
12+
mheader = "To cite spatialsample in publications please use:")

0 commit comments

Comments
 (0)