-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from IQSS/dev
v0.3.13 is accepted by CRAN.
- Loading branch information
Showing
10 changed files
with
48 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
citHeader("To cite package 'dataverse' in publications use:") | ||
|
||
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE) | ||
vers <- paste("R package version", meta$Version) | ||
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE) | ||
vers <- paste("R package version", meta$Version) | ||
|
||
citEntry( | ||
entry="Manual", | ||
title = "dataverse: R Client for Dataverse 4+ Repositories", | ||
author = personList( | ||
as.person(c("Shiro Kuriwaki", | ||
"Will Beasley", | ||
"Thomas J. Leeper"))), | ||
year = year, | ||
note = vers, | ||
textVersion = | ||
paste("Will Beasley, Shiro Kuriwaki, Thomas J. Leeper et al. (", | ||
year, | ||
"). dataverse: R Client for Dataverse 4+ Repositories. ", | ||
vers, ".", sep="")) | ||
bibentry( | ||
bibtype = "Manual", | ||
title = "dataverse: R Client for Dataverse 4+ Repositories", | ||
author = c("Shiro Kuriwaki", "Will Beasley", "Thomas J. Leeper"), | ||
year = year, | ||
note = vers, | ||
textVersion = paste("Shiro Kuriwaki, Will Beasley, Thomas J. Leeper et al. (", | ||
year, | ||
"). dataverse: R Client for Dataverse 4+ Repositories. ", | ||
vers, ".", | ||
sep = "")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
server: "demo.dataverse.org" | ||
api_token: "93d896da-0dd2-40f6-913e-8e8385f37b88" # readonly | ||
api_token_expiration: "2023-01-01" | ||
api_token_username: "dataverse-client-r-readonly" | ||
api_token: "c0d39fb3-ac48-4db7-9781-390073440495" | ||
api_token_expiration: "2024-03-22" | ||
api_token_name: "shirokuriwaki" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters