Install RTextTools (Easy)
Note: RTextTools is no longer actively maintained -- the software may contain bugs that will not be fixed with newer versions of R.
RTextTools is available for Linux, MacOS X, and Windows, and is installable via the CRAN repository. Prior to installing you must upgrade to R 2.14 or higher. To install RTextTools from R, run the following command within the R console:
RTextTools is available for Linux, MacOS X, and Windows, and is installable via the CRAN repository. Prior to installing you must upgrade to R 2.14 or higher. To install RTextTools from R, run the following command within the R console:
install.packages("RTextTools")
|
Install RTextTools from Source (Advanced)
Note: RTextTools is no longer actively maintained -- the software may contain bugs that will not be fixed with newer versions of R.
Windows users will need to install Rtools prior to installing RTextTools from source using the installation steps below. MacOS X users will need to install Xcode to install from source. The latest version of the source code is available via the GitHub repository. To install RTextTools from the repository by compiling the source code, run the following command within the R console:
Windows users will need to install Rtools prior to installing RTextTools from source using the installation steps below. MacOS X users will need to install Xcode to install from source. The latest version of the source code is available via the GitHub repository. To install RTextTools from the repository by compiling the source code, run the following command within the R console:
install.packages("RTextTools", type="source")
|