我正在尝试进行本地构建以部署我的R脚本 R脚本 writes to a file config.json
writes to a file config.json
当我从RStudio运行代码时,它工作得很好。
创建本地部署时,我收到错误: cannot open file 'config.json': Permission denied ,因为当我进行本地构建时,用户是不同的
cannot open file 'config.json': Permission denied
检查权限我发现它们是 rw-r--r--.
rw-r--r--.
本地构建是否有可能获得足够的权限写入config.json