Skip to content

Commit 5ef2ead

Browse files
CRAN release
1 parent b22b042 commit 5ef2ead

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Package: ompr
22
Type: Package
33
Title: Model and Solve Mixed Integer Linear Programs
4-
Version: 0.5.0.9003
4+
Version: 0.6.0
55
Authors@R: person("Dirk", "Schumacher", email = "mail@dirk-schumacher.net",
66
role = c("aut", "cre", "cph"))
77
Description: Model mixed integer linear programs in an algebraic way directly in R.
88
The model is solver-independent and thus offers the possibility
99
to solve a model with different solvers. It currently only supports
1010
linear constraints and objective functions. See the 'ompr'
11-
website <https://dirkschumacher.github.io/ompr/> for more information,
11+
website <https://dirkschumacher.github.io/ompr> for more information,
1212
documentation and examples.
1313
License: GPL-3 | file LICENSE
1414
LazyData: TRUE

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,19 @@ Here are some problems you could solve with this package:
1616

1717
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.
1818

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.
2020

2121
## Install
2222

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+
2332
To install the current development version use devtools:
2433

2534
```R
@@ -132,13 +141,13 @@ Currently GPL.
132141

133142
## Contributing
134143

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.
136145

137146
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.
138147

139148
## Versioning
140149

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/).
142151

143152
Given a version number MAJOR.MINOR.PATCH, increment the:
144153

0 commit comments

Comments
 (0)