Skip to content

Commit

Permalink
to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
saudiwin committed Jan 2, 2025
1 parent 8a2c712 commit ed31015
Show file tree
Hide file tree
Showing 5 changed files with 3,204 additions and 2,237 deletions.
5 changes: 4 additions & 1 deletion _quarto/vignettes/Package_Introduction.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Introduction to Idealstan"
author: "Robert Kubinec"
date: last-modified
format: html
cache: false
vignette: >
%\VignetteIndexEntry{Time-Varying Ideal Points}
%\VignetteEngine{R.rsp::asis}
Expand All @@ -11,12 +12,14 @@ vignette: >

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,warning=FALSE,fig.align = 'center',fig.width=6, fig.height=5)
options(cmdstanr_warn_inits = FALSE)
library(idealstan)
library(dplyr)
library(ggplot2)
library(tidyr)
library(tinytable)
options(cmdstanr_warn_inits = FALSE)
```

*Note: To report bugs with the package, please file an issue on the [Github page](https://github.com/saudiwin/idealstan/issues).*
Expand Down
10 changes: 6 additions & 4 deletions _quarto/vignettes/Time_Series.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ vignette: >

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,message = FALSE,warning=FALSE,fig.align = 'center',fig.width=6, fig.height=5)
require(idealstan)
require(dplyr)
require(ggplot2)
require(lubridate)
library(idealstan)
library(dplyr)
library(ggplot2)
library(lubridate)
options(cmdstanr_warn_inits = FALSE)
```

*Note: To report bugs with the package, please file an issue on the [Github page](https://github.com/saudiwin/idealstan/issues).*
Expand Down
1 change: 1 addition & 0 deletions idealstan.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: b5e75e45-dae6-4639-9d0c-82715698b9fa

RestoreWorkspace: No
SaveWorkspace: Default
Expand Down
Loading

0 comments on commit ed31015

Please sign in to comment.