Skip to content

Commit

Permalink
use tidy versions (#73)
Browse files Browse the repository at this point in the history
* use tidy versions

* update news and cran comments

* Prepare release

* Update versions
  • Loading branch information
maurolepore committed Jan 31, 2019
1 parent 5c7101e commit 4d6d9bb
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 24 deletions.
40 changes: 20 additions & 20 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
72 changes: 70 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 <https://forestgeo.github.io/drat/>; summary at <https://github.com/forestgeo/fgeo.analyze/tree/master/revdep>):
Expand Down
10 changes: 9 additions & 1 deletion docs/news/index.html

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

0 comments on commit 4d6d9bb

Please sign in to comment.