#' importFrom {package} {function}
or import {package}
to attach packageinstall.packages("devtools")
library(devtools)
install_github("nguyenduclam/TVDIpk")
library(TVDIpk)
install.packages("TVDIpk")
GTK+
library is not already installed on your
system, installation may fail. In that case, please install and load
the gWidgetsRGtk2
library beforehand:install.packages("gWidgetsRGtk2")
library(gWidgetsRGtk2)
Upon loading gWidgetsRGtk2
, an error window will probably appear. This
signals that library “GTK+” is not yet installed on your system or is
not on your PATH. To install it press “OK”. A new window dialog window
will appear, asking if you. want to install “GTK+”. Select “Install GTK”
and then “OK” . Windows will download and install the GTK+ library. When
it finishes, the RSession should be restarted and you should be ready to
go !
In case RStudio does not automatically restart or continuously asks to
install GTK+ again, kill it form “Task Manager” (or restart the R
session from RStudio “Session” menu), reload RStudio and the try to
reload gWidgetsRGtk2
. If it loads correctly, you should be ready to
go.
If it still fails, try downloading the GTK+ bundle links, unzip the archive on a folder of your choice (e.g., C:\\Program
Files\\GTK+
), then add the path to its “bin” subfolder (e.g.,
C:\\Program Files\\GTK+\\bin\\
to your system PATH environment
variable.
Restart your system and try loading again gWidgetsRGtk2
: if it loads
ok, you should be ready to install TVDIpk
:
If none of the above works, download package at this link
Golay_GUI()
TVDI_GUI()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.