File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 66
77The goal is to provide full featured interoperability between any iterator based structures and ` R ` to reduce development time and simplify code.
88
9- ` RcppHoney ` is in alpha state ( so the API is still subject to change, but is way more stable than it was a week ago) .
9+ ` RcppHoney ` is now in a beta state so the API should no longer be changing .
1010
1111### Example
1212
@@ -148,16 +148,22 @@ Rcpp::NumericVector rcpphoney_example() {
148148
149149### Installation
150150
151- RcppHoney is still in alpha state, and it is recommended you install from source
152- as changes will be frequent.
151+ RcppHoney is now a in beta state!
153152
154- RcppHoney is also available via the [CRAN](http://cran.r-project.org) network,
153+ RcppHoney is available via the [CRAN](http://cran.r-project.org) network,
155154and can be installed from within R via
156155
157156```R
158157install.packages("RcppHoney")
159158```
160159
160+ RcppHoney can also be installed from the github sources by running
161+
162+ ```
163+ git clone [email protected] :dcdillon/RcppHoney 164+ R CMD INSTALL RcppHoney
165+ ```
166+
161167### Authors
162168
163169Daniel C. Dillon
You can’t perform that action at this time.
0 commit comments