Skip to content

Commit

Permalink
test commit/ playing with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ampatzia committed Jul 18, 2017
1 parent 86460e2 commit 1ab6c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ make_panmatrix_fami<-function(file){
#' @examples make_panmatrix_fami2("path")
#'

make_panmatrix_fami2<-function (file){
make_panmatrix_fami2 <- function (file){
work_list <- read_delim(file, "\t", escape_double = FALSE,
col_names = FALSE, trim_ws = TRUE)

Expand Down

0 comments on commit 1ab6c8e

Please sign in to comment.