From e562ba309532e197a0fb804333c407d37991c0fc Mon Sep 17 00:00:00 2001 From: Noam Ross Date: Mon, 9 Oct 2017 16:44:12 -0400 Subject: [PATCH] Update info about ORCiD/CRAN. Rmd not compiled. --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index c6cfdb5d..e99ea671 100644 --- a/README.Rmd +++ b/README.Rmd @@ -69,7 +69,7 @@ In the current implementation, developers may specify an ORCID url for an author Authors@R: person("Carl", "Boettiger", role=c("aut", "cre", "cph"), email="cboettig@gmail.com", comment="http://orcid.org/0000-0002-1642-628X") ``` -which will allow `codemetar` to associate an identifier with the person. This is clearly something of a hack since R's `person` object lacks an explicit notion of `id`, and may be frowned upon. +which will allow `codemetar` to associate an identifier with the person. If the package is hosted on CRAN, including the ORCiD in this way will cause an ORCiD logo and link to the ORCiD page to be added to the package CRAN webpage. ### Using the DESCRIPTION file