Skip to content

v1.3

Latest
Compare
Choose a tag to compare
@pjastam pjastam released this 16 Aug 10:26
· 13 commits to master since this release

v1.3

NEW FEATURES

  • We now make use of the runjags package to perform parallel computations, i.e. using multiple cores of our machine.

BUG FIXES

  • We applied the TOC as output option in the YAML header of the R Markdown (.Rmd) file instead of the old fashioned way of using HTML code to diplay a list of contents.

  • Easy fix to have the Probability Graph Model (PGM) displayed at GitHub. Until this fix it was not the case.

  • We changed the output format of the R Markdown (.Rmd) file from html_document to github_document.

  • As a consequence of changing the output format to github_document, we also had to change the code of the math statements. Using a helper function written by Ogan Mancarcı, we used inline R code to this end.