Skip to content

Commit

Permalink
Updated emails and maintainer for R package
Browse files Browse the repository at this point in the history
  • Loading branch information
sedv8808 committed Feb 26, 2024
1 parent 722bb02 commit 35c2cf8
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 22 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ R/.DS_Store
/Meta/

*.gz
inst/
inst/

CRAN-SUBMISSION
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Version: 1.0.3
Authors@R:
c(person(given = "Dominguez Vidana",
family = "Socorro",
role = c("aut"),
role = c("aut", "cre"),
email = "s.dominguez@ht-data.com",
comment = structure("0000-0002-7926-4935", .Names = "ORCID")),
person(given = "Simon",
family = "Goring",
role = c("aut", "cre"),
role = c("aut"),
email = "goring@wisc.edu",
comment = structure("0000-0002-2700-4605", .Names = "ORCID")))
URL: https://github.com/NeotomaDB/neotoma2
Expand Down
2 changes: 1 addition & 1 deletion R/02_genericDefinitions.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ setGeneric("coordinates", function(obj, ...) {
})

#' @title plotLeaflet
#' @author Socorro Dominguez \email{sedv8808@@gmail.com}
#' @author Socorro Dominguez \email{s.dominguez@ht-data.com}
#' @description Plot sites on a leaflet map
#' @param object Sites object to plot
#' @returns leaflet map with site markers
Expand Down
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{sedv8808@@gmail.com}
#' @author Socorro Dominguez \email{{s.dominguez@ht-data.com}}
#' @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{sedv8808@@gmail.com}
#' @author Socorro Dominguez \email{{s.dominguez@ht-data.com}}
#' @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{sedv8808@@gmail.com}
#' @author Socorro Dominguez \email{{s.dominguez@ht-data.com}}
#' @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{sedv8808@@gmail.com}
#' @author Socorro Dominguez \email{{s.dominguez@ht-data.com}}
#' @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{sedv8808@@gmail.com}
#' @author Socorro Dominguez \email{{s.dominguez@ht-data.com}}
#' @import gtools
#' @import lubridate
#' @import sf
Expand Down
2 changes: 1 addition & 1 deletion R/get_specimens.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title get_specimens
#' @author Socorro Dominguez \email{sedv8808@@gmail.com}
#' @author Socorro Dominguez \email{s.dominguez@ht-data.com}
#' @import gtools
#' @import lubridate
#' @import geojsonsf
Expand Down
2 changes: 1 addition & 1 deletion R/parseURL.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' @md
#' @title parseURL
#' @author Socorro Dominguez \email{sedv8808@@gmail.com}
#' @author Socorro Dominguez \email{s.dominguez@ht-data.com}
#' @author Simon Goring \email{goring@wisc.edu}
#' @import gtools
#' @import lubridate
Expand Down
2 changes: 1 addition & 1 deletion R/parse_location.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title parse_location
#' @author Socorro Dominguez \email{sedv8808@@gmail.com}
#' @author Socorro Dominguez \email{s.dominguez@ht-data.com}
#' @import gtools
#' @import lubridate
#' @import geojsonsf
Expand Down
2 changes: 1 addition & 1 deletion R/toJSON.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title toJSON
#' @author Socorro Dominguez \email{sedv8808@@gmail.com}
#' @author Socorro Dominguez \email{s.dominguez@ht-data.com}
#' @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.

2 changes: 1 addition & 1 deletion man/get_specimens.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/parseURL.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/plotLeaflet.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/toJSON-sites-method.Rd

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

0 comments on commit 35c2cf8

Please sign in to comment.