You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,19 @@ Here are some problems you could solve with this package:
16
16
17
17
The [Wikipedia](https://en.wikipedia.org/wiki/Integer_programming) article gives a good starting point if you would like to learn more about the topic.
18
18
19
-
This is a beta version. Currently working towards a first stable version for CRAN. At the moment not recommended for production systems / important analyses. Although most obvious bugs should be gone. Happy to get bug reports or feedback.
19
+
I am always happy to get bug reports or feedback.
20
20
21
21
## Install
22
22
23
+
## CRAN
24
+
25
+
```R
26
+
install.packages("ompr")
27
+
#install.packages("ompr.roi") # not yet working, use dev. version
28
+
```
29
+
30
+
### Development version
31
+
23
32
To install the current development version use devtools:
24
33
25
34
```R
@@ -132,13 +141,13 @@ Currently GPL.
132
141
133
142
## Contributing
134
143
135
-
As long as the package is under initial development please post an issue first before sending a PR.
144
+
Please post an issue first before sending a PR.
136
145
137
146
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
138
147
139
148
## Versioning
140
149
141
-
This package will use [Semantic Versioning 2.0.0](http://semver.org/) once the first version is on CRAN.
150
+
This package uses [Semantic Versioning 2.0.0](http://semver.org/).
142
151
143
152
Given a version number MAJOR.MINOR.PATCH, increment the:
0 commit comments