Skip to content

Commit

Permalink
Added a README for the R package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewherren committed Jun 20, 2024
1 parent 42bba17 commit 6943107
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions R_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# stochtree R package

**NOTE**: we are in the process of refactoring this project so that the R, Python, and C++ source code sits in the [same repo](https://github.com/StochasticTree/stochtree-cpp/).

## Getting started

The package can be installed in R via

```
remotes::install_github("StochasticTree/stochtree-cpp", ref="r-dev")
```

0 comments on commit 6943107

Please sign in to comment.