One of the parameter in read_tsv is col_types. As you do not mention anything, it best guesses (smart way), which is "double" i.e. column is read as double type. You can get the same information by typing spec(otumat). But, you want to read your column otherwise say, as character, you can do that with col_types. With this message, nothing to concern about.