Skip to content
Ronggui Huang edited this page Jun 10, 2018 · 13 revisions

Install support for d3

install.packages('d3Network')

Installation for macOS from source package

  1. Open a Terminal and run the following command to install xcode:

sudo xcode-select --install

  1. Go to http://xquartz.macosforge.org/landing/, download and install XQuartz-2.7.7.dmg.

  2. Go to https://www.macports.org/install.php, download and install macport (Install MacPorts for your version of OS X, e.g Sierra)

  3. Open a Terminal and run the following commands:

sudo port install pkgconfig

sudo port install gtk2

  1. Download and install the binary version of R.

  2. If the above step is successful, launch R and install RQDA from within R:

install.packages('RQDA', type='source')

  1. If all steps are successful, then we can launch RQDA by the following R command:

library(RQDA)

Errors and Bugs

"Fail to write to database"