美文网首页
编程笔记3-Rstudio编写R包并上传github

编程笔记3-Rstudio编写R包并上传github

作者: 江湾青年 | 来源:发表于2022-05-03 20:08 被阅读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
    

    相关文章

      网友评论

          本文标题:编程笔记3-Rstudio编写R包并上传github

          本文链接:https://www.haomeiwen.com/subject/pbjiyrtx.html