-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usethis::use_package_doc() - package help
For #32
- Loading branch information
1 parent
129801e
commit 018d2d6
Showing
5 changed files
with
91 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#' @title slopes: Calculate Slopes of Roads, Rivers and Trajectories | ||
#' | ||
#' @description Calculate the slope (also known as steepness and gradient) | ||
#' of linear features such as roads, rivers and ski routes. | ||
#' | ||
#' Created by Robin Lovelace and Rosa Félix, who developed the package | ||
#' to support their research in active travel, and the prioritisation of | ||
#' investment in cycling, an activity which is sensitive to slopes, | ||
#' in particular. | ||
#' | ||
#' See [github.com/ITSLeeds/slopes](https://github.com/ITSLeeds/slopes/) | ||
#' for the source code and [itsleeds.github.io/slopes](https://itsleeds.github.io/slopes/) | ||
#' for the website. | ||
#' | ||
#' All package functions can be found in the | ||
#' [Reference page](https://itsleeds.github.io/slopes/reference/index.html) | ||
#' on the package website. | ||
#' | ||
|
||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
# The following block is used by usethis to automatically manage | ||
# roxygen namespace tags. Modify with care! | ||
## usethis namespace: start | ||
## usethis namespace: end | ||
NULL |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.