我无法让 reprex 运行。这是控制台会话的副本:
> library(reprex)
> y <- 1:4
> mean(y)
[1] 2.5
> reprex()
Error in file(con, "w") : cannot open the connection
In addition: Warning message:
In file(con, "w") :
cannot open file 'C:/Users/Richard.R': Permission denied
请注意,这是在我没有管理员权限的机器上。Richard
也不是我在这台机器上的用户名,后面Richard.
是我的姓氏。
如何让 reprex 正常运行?