Make package description in metadata and README more generic#140
Open
matt-graham wants to merge 1 commit into
Open
Make package description in metadata and README more generic#140matt-graham wants to merge 1 commit into
matt-graham wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #140 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 11 11
Lines 762 762
=========================================
Hits 762 762 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
sam0287
reviewed
Jul 23, 2026
| available on GitHub <https://github.com/roualdes/bridgestan>, is installed, | ||
| then 'BridgeStan' can be used to specify the target distribution to sample | ||
| from. | ||
| Description: Functions for simulating Markov chains using random-walk, Langevin, |
Collaborator
There was a problem hiding this comment.
Suggest not mentioning specific algorithms here, broaden instead to simulating and comparing Markov chain algorithms, mention that we have these ones pre-coded but users can add others bla bla bla
sam0287
reviewed
Jul 23, 2026
| proposal to compute *Markov chain Monte Carlo* (MCMC) estimates of | ||
| expectations with respect to a target distribution on a real-valued | ||
| vector space. The Barker proposal, described in [Livingstone and Zanella | ||
| `rmcmc` is an R package for simulating Markov chains using random-walk, |
Collaborator
There was a problem hiding this comment.
Same comment here, better not to focus so much on any specific algorithm
sam0287
reviewed
Jul 23, 2026
| `rmcmc` is an R package for simulating Markov chains using the Barker proposal | ||
| to compute _Markov chain Monte Carlo_ (MCMC) estimates of expectations with | ||
| respect to a target distribution on a real-valued vector space. | ||
| `rmcmc` is an R package for simulating Markov chains using random-walk, Langevin, |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #131
Broadens scope of package description in DESCRIPTION file and also shortens this to cover only key high level details.
The more detailed package description in README is also broadened to concentrate less on Barker proposal specifically and highlight modular design of package.