Skip to content

Commit

Permalink
Merge 7337ae0 into c03d2f4
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Feb 11, 2019
2 parents c03d2f4 + 7337ae0 commit fea7759
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 43 deletions.
21 changes: 11 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fgeo
Title: Analyze Forest Diversity and Dynamics
Version: 1.1.1.9000
Version: 1.1.2
Authors@R:
c(person(given = "Mauro",
family = "Lepore",
Expand Down Expand Up @@ -30,6 +30,10 @@ Authors@R:
family = "Hall",
role = "aut",
email = "phall@alum.mit.edu"),
person(given = "Kyle",
family = "Harms",
role = "aut",
email = " kharms@lsu.edu"),
person(given = "Valentine",
family = "Herrmann",
role = c("aut", "rev"),
Expand All @@ -42,10 +46,6 @@ Authors@R:
family = "Kraichak",
role = c("aut", "rev"),
email = "ekraichak@gmail.com"),
person(given = "Kyle",
family = "Harms",
role = "aut",
email = " kharms@lsu.edu"),
person(given = "David",
family = "Kenfack",
role = c("aut", "rev"),
Expand Down Expand Up @@ -89,11 +89,12 @@ Authors@R:
person(given = "CTFS-ForestGEO",
role = c("cph", "fnd"),
email = "ForestGEO@si.edu"))
Description: Install, load, and access the documentation of
multiple packages to analyze forest diversity and dynamics. 'fgeo'
allows you to manipulate and plot ForestGEO data, and to do common
analyses including abundance, demography, and species-habitats
associations (<http://www.forestgeo.si.edu/>).
Description: 'fgeo' allows you to install, load, and access
the documentation of multiple packages to analyze forest diversity and
dynamics. The collection includes packages to manipulate and plot
ForestGEO data, and to do common analyses including abundance,
demography, and species-habitats associations
(<http://www.forestgeo.si.edu/>).
License: GPL-3
URL: http://forestgeo.github.io/fgeo,
https://github.com/forestgeo/fgeo
Expand Down
15 changes: 8 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

* Work in progress.

# fgeo 1.1.1.9000 ([GitHub](https://github.com/forestgeo/fgeo/releases) and [drat](https://forestgeo.github.io/drat/))
# fgeo 1.1.2 ([GitHub](https://github.com/forestgeo/fgeo/releases) and [drat](https://forestgeo.github.io/drat/))

This release marks that all __fgeo__ packages now meet CRAN standards.
This release marks that all __fgeo__ packages now meet CRAN standards. Most changes are internal, and focused on making __fgeo__ more reliable and easier to maintain:

Most changes are internal, and focused on making __fgeo__ more reliable and easier to maintain:
* The required R version is now >= 3.2.

* We now enforce that your R version is 3.2 or greater.
* Error messages are now clearer when you attach __fgeo__ and outdated dependencies are detected.
* We now check that __fgeo__ builds correctly on Windows, Mac, and Linux.
The website now builds automatically if __fgeo__ passes all checks on Travis CI. Automated builds of all __fgeo__ packages can be tracked at <https://travis-ci.org/forestgeo/>. Results are now pushed to the `#fgeo-builds` channel of [ForestGEO slack workspace](https://forestgeo.slack.com/) ([ask us to join this workspace](https://github.com/forestgeo/forum/issues/new)).
* When running `library(fgeo)`, error messages are now clearer when __fgeo__ dependencies are outdated.

* __fgeo__ builds are now tested on Windows, Mac, and Linux.

* If __fgeo__ passes all checks on Travis CI, its website now builds automatically. Automated builds of all __fgeo__ packages can be tracked at <https://travis-ci.org/forestgeo/>, and on to the `#fgeo-builds` channel of [ForestGEO's slack workspace](https://forestgeo.slack.com/) ([request an invitation](https://github.com/forestgeo/forum/issues/new)).

Many thanks to those who [reviewed](https://forestgeo.github.io/fgeo/authors.html) __fgeo__ for your contribution in making it better.

Expand Down
36 changes: 10 additions & 26 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,18 @@

## R CMD check results

Status: 2 NOTEs
* NOTE 1 raises if the package is built using R v3.5. (<https://ropensci.github.io/dev_guide/building.html#authorship>).
* NOTE 2 is safe to ignore, except ... FIXME.
0 errors | 1 warnings | 0 notes

NOTE 1
* Authors@R field gives persons with non-standard roles:
* Gabriel Arellano [aut, rev]: rev
* Stuart Davies [aut, rev]: rev
* David Kenfack [aut, rev]: rev
* Lauren Krizel [rev]: rev
* Suzanne Lao [aut, rev]: rev
* Sean McMahon [aut, rev]: rev
* Haley Overstreet [rev]: rev
* Sabrina Russo [aut, rev]: rev
* Kristina Teixeira [aut, rev]: rev
* Graham Zemunik [aut, rev]: rev
* Daniel Zuleta [aut, rev]: rev
New submission

NOTE 2
* New submission
* Version contains large components (1.1.1.9000) ... FIXME
* Strong dependencies not in mainstream repositories:
* fgeo.analyze, fgeo.plot, fgeo.tool, fgeo.x
* Availability using Additional_repositories specification:
* fgeo.analyze yes https://forestgeo.github.io/drat/
* fgeo.plot yes https://forestgeo.github.io/drat/
* fgeo.tool yes https://forestgeo.github.io/drat/
* fgeo.x yes https://forestgeo.github.io/drat/
FIXME: For CRAN release, these packages must be released first.
Strong dependencies not in mainstream repositories:
fgeo.analyze, fgeo.plot, fgeo.tool, fgeo.x
Availability using Additional_repositories specification:
fgeo.analyze yes https://forestgeo.github.io/drat/
fgeo.plot yes https://forestgeo.github.io/drat/
fgeo.tool yes https://forestgeo.github.io/drat/
fgeo.x yes https://forestgeo.github.io/drat/

## Downstream dependencies

Expand Down

0 comments on commit fea7759

Please sign in to comment.