Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sedv8808 committed Feb 26, 2024
1 parent 35c2cf8 commit 290315c
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion R/build_sample.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title Build a samples `data.frame` from Neotoma API JSON
#' @author Socorro Dominguez \email{{[email protected]}}
#' @author Socorro Dominguez \email{[email protected]}
#' @import gtools
#' @import lubridate
#' @import dplyr
Expand Down
2 changes: 1 addition & 1 deletion R/get_datasets.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title get_datasets
#' @author Socorro Dominguez \email{{[email protected]}}
#' @author Socorro Dominguez \email{[email protected]}
#' @import gtools
#' @import lubridate
#' @import geojsonsf
Expand Down
2 changes: 1 addition & 1 deletion R/get_downloads.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title get_downloads
#' @author Socorro Dominguez \email{{[email protected]}}
#' @author Socorro Dominguez \email{[email protected]}
#' @import gtools
#' @import lubridate
#' @import dplyr
Expand Down
4 changes: 2 additions & 2 deletions R/get_sites.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parse_site <- function(result) {
}

#' @title get_sites
#' @author Socorro Dominguez \email{{[email protected]}}
#' @author Socorro Dominguez \email{[email protected]}
#' @import gtools
#' @import lubridate
#' @import sf
Expand Down Expand Up @@ -140,7 +140,7 @@ get_sites <- function(x = NA, ...) {
}

#' @title get_sites
#' @author Socorro Dominguez \email{{[email protected]}}
#' @author Socorro Dominguez \email{[email protected]}
#' @import gtools
#' @import lubridate
#' @import sf
Expand Down
2 changes: 1 addition & 1 deletion man/build_sample.Rd

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

2 changes: 1 addition & 1 deletion man/get_datasets.Rd

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

2 changes: 1 addition & 1 deletion man/get_downloads.Rd

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

2 changes: 1 addition & 1 deletion man/get_sites.Rd

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

2 changes: 1 addition & 1 deletion man/get_sites.default.Rd

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

0 comments on commit 290315c

Please sign in to comment.