Skip to content

Commit

Permalink
fix: .txt to caps .TXT to fix ubuntu r cmd check
Browse files Browse the repository at this point in the history
  • Loading branch information
salvafern committed Apr 26, 2023
1 parent 38909b7 commit 9ed0de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/08_mrp_get.R
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ mrp_get_sanity_check <- function(resp){
try_clean_up <- function(path) try({file.remove(path)}, silent = TRUE)

check_server_warning <- function(cached_unzip_path){
readme <- file.path(cached_unzip_path, "README.txt")
readme <- file.path(cached_unzip_path, "README.TXT")

if(file.exists(readme)){
msg <- readLines(readme, warn = FALSE, skipNul = TRUE)
Expand Down

0 comments on commit 9ed0de6

Please sign in to comment.