Skip to content

Commit

Permalink
Correct the arxiv template the Sushi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed Mar 8, 2023
1 parent 1c2ffc7 commit af1c976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paper/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ unzip("meta-analysis replication files.zip", exdir = "oser")
And install the quarto extension

```sh
quarto install extension quarto-journals/plos
quarto install extension mikemahoney218/quarto-arxiv
make render
```

Expand Down
2 changes: 1 addition & 1 deletion paper/sushi.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Rscript -e "devtools::load_all(); dockerize(resolve('Sushi', '2014-06-05'),
Rscript -e "require(rang); dockerize(resolve('Sushi', '2014-06-05'),
'sushidocker', no_rocker = TRUE, cache = TRUE)"
docker build -t sushiimg ./sushidocker
docker run -d --rm --name "sushicontainer" -ti sushiimg
Expand Down

0 comments on commit af1c976

Please sign in to comment.