Skip to content

Commit

Permalink
updated files for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
relund committed Aug 5, 2019
1 parent f0270ba commit 11079d3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
^README\.html$
^README-.*\.png$
^cran-comments\.md$
^NEWS\.md$
^.*\.tex$
^CRAN-RELEASE$
2 changes: 1 addition & 1 deletion R/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ plotPolytope <-
#' Useful if e.g. want to show the linear relaxation of an IP.
#' @param plotFaces If \code{True} then plot the faces.
#' @param plotFeasible If \code{True} then plot the feasible points/segments
#' (relevant for IPLP/MILP).
#' (relevant for ILP/MILP).
#' @param plotOptimum Show the optimum corner solution point (if alternative solutions
#' only one is shown) and add the iso profit line.
#' @param latex If \code{True} make latex math labels for TikZ.
Expand Down
27 changes: 23 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
## Test environments
* Ubuntu 14.04.5 LTS (on travis-ci), R 3.6.0
* win-builder (devel and release)
* Ubuntu 14.04.5 LTS (on travis-ci), R 3.6.1
* rhub (devel and release - Win Server, Ubuntu Linux, Fedora Linux)


## R CMD check results
R CMD check results
0 errors | 0 warnings | 0 notes
0 errors | 0 warnings | 1 note

√ checking for file 'gMOIP/DESCRIPTION'
- checking extension type ... Package
- this is package 'gMOIP' version '1.3.0' (814ms)
- package encoding: UTF-8
N checking CRAN incoming feasibility
Maintainer: 'Lars Relund <[email protected]>'

Possibly mis-spelled words in DESCRIPTION:
ILP (9:60)
MILP (9:67)
polytope (9:42)

R CMD check succeeded


## Downstream dependencies
* None
* None

## Steps for realesing to CRAN
devtools::check()
devtools::spell_check()
devtools::check_rhub(interactive = FALSE)
devtools::check_win_devel()
devtools::release()
2 changes: 1 addition & 1 deletion man/plotPolytope2D.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11079d3

Please sign in to comment.