-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated
func_MCMC_graph()
to C++ (#16)
* Added `src/.gitignore` * Added placeholder for `func_MCMC_graph_cpp()` (#11) * Added `cpp` flag (#11) * Updated docs * Added test file for `func_MCMC_graph_cpp()` (#11) * Translated a bit more of #11 * Added FIXME (#11) * Updated RoxygenNote version * Properly exporting `func_MCMC_graph_cpp()` (#11) * Fixed syntax (#11) * Updated unit test (#11) * Translated a bit more of #11 * Added commented R code to loop (#11) * Translated rest of `func_MCMC_graph()' (#11) * Added unit tests for `func_MCMC_graph()` (#11) * Put `func_MCMC()` progressbar under `verbose` (#14) Otherwise, the `pb` would be drawn even if the user sets `verbose = FALSE` on `BayesSurvive()` (which I assume is not the intended behaviour). * Updated NEWS.md (#11)
- Loading branch information
Showing
16 changed files
with
287 additions
and
673 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.