Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Water
dataRetrieval
Commits
f2609995
Commit
f2609995
authored
Sep 10, 2021
by
Laura A DeCicco
Browse files
better
parent
b4304fd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/AAA.R
View file @
f2609995
...
@@ -14,5 +14,7 @@ pkg.env <- new.env()
...
@@ -14,5 +14,7 @@ pkg.env <- new.env()
#' @examples
#' @examples
#' is_dataRetrieval_user()
#' is_dataRetrieval_user()
is_dataRetrieval_user
<-
function
(){
is_dataRetrieval_user
<-
function
(){
interactive
()
|
!!
identical
(
Sys.getenv
(
"CI"
),
""
)
interactive
()
||
!
identical
(
Sys.getenv
(
"CI"
),
""
)
||
identical
(
Sys.getenv
(
"NOT_CRAN"
),
"true"
)
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment