-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove simple_rapply * options as new argument in oa_snowball * truncate url display, closes #127 * hot fix * use openalexR.print env var for #127 replaces openalexR.debug * remove simple_rapply again * update message * refine oa_snowball * Update R/oa_fetch.R Co-authored-by: June Choe <[email protected]> * update author ids --------- Co-authored-by: June Choe <[email protected]>
- Loading branch information
Showing
14 changed files
with
99 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
.onAttach <- function(libname, pkgname) { | ||
packageStartupMessage("Thank you for using openalexR!\n", | ||
"To acknowledge our work, please cite the package by calling\n", | ||
"`citation(\"openalexR\")`." | ||
) | ||
if (!grepl("suppress", Sys.getenv("openalexR.message"), ignore.case = TRUE)){ | ||
packageStartupMessage( | ||
"Thank you for using openalexR!\n", | ||
"To acknowledge our work, please cite the package by calling ", | ||
"`citation(\"openalexR\")`.\n", | ||
"To suppress this message, add `openalexR.message = suppressed` ", | ||
"to your .Renviron file." | ||
) | ||
} | ||
} |
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
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.
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.