marcdotson / category-captainship

An empirical generalization of the category captainship paper.
MIT License
1 stars 1 forks source link

everything done on canned soup #81

Closed morganbale closed 2 years ago

morganbale commented 2 years ago

@marcdotson I will start working on the modeling branch now and you can delete this one. I have pushed everything from my local computer.

marcdotson commented 2 years ago

@morganbale there are a number of merge conflicts. It'll help following the revised repo structure:

I may have borked my local repo trying to work through the merge conflicts. Can you make these changes to the canned-soup-cleaning branch, let me know, and I'll try again to merge?

marcdotson commented 2 years ago

Include this at the beginning of your Rmd file after the YAML:

```{r opts, echo = FALSE}
knitr::opts_chunk$set(
  fig.path = "../Figures/folder_name/"
)
morganbale commented 2 years ago

@marcdotson I named all the chunks and set the figures to save in the figures folder. I moved the model folder which has the .stan files to the code folder. I moved the .Rmd files to the main folder (not in any folder), because I only had a paper folder and not a writing folder. I thought you can move these into writing folder when you merge? Let me know if it doesnt work.