Skip to content

Commit

Permalink
Suppress note. Closes #197.
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Feb 12, 2019
1 parent fe49547 commit 084bde5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(fgeo.analyze,abundance)
importFrom(fgeo.plot,sp)
importFrom(fgeo.tool,pick_dbh_min)
importFrom(fgeo.x,example_path)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
Expand Down
8 changes: 8 additions & 0 deletions R/fgeo-package.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
#' @keywords internal
"_PACKAGE"

# Suppress R CMD check note
#' @importFrom fgeo.x example_path
#' @importFrom fgeo.tool pick_dbh_min
#' @importFrom fgeo.analyze abundance
#' @importFrom fgeo.plot sp
NULL

13 changes: 7 additions & 6 deletions man/fgeo-package.Rd

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

0 comments on commit 084bde5

Please sign in to comment.