Skip to content

Commit 00ef956

Browse files
committedDec 31, 2024
- added script to check as CRAN
- added article collinear in the wild, but it's not in the website yet.
1 parent 6cd5cf6 commit 00ef956

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
 

‎dev_scripts/check_as_cran.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export _R_CHECK_CRAN_INCOMING_=TRUE
2+
export _R_CHECK_FORCE_SUGGESTS_=TRUE
3+
export _R_CHECK_VIGNETTES_NLINES_=10000
4+
export R_USE_VALGRIND=1
5+
export VALGRIND_OPTS="--leak-check=full --track-origins=yes"
6+
R CMD check --as-cran --use-valgrind /home/blas/Dropbox/GITHUB/R_packages/distantia_2.0.0.tar.gz
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "collinear In The Wild"
3+
output:
4+
rmarkdown::html_document:
5+
toc: true
6+
toc_title: "Content"
7+
source: false
8+
---
9+
10+
```{r, include = FALSE}
11+
knitr::opts_chunk$set(
12+
eval = TRUE,
13+
collapse = TRUE,
14+
comment = "#>",
15+
fig.path = "man/figures/README-",
16+
out.width = "100%"
17+
)
18+
# options(tibble.print_min = 5, tibble.print_max = 5)
19+
```
20+
21+
# Summary
22+
23+
This article lists mentions and citations to the R package `collinear`.
24+
25+
#2024
26+
27+
Simons, A. L., Baez, H., Acharya-Patel, N., Helbing, C. C., Jeffers, J., Stanford, J., & Meyer, R. S. (2024). TerraDactyl: A tool for connecting environmental data to when and where. Ecological Informatics, 102974. https://doi.org/10.1016/j.ecoinf.2024.102974

0 commit comments

Comments
 (0)
Please sign in to comment.