我正在开发一个R包,我使用fun_sql() {
sqlplus user/passwd@tnsname <<EOF
...
EOF
}
X=$(fun_sql)
来管理依赖项。
在项目库中安装packrat
后,当我使用dplyr
时出现以下错误:
packrat::restore()
Errore: Unable to retrieve package records for the following packages:
- 'demandr'
是我正在处理的包的名称。有什么建议吗?