Clemens Schmid

Results 30 comments of Clemens Schmid

CRAN release is a good idea. It could be timed for the [CAA2020](https://caa-international.org/) meeting. What comes to mind: - [x] A `package = c('basic', 'full')` option is a good idea....

Well - #102 broke the suggested workflow, Ben. The check if the directory exists prevents the suggested pipeline of first cloning an empty repo from Github altogether. This workflow was...

There seems to exist a general hierarchy of analysis complexity: For papers with simple data analysis, it might be ok to put everything into the `paper.Rmd`. For more -- but...

When I tried to test this workflow I got stuck because my git user name does not equal my gitlab user name. ``` username

Thank you for your patience, @ntrlshrp. I finally came around to test this fixed implementation. Everything seems to work and the documentation is fine. You did an excellent job here...

If I understand this correctly, you just want to point out the differences between an old version and the new version of a word document. [Word seems to have a...

Hm.. There's [this](https://code.msdn.microsoft.com/office/The-illustrates-how-to-3da84fb1#content). But I have no idea, how we could include this in the rrtools workflow. [Libre Office also has this feature](https://help.libreoffice.org/Common/Comparing_Versions_of_a_Document). Is automation in this case really necessary?...

Excellent! There is some interesting code in #109 that could serve as an inspiration. I think Github and Gitlab use a similar setup for their CI tools?

Sounds like a good idea to me! We may have to read the additional variables as strings, though, and then apply automatic type inference later. Otherwise adding additional variables would...

I also ran into this issue, because I'm using `elm-charts`. I personally struggled a bit to update `terezka/elm-charts`. When I removed it from the `elm.json` file and then ran `elm...