Skip to content

Commit

Permalink
🐛 final tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosci committed Feb 25, 2019
1 parent 0cebdfe commit 608a909
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/util_classify.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#' @return RasterLayer
#'
#' @examples
#' \dontrun{
#' # Mode 1
#' util_classify(fractal_landscape,
#' n = 3,
Expand All @@ -48,7 +49,6 @@
#' fractal_landscape_real <- util_classify(fractal_landscape, real_land = real_land)
#' fractal_landscape_mask <- util_classify(fractal_landscape, real_land = real_land, mask_val = 1)
#'
#' \dontrun{
#' landscapes <- list(
#' '1 nlm' = fractal_landscape,
#' '2 real' = real_land,
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Submission

New version includes some new features and minor bug fixes.
New version includes massive dependency trimming and new functionality.

## Test environments

Expand Down
2 changes: 1 addition & 1 deletion tic.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (Sys.getenv("id_rsa") != "") {
add_code_step(devtools::document(".")) %>%
add_step(step_push_deploy(commit_paths = c("man/", "DESCRIPTION", "NAMESPACE", branch = "master"))) %>%
add_code_step(remotes::install_version("roxygen2", "6.1.0")) %>%
add_step(step_build_pkgdown()) %>%
add_step(step_build_pkgdown(run_dont_run = TRUE)) %>%
add_step(step_push_deploy("docs", "gh-pages"))
}

Expand Down

0 comments on commit 608a909

Please sign in to comment.