From 69431077aac158460b9246d1a4acbd837b686414 Mon Sep 17 00:00:00 2001 From: Drew Herren Date: Thu, 20 Jun 2024 18:07:28 -0500 Subject: [PATCH] Added a README for the R package --- R_README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 R_README.md diff --git a/R_README.md b/R_README.md new file mode 100644 index 00000000..514eab47 --- /dev/null +++ b/R_README.md @@ -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") +```