Skip to content

Commit 88b58f7

Browse files
committed
Author conflict still a thing.
1 parent 7305a51 commit 88b58f7

File tree

3 files changed

+13
-19
lines changed

3 files changed

+13
-19
lines changed

CRAN-SUBMISSION

Lines changed: 0 additions & 3 deletions
This file was deleted.

DESCRIPTION

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,18 @@ Description: A programmatic interface to many species occurrence data sources,
88
species occurrence data, and combining those data.
99
Version: 1.2.4
1010
License: MIT + file LICENSE
11-
Authors@R:
12-
c(person(given = "Hannah", family = "Owens",
13-
role = c("aut", "cre"),
14-
email = "[email protected]",
15-
comment = c(ORCID = "0000-0003-0071-1745")),
16-
person(given = "Vijay", family = "Barve",
17-
role = "aut",
18-
comment = c(ORCID = "0000-0002-4852-2567")),
19-
person(given = "Scott", family = "Chamberlain",
20-
role = "aut",
21-
comment = c(ORCID = "0000-0003-1444-9135")),
22-
person(given = "Karthik", family = "Ram", role = "ctb"),
23-
person(given = "Ted", family = "Hart", role = "ctb"),
24-
person(given = "rOpenSci", role = "fnd",
25-
comment = c(ROR = "https://ror.org/019jywm96")))
11+
Authors@R: c(
12+
person("Hannah", "Owens", , "[email protected]", role = c("aut", "cre"),
13+
comment = c(ORCID = "0000-0003-0071-1745")),
14+
person("Vijay", "Barve", role = "aut",
15+
comment = c(ORCID = "0000-0002-4852-2567")),
16+
person("Scott", "Chamberlain", role = "aut",
17+
comment = c(ORCID = "0000-0003-1444-9135")),
18+
person("Karthik", "Ram", role = "ctb"),
19+
person("Ted", "Hart", role = "ctb"),
20+
person("rOpenSci", role = "fnd",
21+
comment = c(ROR = "https://ror.org/019jywm96"))
22+
)
2623
URL: https://github.com/ropensci/spocc (devel),
2724
https://docs.ropensci.org/spocc/ (user manual)
2825
BugReports: https://github.com/ropensci/spocc/issues/

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pkgdown_sha: ~
44
articles:
55
fixnames: fixnames.html
66
spocc: spocc.html
7-
last_built: 2025-11-30T15:25Z
7+
last_built: 2025-11-30T15:58Z

0 commit comments

Comments
 (0)