Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiFabre committed Apr 3, 2024
1 parent a0b3cfc commit fd1ae43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: fabR
Type: Package
Title: Wrapper Functions Collection Used in Data Pipelines
Version: 2.0.2.0001
Version: 2.0.2.1002
Authors@R: c(
person("Guillaume", "Fabre",
role = c("aut", "cre"),
Expand Down
2 changes: 1 addition & 1 deletion R/00-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ read_csv_any_formats <- function(filename){

}else{

# csv_0 <- silently_run(read_csv2(filename,locale = locale(encoding ="latin1")))
csv_0 <- silently_run(read_csv2(filename,locale = locale(encoding ="latin1")))
csv <- silently_run(read_csv2(filename,locale = locale(encoding ="latin1"),guess_max = nrow(csv_0)))

if(ncol(csv) == 1)
Expand Down

0 comments on commit fd1ae43

Please sign in to comment.