read_cst提取文件时出现错误

##tidyverse

setwd('C:\Users\yinyin\Desktop\read')
library(tidyverse)
feng10 <- read_csv("diffmiRNA.txt")

运行时出现错误:
New names:

  • `` -> ...1
    Error in app$vspace(new_style$margin-top %||% 0) :
    attempt to apply non-function
    请问各位这是什么意思,要怎么修改,感谢!!