transparentstats / guidelines

Transparent Statistics in HCI guidelines, FAQs, and exemplar analyses
https://transparentstats.github.io/guidelines/
Other
20 stars 7 forks source link

cleanup #49

Closed steveharoz closed 7 years ago

steveharoz commented 7 years ago

The repository is getting a bit tough to navigate. I propose rearranging things.

steveharoz commented 7 years ago

Thoughts? @mjskay @chatchavan @dragice

chatchavan commented 7 years ago

To my knowledge:

Side note: There's a standard directory format for R package, but it doesn't cover Rmds. It puts images and css files on a separate top-level directory to R files. Thus, it is, in my opinion, inappropriate for our work.

mjskay commented 7 years ago
steveharoz commented 7 years ago
chatchavan commented 7 years ago

I tried splitting effectsize.rmd into effectsize_FAQ.rmd and effectsize_exemplars.rmd, and it outputted them as one chapter (I think it's because the exemplars file doesn't have a top level header).

I confirm this. The structure of the book depends on the level of the headers (i.e., the number of # you put in front of each header.)

I agree with other comments above. @steveharoz How about you reorganize the files in your fork? When you are done, point me to your fork. I'll make adjustments to bookdown and Travis scripts based on your fork before we merge everything back to the transparentstats/master together with configuring Travis (Issue: https://github.com/transparentstats/guidelines/issues/16 , PR: https://github.com/transparentstats/guidelines/pull/47 ).

mjskay commented 7 years ago

Agreed with Chat's suggestion on process. I also wouldn't wait on other pull requests (e.g. mine) to do this. Whatever gets in first will create a conflict with the other one, which it is then that person's responsibility to fix on their pull request. That's the beauty of git. :)

Also: we could even split each exemplar into its own file (like "effectsize_exemplar_simple.Rmd", "effectsize_exemplar_within.Rmd", ...). That will make adding one new exemplar to a guideline easier, and will also separate them in compilation (ensuring there are no accidental dependencies between two exemplars in the same guideline).

steveharoz commented 7 years ago

There's a bug in bookdown that's preventing this for now: https://github.com/rstudio/bookdown/issues/418

shionguha commented 7 years ago

All looks good - I just wanted to say - can we have a howto about process to generate exemplar formats when we've all figured it out since we want everything to look consistent? I just started working on Likert type formats but want to make sure before merging.

chatchavan commented 7 years ago

@shionguha Isn't the Style guide in the "Exemplar" section what you are looking for?

mjskay commented 7 years ago

I did the file split part in order to set up the pre-review PR. @steveharoz I leave the rest to you.