From 4d6d9bbbe4a80192c68460abc457336fc9e43f2a Mon Sep 17 00:00:00 2001 From: Mauro Lepore Date: Thu, 31 Jan 2019 17:50:36 -0600 Subject: [PATCH] use tidy versions (#73) * use tidy versions * update news and cran comments * Prepare release * Update versions --- DESCRIPTION | 40 ++++++++++++------------ NEWS.md | 4 ++- cran-comments.md | 72 ++++++++++++++++++++++++++++++++++++++++++-- docs/news/index.html | 10 +++++- 4 files changed, 102 insertions(+), 24 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 72f9fe4..07a48fd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: fgeo.analyze Title: Analyze ForestGEO Data -Version: 1.1.1.9000 +Version: 1.1.2 Authors@R: c(person(given = "Mauro", family = "Lepore", @@ -53,30 +53,30 @@ BugReports: https://github.com/forestgeo/fgeo.analyze/issues Depends: R (>= 3.2) Imports: - dplyr, - fgeo.tool, - glue, + dplyr (>= 0.7.8), + fgeo.tool (>= 1.2.1), + glue (>= 1.3.0), graphics, grDevices, - lubridate, - magrittr, + lubridate (>= 1.7.4), + magrittr (>= 1.5), MASS, - purrr, - rlang, + purrr (>= 0.3.0), + rlang (>= 0.3.1), stats, - tibble, - tidyr, - withr + tibble (>= 2.0.1), + tidyr (>= 0.8.2), + withr (>= 2.1.2) Suggests: - covr, - fgeo.x, - ggplot2, - knitr, - measurements, - readr, - rmarkdown, - spelling, - testthat + covr (>= 3.2.1), + fgeo.x (>= 1.1.0), + ggplot2 (>= 3.1.0), + knitr (>= 1.21), + measurements (>= 1.3.0), + readr (>= 1.3.1), + rmarkdown (>= 1.11), + spelling (>= 2.0), + testthat (>= 2.0.1) Additional_repositories: https://forestgeo.github.io/drat/ Encoding: UTF-8 Language: en-US diff --git a/NEWS.md b/NEWS.md index 3c62f07..8ab596d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,9 @@ * Work in progress. -* Reset and rerun revdepcheck. +# fgeo.analyze 1.1.2 (GitHub and drat release) + +* Use tidy versions. # fgeo.analyze 1.1.1 (GitHub and drat release) diff --git a/cran-comments.md b/cran-comments.md index 48b2e61..652457b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -6,11 +6,10 @@ ## R CMD check results -1.1.1.9000 +1.1.2 WARNING New submission -Version contains large components (1.1.1.9000) Strong dependencies not in mainstream repositories: fgeo.tool Suggests or Enhances not in mainstream repositories: @@ -24,6 +23,75 @@ Examples with CPU or elapsed time > 5s user system elapsed tt_test 2.000 0.004 5.274 fgeo_habitat 1.896 0.060 5.320 + + +ERROR +Running examples in 'fgeo.analyze-Ex.R' failed +The error most likely occurred in: +```R +> base::assign(".ptime", proc.time(), pos = "CheckExEnv") +> ### Name: abundance +> ### Title: Abundance and basal area, optionally by groups. +> ### Aliases: abundance basal_area +> +> ### ** Examples +> +> library(fgeo.tool) + +Attaching package: 'fgeo.tool' + +The following object is masked from 'package:stats': + + filter + +> +> # abundance() ------------------------------------------------------------- +> +> abundance(data.frame(1)) +Error in n() : could not find function "n" +Calls: abundance ... .summary -> summarize -> summarise.tbl_df -> summarise_impl +Execution halted +** running examples for arch 'x64' ... ERROR +Running examples in 'fgeo.analyze-Ex.R' failed +The error most likely occurred in: + +> base::assign(".ptime", proc.time(), pos = "CheckExEnv") +> ### Name: abundance +> ### Title: Abundance and basal area, optionally by groups. +> ### Aliases: abundance basal_area +> +> ### ** Examples +> +> library(fgeo.tool) + +Attaching package: 'fgeo.tool' + +The following object is masked from 'package:stats': + + filter + +> +> # abundance() ------------------------------------------------------------- +> +> abundance(data.frame(1)) +Error in n() : could not find function "n" +Calls: abundance ... .summary -> summarize -> summarise.tbl_df -> summarise_impl +Execution halted +* checking for unstated dependencies in 'tests' ... OK +* checking tests ... +** running tests for arch 'i386' ... [21s] OK + Running 'spelling.R' [0s] + Running 'testthat.R' [20s] +** running tests for arch 'x64' ... [23s] OK + Running 'spelling.R' [0s] + Running 'testthat.R' [22s] +* checking PDF version of manual ... OK +* DONE +Status: 2 ERRORs, 1 WARNING +``` + + + ## Downstream dependencies I checked 1 reverse dependencies (0 from CRAN + 1 from ; summary at ): diff --git a/docs/news/index.html b/docs/news/index.html index 337fbf2..2375518 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -60,7 +60,7 @@ fgeo.analyze - 1.1.1.9000 + 1.1.2 @@ -124,6 +124,13 @@

Changelog

Source: NEWS.md +
+

+fgeo.analyze 1.1.2 (GitHub and drat release)

+
    +
  • Use tidy versions.
  • +
+

fgeo.analyze 1.1.1 (GitHub and drat release)

@@ -173,6 +180,7 @@

Contents