We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45bf6f commit 3018188Copy full SHA for 3018188
R/auth.R
@@ -52,8 +52,8 @@ get_api_key <- function() {
52
save_api_key <- function() {
53
cli::cli_inform(
54
c(
55
- "i" = "This function will open your .Renviron file in a text editor. You will need to
56
- write DELPHI_EPIDATA_KEY=yourkeyhere in the file and save it. If the editor
+ "i" = "This function will open your {.code .Renviron} file in a text editor. You will need to
+ write {.code DELPHI_EPIDATA_KEY=yourkeyhere} in the file and save it. If the editor
57
does not open, you will need to edit the file manually.",
58
"i" = "Press any key to continue."
59
),
0 commit comments