Skip to content

Commit 4b38d5a

Browse files
committed
Modified readme to reflect that we're now a beta!
1 parent 6010547 commit 4b38d5a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
The 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,
155154
and can be installed from within R via
156155
157156
```R
158157
install.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

163169
Daniel C. Dillon

0 commit comments

Comments
 (0)