Skip to content

Commit

Permalink
document exports properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed May 21, 2018
1 parent c3d31d4 commit 1d9bdbe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/tabularaster-package.r
Expand Up @@ -14,7 +14,10 @@ NULL

#' Re-exports from raster
#'
#' These functions are imported and then re-exported.
#' These functions are imported and then re-exported.
#'
#' See \code{raster::\link[raster]{extentFromCells}} for details.
#' @name raster-exports
#' @importFrom raster extentFromCells
#' @export extentFromCells
NULL
Expand Down
11 changes: 11 additions & 0 deletions man/raster-exports.Rd

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

0 comments on commit 1d9bdbe

Please sign in to comment.