Skip to content

Commit

Permalink
remove is_not_cran() function
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Mar 22, 2022
1 parent afaef4e commit 6426e2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,3 @@ create_temp_file <- function(path){
file.create(file_path)
return(file_path)
}

is_not_cran <- function(){
identical(Sys.getenv("NOT_CRAN", unset = "true"), "true")
}
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Test environments
* Mac OSX (Intel) local R installation, R 4.1.3
* local R installation, R 4.1.3
* ubuntu 16.04 (on travis-ci), R 4.1.3
* win-builder (devel)

Expand Down

0 comments on commit 6426e2f

Please sign in to comment.