I want to be able to host my R package on github. And want to be able to do it from within RStudio IDE. I am able to host files on git direct from RStudio. But, not able to pull/push "package" files. Followed this example here https://r-pkgs.org/git.html from R packages book by Hadley/Jenny, but still not able to push the package files to git. Help!
Here is what I've tried.