Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc cleanup #52

Merged
merged 13 commits into from
Feb 1, 2024
Prev Previous commit
Next Next commit
Remove devtools dependency
olivroy committed Jan 31, 2024
commit b2cf0359fb506ed708ff175aabd84f53b1c7d92d
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -15,3 +15,4 @@
^cran-comments\.md$
^CRAN-SUBMISSION$
^\.lintr$
.Rprofile$
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -116,7 +116,6 @@ Collate:
'write-doc-audit.R'
Suggests:
covr,
devtools,
knitr,
rmarkdown,
roxygen2,
5 changes: 0 additions & 5 deletions vignettes/consistency-tests.Rmd
Original file line number Diff line number Diff line change
@@ -15,11 +15,6 @@ knitr::opts_chunk$set(
)
```

```{r include=FALSE}
# Dev only: load scrutiny from within scrutiny
devtools::load_all(".")
```

```{r setup}
library(scrutiny)
```
6 changes: 0 additions & 6 deletions vignettes/debit.Rmd
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ vignette: >
%\VignetteIndexEntry{DEBIT}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
%\VignetteDepends{devtools}
bibliography: references.bib
---

@@ -20,11 +19,6 @@ knitr::opts_chunk$set(
)
```

```{r include=FALSE}
# Dev only: load scrutiny from within scrutiny
devtools::load_all(".")
```

```{r setup, message=FALSE}
library(scrutiny)
```
4 changes: 0 additions & 4 deletions vignettes/duplicates.Rmd
Original file line number Diff line number Diff line change
@@ -14,10 +14,6 @@ knitr::opts_chunk$set(
)
```

```{r include=FALSE}
# Dev only: load scrutiny from within scrutiny
devtools::load_all(".")
```

```{r setup}
library(scrutiny)
5 changes: 0 additions & 5 deletions vignettes/grim.Rmd
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ vignette: >
%\VignetteIndexEntry{GRIM}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
%\VignetteDepends{devtools}
bibliography: references.bib
---

@@ -20,10 +19,6 @@ knitr::opts_chunk$set(
)
```

```{r include=FALSE}
# Dev only: load scrutiny from within scrutiny
devtools::load_all(".")
```

```{r setup, message=FALSE}
library(scrutiny)
4 changes: 0 additions & 4 deletions vignettes/grimmer.Rmd
Original file line number Diff line number Diff line change
@@ -19,10 +19,6 @@ knitr::opts_chunk$set(
library(scrutiny)
```

```{r include=FALSE}
# Dev only: load scrutiny from within scrutiny
devtools::load_all(".")
```

Granularity-related inconsistency of means mapped to error repeats, or GRIMMER, is a test for the mathematical consistency of reported means or proportions with the corresponding standard deviations (SDs) and sample sizes [@anaya2016b; @allard2018].

5 changes: 0 additions & 5 deletions vignettes/infrastructure.Rmd
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ vignette: >
%\VignetteIndexEntry{General infrastructure}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
%\VignetteDepends{devtools}
bibliography: references.bib
---

@@ -16,10 +15,6 @@ knitr::opts_chunk$set(
)
```

```{r include=FALSE}
# Dev only: load scrutiny from within scrutiny
devtools::load_all(".")
```

```{r setup, message=FALSE}
library(scrutiny)
5 changes: 0 additions & 5 deletions vignettes/rounding.Rmd
Original file line number Diff line number Diff line change
@@ -14,11 +14,6 @@ knitr::opts_chunk$set(
)
```

```{r include=FALSE}
# Dev only: load scrutiny from within scrutiny
devtools::load_all(".")
```

```{r setup, message=FALSE}
library(scrutiny)
```
6 changes: 0 additions & 6 deletions vignettes/wrangling.Rmd
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ vignette: >
%\VignetteIndexEntry{Data wrangling}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
%\VignetteDepends{devtools}
---

```{r, include = FALSE}
@@ -15,11 +14,6 @@ knitr::opts_chunk$set(
)
```

```{r include=FALSE}
# Dev only: load scrutiny from within scrutiny
devtools::load_all(".")
```

```{r setup, message=FALSE}
library(scrutiny)
```