-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug fixes in renew and author methods
- Loading branch information
1 parent
2d1e2db
commit 0e18e8b
Showing
9 changed files
with
52 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ x <- ready4fun::make_pkg_desc_ls(pkg_title_1L_chr = "Implement Transfer to Utili | |
This development version of the TTU package has been made available as part of the process of testing and documenting the package. | ||
If you have any questions, please contact the authors ([email protected]).", | ||
authors_prsn = c(utils::person(given = "Caroline",family = "Gao",email = "[email protected]", role = c("aut"),comment = c(ORCID = "0000-0002-0987-2759")), | ||
utils::person(given = "Matthew",family = "Hamilton",email = "matthew.[email protected]", role = c("aut", "cre"),comment = c(ORCID = "0000-0001-7407-9194")), | ||
utils::person(given = "Matthew",family = "Hamilton",email = "matthew.[email protected]", role = c("aut", "cre", "fnd"),comment = c(ORCID = "0000-0001-7407-9194")), | ||
utils::person("Orygen", role = c("cph", "fnd")), | ||
utils::person("Headspace", role = c( "fnd")), | ||
utils::person("National Health and Medical Research Council", role = c( "fnd"))), | ||
|
@@ -211,4 +211,4 @@ devtools::build_vignettes() | |
# tag = paste0("v",desc::desc_get_version()), | ||
# body = "Version implemented following significant redevelopment of package dependencies.", | ||
# prerelease = F) | ||
# devtools::build_vignettes() | ||
|
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 |
---|---|---|
|
@@ -4,11 +4,11 @@ citEntry( | |
entry = "Manual", | ||
doi = "10.5281/zenodo.5646593", | ||
title = paste0(meta$Package,": ",meta$Title), | ||
author = c(person("Caroline Gao <[email protected]> [aut]", "(<https://orcid.org/0000-0002-0987-2759>)"), person("Matthew Hamilton <matthew.[email protected]> [aut, cre]", "(<https://orcid.org/0000-0001-7407-9194>)")), | ||
author = c(person("Caroline Gao <[email protected]> [aut]", "(<https://orcid.org/0000-0002-0987-2759>)"), person("Matthew Hamilton <matthew.[email protected]> [aut, cre, fnd]", "(<https://orcid.org/0000-0001-7407-9194>)")), | ||
year = "2023", | ||
note = sprintf("R package version %s", meta$Version), | ||
url = "https://ready4-dev.github.io/TTU/", | ||
textVersion = paste("Caroline Gao <[email protected]> [aut] (<https://orcid.org/0000-0002-0987-2759>), Matthew Hamilton <matthew.[email protected]> [aut and cre] (<https://orcid.org/0000-0001-7407-9194>) ", | ||
textVersion = paste("Caroline Gao <[email protected]> [aut] (<https://orcid.org/0000-0002-0987-2759>), Matthew Hamilton <matthew.[email protected]> [aut, cre and fnd] (<https://orcid.org/0000-0001-7407-9194>) ", | ||
"(2023).", | ||
paste0(meta$Package,": ",meta$Title, | ||
"."), | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.