Top "Devtools" questions

An R package containing tools to ease the task of software development.

How to specify lib directory when installing development version R Packages from github repository

In Ubuntu, I am installing all the R packages in the directory, /usr/lib/R/site-library by specifying lib option …

r git rstudio devtools
Error when installing an R package from github: Could not find build tools necessary to build data.table

From within RStudio I'm trying to install the data.table package from github following these instructions, and the package seems …

r devtools
'data' is not an exported object from 'namespace:my_package'

I'm writing a function that uses an external data as follow: First, it checks if the data is on the …

r namespaces devtools roxygen2
Is there any tool / way to detect/remove all unused variables,macros,headers(includes) and functions from c++ code?

I had to customize some projects which have been written for some other purpose but some core functionality is same …

c++ code-cleanup devtools
Installing ggbiplot from github

I'm trying to install development version of ggbiplotfrom Github. During installation I'm getting the following error message: library(devtools) install_…

r github devtools ggbiplot
data.table throws "object not found" error

I have a data.table: library(data.table) mydt <- data.table(index = 1:10) I am getting this to work …

r data.table devtools
NAMESPACE not generated by roxygen2. Skipped. - Confusion with Hadley book

I am trying to make a package but when I run document() it prints NAMESPACE not generated by roxygen2. Skipped. …

r ggplot2 namespaces packages devtools
Error while using install_github | devtools | timeout issue

I'm facing this issue when i try to download and install a package from git-hub using devtools. R Version : 3.1.3 (64 bit) &…

r timeout devtools revolution-r
devtools::install_github() - Ignore SSL cert verification failure

I'm trying to get devtools::install_github() working behind my corporate proxy on Windows 7. So far I've had to do …

r rcurl devtools
Vue.js devtools not showing

Suddenly my Vue.js devtools stopped working. I had it in the chrome for like 2 years (since I started developing …

google-chrome vue.js vuejs2 devtools vue-devtools