Skip to content

Commit

Permalink
fixes thanks to Chandrasekhar Ramakrishnan
Browse files Browse the repository at this point in the history
  • Loading branch information
avehtari committed Sep 6, 2020
1 parent 63d3fb7 commit 1438e7b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 146 deletions.
2 changes: 1 addition & 1 deletion Arsenic/data/arsenic_setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Load libraries
library("rprojroot")
root<-has_dirname("RAOS-Examples")$make_fix_file()
root<-has_file(".ROS-Examples-root")$make_fix_file()
library("foreign")

# Read in the data
Expand Down
2 changes: 1 addition & 1 deletion Congress/congress_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ savefigs <- FALSE

#' #### Load packages
library("rprojroot")
root<-has_dirname("RAOS-Examples")$make_fix_file()
root<-has_file(".ROS-Examples-root")$make_fix_file()

#' #### Load and pre-process data
congress <- vector("list", 49)
Expand Down
2 changes: 1 addition & 1 deletion Congress/congress_plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ savefigs <- FALSE

```{r }
library("rprojroot")
root<-has_dirname("RAOS-Examples")$make_fix_file()
root<-has_file(".ROS-Examples-root")$make_fix_file()
```

#### Load and pre-process data
Expand Down
143 changes: 0 additions & 143 deletions Introclass/fakeresid.Rmd

This file was deleted.

0 comments on commit 1438e7b

Please sign in to comment.