]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blobdiff - source/posts/R_and_github.org
Verwijder backup sitemap.
[www2.vanrenterghem.biz.git] / source / posts / R_and_github.org
index 453ea61514200b67fa945628e6f8277f135355b7..43a4ab729ce3dd4c38d75e2d37cdefb9344025d7 100644 (file)
@@ -1,13 +1,13 @@
-#+date: 2016-09-23 19:47:35 +0800
+#+date: <2016-09-23 19:47:35 +0800>
 #+title: R and Github
 #+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
 
 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
 
 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