Skip to content

Commit c9285f6

Browse files
committed
fixed documentation errors
1 parent 0130381 commit c9285f6

File tree

6 files changed

+8
-22
lines changed

6 files changed

+8
-22
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Imports:
3636
grid,
3737
gridExtra,
3838
gtable,
39+
knitr,
3940
leafem,
4041
leaflegend,
4142
leaflet,
@@ -67,8 +68,6 @@ Imports:
6768
Suggests:
6869
httr2,
6970
fluvgeodata
70-
VignetteBuilder:
71-
knitr
7271
Remotes:
7372
FluvialGeomorph/RegionalCurve
7473
FluvialGeomorph/fluvgeodata

R/pkgname.R

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,5 @@
1616
#' \url{https://r-arcgis.github.io/assets/arcgisbinding-vignette.html}.
1717
#' No other functions within this package require ESRI \code{ArcGIS Pro}.
1818
#'
19-
#' @references
20-
#' \describe{
21-
#' \item{{ArcGIS Pro}\url{https://pro.arcgis.com/}}
22-
#' \item{\code{arcgisbinding}}
23-
#' \url{https://r-arcgis.github.io/assets/arcgisbinding-vignette.html}
24-
#' }
25-
#'
2619
#' @keywords internal
2720
"_PACKAGE"

R/sf_point_attributes.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#' Calculate x and y coordinate values as new fields.
22
#'
3-
#' @param points sf object of type POINT, The input point features.
4-
#' @param fieldnames character, Provide custom names for the coordinate
5-
#' fields to be created. Names must be provided in the
6-
#' sf Dimension order (i.e,, XY, XTM, XYZ, XYZM).
3+
#' @param points sf object of type POINT, The input point features.
4+
#' @param field_names character, Provide custom names for the coordinate
5+
#' fields to be created. Names must be provided in the
6+
#' sf Dimension order (i.e,, XY, XTM, XYZ, XYZM).
77
#'
88
#' @details based on jmlondon suggestion for an `sf_as_cols` function:
99
#' [sf/issues/231](https://github.com/r-spatial/sf/issues/231)

create_package_steps.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ devtools::document()
5959

6060
## Teach
6161
# Create the vignette infrastructure
62-
usethis::use_vignette()
62+
6363

6464
# Build the vignette (re-run after each set of edits)
6565
devtools::build_vignettes()
@@ -70,6 +70,7 @@ devtools::build_vignettes()
7070
# network drive
7171
devtools::check()
7272

73+
result <- rcmdcheck::rcmdcheck(error_on = "never")
7374

7475
## Continuous Integration
7576
# https://bookdown.org/rdpeng/RProgDA/continuous-integration.html

man/fluvgeo.Rd

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/sf_point_attributes.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)