Skip to content

Commit

Permalink
Use dev version (#34)
Browse files Browse the repository at this point in the history
* Use dev version
* Update revdepcheck
* Update cran comments
* updte news
  • Loading branch information
maurolepore authored Jan 30, 2019
1 parent 1d6a4b7 commit 15dd4fb
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 19 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fgeo.plot
Title: Plot ForestGEO Data
Version: 1.1.0
Version: 1.1.0.9000
Authors@R:
c(person(given = "Mauro",
family = "Lepore",
Expand Down
7 changes: 4 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

* Work in progress.

# fgeo.plot 1.1.0 (GitHub release)
* Reset and rerun revdepcheck.

# fgeo.plot 1.1.0 (GitHub and drat release)

* fgeo.x no longer is imported but instead is suggested.

Expand All @@ -25,5 +27,4 @@

# fgeo.plot 1.0.0 (GitHub release)

* Initial GitHub release. For CRAN, fgeo.tool and fgeo.x must be released first.

* Initial GitHub release.
16 changes: 13 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,27 @@

## R CMD check results

'fgeo.plot' version '1.1.0'
1 WARNING
1.1.0.9000

WARNING
New submission
Version contains large components (1.1.0.9000)
Strong dependencies not in mainstream repositories:
fgeo.tool, fgeo.x
fgeo.tool
Suggests or Enhances not in mainstream repositories:
fgeo.x
Availability using Additional_repositories specification:
fgeo.tool yes https://forestgeo.github.io/drat/
fgeo.x yes https://forestgeo.github.io/drat/

NOTE
Examples with CPU or elapsed time > 5s
user system elapsed
plot_tag_status_by_subquadrat 3.872 0.060 10.835
plot_dbh_bubbles_by_quadrat 2.856 0.020 7.676
autoplot_by_species.sp_elev 2.732 0.016 8.140
autoplot.sp_elev 2.004 0.052 6.973

## Downstream dependencies

I checked 1 reverse dependencies (0 from CRAN + 1 from <https://forestgeo.github.io/drat/>; summary at <https://github.com/forestgeo/fgeo.plot/tree/master/revdep>):
Expand Down
10 changes: 5 additions & 5 deletions docs/news/index.html

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

13 changes: 6 additions & 7 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
|field |value |
|:--------|:----------------------------|
|version |R version 3.5.2 (2018-12-20) |
|os |Windows 10 x64 |
|os |Windows >= 8 x64 |
|system |x86_64, mingw32 |
|ui |RTerm |
|ui |RStudio |
|language |(EN) |
|collate |English_United States.1252 |
|ctype |English_United States.1252 |
|tz |America/New_York |
|date |2019-01-27 |
|date |2019-01-30 |

# Dependencies

|package |old |new |<U+0394> |
|:------------|:--------|:----------|:--|
|fgeo.plot |1.0.4 |1.0.4.9000 |* |
|fgeo.plot |1.1.0 |1.1.0.9000 |* |
|assertthat |0.2.0 |0.2.0 | |
|BH |1.69.0-1 |1.69.0-1 | |
|bindr |0.1.1 |0.1.1 | |
Expand All @@ -28,8 +28,7 @@
|digest |0.6.18 |0.6.18 | |
|dplyr |0.7.8 |0.7.8 | |
|fansi |0.4.0 |0.4.0 | |
|fgeo.tool |1.0.3 |1.0.3.9000 |* |
|fgeo.x |1.0.1 |1.0.1.9000 |* |
|fgeo.tool |1.2.0 |1.2.0 | |
|ggplot2 |3.1.0 |3.1.0 | |
|ggrepel |0.8.0 |0.8.0 | |
|glue |1.3.0 |1.3.0 | |
Expand Down Expand Up @@ -65,5 +64,5 @@

|package |version |error |warning |note |
|:------------------------|:-------|:-----|:-------|:----|
|[fgeo](problems.md#fgeo) |1.0.1 | | |1 |
|[fgeo](problems.md#fgeo) |1.0.1 |1 |1 |1 |

13 changes: 13 additions & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Version: 1.0.1

## In both

* checking PDF version of manual without hyperrefs or index ... ERROR
```
Re-running with no redirection of stdout/stderr.
Hmm ... looks like a package
You may want to clean up by 'rm -Rf C:/Users/LeporeM/AppData/Local/Temp/1/RtmpULykeM/Rd2pdf1ab4796b464e'
```
* checking PDF version of manual ... WARNING
```
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
```
* checking dependencies in R code ... NOTE
```
Namespaces in Imports field not imported from:
Expand Down

0 comments on commit 15dd4fb

Please sign in to comment.