Skip to content

Commit 9752903

Browse files
authored
Merge pull request #88 from Bisaloo/patch-1
Fix ORCID syntax in person()
2 parents ba53c72 + b06a96d commit 9752903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

description_issues.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ You can find more roles in the help documentation by running `?utils::person`. M
179179

180180
```{r, eval=FALSE}
181181
Authors@R: person("Jane", "Smith", email = "[email protected]",
182-
role = c("aut", "cre"), ORCID = "<USER-ORCID>")
182+
role = c("aut", "cre"), comment = c(ORCID = "<USER-ORCID>"))
183183
```
184184

185185

0 commit comments

Comments
 (0)