Skip to content

Commit b93e34c

Browse files
committed
Travis build broken 10
1 parent 43d6c8b commit b93e34c

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

R/plotimage.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#' If a path is provided either \code{readPNG} or \code{readJPEG} according to the end of the file extension.
1717
#'
1818
#' @examples
19-
#' # Example:
2019
#' img <- png::readPNG(system.file("img", "Rlogo.png", package="png"), native=TRUE)
2120
#' op <- par(no.readonly = TRUE)
2221
#' par(mfrow=c(4,4), mar=rep(2,4))

man/plotimage.Rd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Either obj or file must be defined.
2323
If a path is provided either \code{readPNG} or \code{readJPEG} according to the end of the file extension.
2424
}
2525
\examples{
26-
# Example:
2726
img <- png::readPNG(system.file("img", "Rlogo.png", package="png"), native=TRUE)
2827
op <- par(no.readonly = TRUE)
2928
par(mfrow=c(4,4), mar=rep(2,4))

man/prettyRange.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This function returns a pretty range of values given a vector of type \code{nume
1919
This function intends to generate range with round values.
2020
}
2121
\examples{
22-
example 1:
22+
# Example 1:
2323
vec <- stats::runif(20)
2424
range(vec)
2525
prettyRange(vec)
26-
example 2:
26+
# Example 2:
2727
prettyRange(c(3.85,3.88245))
2828
}
2929
\keyword{interval.}

0 commit comments

Comments
 (0)