编程笔记3-Rstudio编写R包并上传github
2022-05-03 本文已影响0人
江湾青年
使用Rstudio创建R包:https://www.jianshu.com/p/c0216f42edc5
上传github:https://zhuanlan.zhihu.com/p/60727196
github密钥配置:https://beltxman.com/3804.html
更新到github代码三部曲:
git add -A
git commit -m "message" --no-verify
git push