Skip to content

Commit

Permalink
Fixed some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yhoriuchi committed Jul 15, 2023
1 parent 57f3c43 commit 8c39cbf
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 11 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
^TODO\.txt$
^data-raw$
^desktop\.ini$
vignettes
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ URL: https://yhoriuchi.github.io/projoint/
Depends:
R (>= 2.10)
LazyData: true
VignetteBuilder: knitr
2 changes: 1 addition & 1 deletion vignettes/01-read-wrangle.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
vignette: >
%\VignetteIndexEntry{Step 01: Read and wrangle data}
%\VignetteEngine{knitr::rmarkdown}
\usepackage[utf8]{inputenc}
%\VignetteEncoding{UTF-8}
---

## Test
Expand Down
5 changes: 1 addition & 4 deletions vignettes/02-predict-irr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ description: >
vignette: >
%\VignetteIndexEntry{Step 02: Predict IRR}
%\VignetteEngine{knitr::rmarkdown}
\usepackage[utf8]{inputenc}
%\VignetteEncoding{UTF-8}
---

Read, ...

```{r}
library(tidyverse)
```

```{r}
library(projoint)
```

Expand Down
6 changes: 2 additions & 4 deletions vignettes/03-estimate-mm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,16 @@ description: >
vignette: >
%\VignetteIndexEntry{Step 03: Estimate and correct MMs}
%\VignetteEngine{knitr::rmarkdown}
\usepackage[utf8]{inputenc}
%\VignetteEncoding{UTF-8}
---


```{r}
library(tidyverse)
```

```{r}
library(projoint)
```


```{r}
outcomes <- str_c("choice", seq(from = 1, to = 8, by = 1))
outcomes <- c(outcomes, "choice1_repeated_flipped")
Expand Down
2 changes: 1 addition & 1 deletion vignettes/04-estimate-amce.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ description: >
vignette: >
%\VignetteIndexEntry{Step 04: Estimate and correct AMCEs}
%\VignetteEngine{knitr::rmarkdown}
\usepackage[utf8]{inputenc}
%\VignetteEncoding{UTF-8}
---
2 changes: 1 addition & 1 deletion vignettes/projoint.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Introduction to projoint}
%\VignetteEngine{knitr::rmarkdown}
\usepackage[utf8]{inputenc}
%\VignetteEncoding{UTF-8}
---

The goal of projoint is to ...
Expand Down

0 comments on commit 8c39cbf

Please sign in to comment.