Top "Devtools" questions

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

What to do if I don't have Visual Basic 6.0 and need to compile a VB6 project?

A client wants me to do some maintenance work to a VB 6.0 application (migration to .NET is also in the …

visual-studio vb6 devtools
How to enable devtools in vue 3 with typescipt in development mode

I'm developing a new app in vue 3 with typescript. I have the Vue Devtools installed in Chrome, but it refuses …

typescript devtools vuejs3
devtools::install_github fails with CA cert error

When I try to call install_github, I get the following error (not just for this package, but for all …

r ssl-certificate rcurl devtools
Installing non-public packages from Gitlab using devtools::install_git

My institution recently installed GitLab for us. I've figured out how to install R packages from the GitLab server using …

r gitlab devtools
No RTools compatible with R version 3.5.0 was found

I had problems installing data.table for R version 3.5.0, and was advised to check that RTools was properly installed. After …

r data.table packages devtools rtools
Safari - WebInspector Network Tab - An error occurred trying to load the resource

I am seeing the error in the image below in Safari's Developer Tools (Network Tab) for the XHR/Fetch. The …

javascript safari devtools safari-web-inspector
R: How can I install a specific release by install_github()?

If the current version of a package, gives some errors, users may prefer to install a specific release (e.g. …

r devtools
error setting certificate verify locations, install_github

I am trying to install a package from github, but I keep getting an error when I use install_github. …

r github installation devtools rcurl
Making an R package PDF manual using devtools

I am making an R package using devtools and roxygen2. I can get a PDF manual using R CMD but …

r pdf devtools manual roxygen2