Skip to content

Commit

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

* Update news

* Prepare release
  • Loading branch information
maurolepore committed Jan 31, 2019
1 parent f9dc3b7 commit c3d9e19
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 22 deletions.
36 changes: 18 additions & 18 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: fgeo.tool
Title: Import and Manipulate ForestGEO Data
Version: 1.2.0.9000
Version: 1.2.1
Authors@R:
c(person(given = "Mauro",
family = "Lepore",
Expand All @@ -25,24 +25,24 @@ BugReports: https://github.com/forestgeo/fgeo.tool/issues
Depends:
R (>= 3.3)
Imports:
dplyr,
glue,
magrittr,
purrr,
readr,
rlang,
tibble,
tidyselect
dplyr (>= 0.7.8),
glue (>= 1.3.0),
magrittr (>= 1.5),
purrr (>= 0.3.0),
readr (>= 1.3.1),
rlang (>= 0.3.1),
tibble (>= 2.0.1),
tidyselect (>= 0.2.5)
Suggests:
covr,
fgeo.x,
knitr,
pingr,
roxygen2,
spelling,
stringr,
testthat,
tidyr
covr (>= 3.2.1),
fgeo.x (>= 1.1.0),
knitr (>= 1.21),
pingr (>= 1.1.2),
roxygen2 (>= 6.1.1),
spelling (>= 2.0),
stringr (>= 1.3.1),
testthat (>= 2.0.1),
tidyr (>= 0.8.2)
Additional_repositories: https://forestgeo.github.io/drat/
Encoding: UTF-8
Language: en-US
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Expand Up @@ -2,7 +2,9 @@

* Work in progress.

* Reset and rerun revdepcheck.
# fgeo.tool 1.2.1 (GithHub and drat release)

* Use tidy versions.

# fgeo.tool 1.2.0 (GithHub and drat release)

Expand Down
3 changes: 1 addition & 2 deletions cran-comments.md
Expand Up @@ -6,11 +6,10 @@

## R CMD check results

1.2.0.9000
1.2.1

NOTE
New submission
Version contains large components (1.2.0.9000)
Suggests or Enhances not in mainstream repositories:
fgeo.x
Availability using Additional_repositories specification:
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 c3d9e19

Please sign in to comment.