-#+date: 2016-09-23 19:47:35 +0800
+#+date: <2016-09-23 19:47:35 +0800>
#+title: R and Github
+#+tags: :R:code:
Where [[file:posts/first_r_package][my first R package]] was more a
proof-of-concept, I now certainly left the /beginneRs/ group by
publishing an R package to a private Github repository at work. I used
that package in some R scripts performing various real-time analysis of
our operations already. This by loading it through the
-[[https://cran.r-project.org/web/packages/devtools/README.html][devtools
-package]], and specifically the =install_github()= function.
+[[https://cran.r-project.org/web/packages/devtools/][devtools package]], and specifically the =install_github()= function.
Next, I will have to check the =install_url()= function, as I had not
quite figured out at the time of writing my initial R package how I