-
Notifications
You must be signed in to change notification settings - Fork 0
Add R wrapper #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jared321
wants to merge
8
commits into
main
Choose a base branch
from
35AddRWrapper
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add R wrapper #45
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
e2400bc
Initial merge of .h and .cpp files from bitbucket repo into band repo.
8a87b25
Fixed dropped collapsetree_vec method from merge.
fc5bb5b
Added Ropenbt/ directory to support R package that can be installed
24091e4
Fix link that was broken by last merge into main.
jared321 26f679e
(Issue #35) Fix typos.
jared321 e14d40b
Update DESCRIPTION
mpratola d426b65
(Issue #35) License header and include R in general dev guide info.
jared321 5789876
(Issue #35) Fix typo & remove broken link.
jared321 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| Package: Ropenbt | ||
| Type: Package | ||
| Title: The Open Bayesian Trees Project | ||
| Version: 1.2.0 | ||
| Date: 2026-07-09 | ||
| Authors@R: c(person('Matthew', 'Pratola', role=c('aut','cre','cph'),email='mpratola@iu.edu')) | ||
| URL: http://www.github.com/bandframework/OpenBT | ||
| Description: | ||
| This R package provides an R interface to the OpenBT library of Bayesian Tree models (https://www.github.com/bandframework/OpenBT). For more information and examples, refer to the README at the root of the OpenBT repository. | ||
| License: MIT | ||
| Depends: R (>= 2.10) | ||
| Imports: data.table, zip, emoa, Hmisc | ||
| Suggests: | ||
| SystemRequirements: | ||
| NeedsCompilation: no | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| export(openbt) | ||
| S3method(predict, openbt) | ||
| export(vartivity.openbt) | ||
| export(sobol.openbt) | ||
| export(mopareto.openbt) | ||
| export(openbt.save) | ||
| export(openbt.load) | ||
| export(makecuts.openbt) | ||
| export(setvarcuts.openbt) | ||
| export(calcMBD) | ||
| export(calcRS) | ||
| importFrom(stats,cor) | ||
| importFrom("graphics", "boxplot", "par") | ||
| importFrom("graphics", "abline", "lines", "plot", "points") | ||
| importFrom("stats", "quantile", "sd","qqplot") | ||
| importFrom("stats", "rnorm", "runif") | ||
| importFrom("stats","dist") | ||
| importFrom("utils","read.table") | ||
| importFrom("stats","qnorm") | ||
| importFrom("zip","unzip") | ||
| importFrom("zip","zipr") | ||
| importFrom("graphics","title") | ||
| importFrom("graphics","rect") | ||
| importFrom("grDevices","gray") | ||
| importFrom("utils","combn") | ||
| importFrom("Hmisc","wtd.mean") | ||
| importFrom("Hmisc","wtd.var") | ||
| importFrom("Hmisc","wtd.quantile") | ||
|
|
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.