Skip to content

Commit

Permalink
Use release versions recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Jan 25, 2019
1 parent af5d327 commit b5e84dc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
10 changes: 5 additions & 5 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.0.2.9000
Version: 1.0.3
Authors@R:
c(person(given = "Mauro",
family = "Lepore",
Expand Down Expand Up @@ -53,9 +53,9 @@ BugReports: https://github.com/forestgeo/fgeo.analyze/issues
Depends:
R (>= 3.2)
Imports:
fgeo.x,
fgeo.tool,
dplyr,
fgeo.tool (>= 1.0.1),
fgeo.x (>= 1.0.1),
glue,
graphics,
grDevices,
Expand All @@ -78,8 +78,8 @@ Suggests:
spelling,
testthat
Remotes:
forestgeo/fgeo.tool,
forestgeo/fgeo.x
forestgeo/fgeo.x@*release,
forestgeo/fgeo.tool@*release
Encoding: UTF-8
Language: en-US
LazyData: true
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* Work in progress.

# fgeo.analyze 1.0.3 (GitHub release)

* Released version now uses released versions recursively via @*release.

# fgeo.analyze 1.0.2 (GitHub release)

* Tidy dependencies.
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 b5e84dc

Please sign in to comment.