Skip to content

Commit

Permalink
Merge pull request #27 from annakrystalli/master
Browse files Browse the repository at this point in the history
importFrom methods is. Resolves gp NOTE
  • Loading branch information
temospena authored Feb 12, 2021
2 parents 82610db + eb5708a commit cd3673d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ export(slope_z_mean)
export(slope_z_min)
export(slope_z_start)
export(slope_z_value)
importFrom(methods,is)
1 change: 1 addition & 0 deletions R/slopes.R
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ slope_matrices = function(m_xyz_split, fun = slope_matrix_weighted, ...) {
#' datasets. Default: `"bilinear"`.
#' @param fun The slope function to calculate per route,
#' `slope_matrix_weighted` by default.
#' @importFrom methods is
#' @export
#' @examples
#' r = lisbon_road_segments[1:3, ]
Expand Down

0 comments on commit cd3673d

Please sign in to comment.