I am trying to create a package. It depends on several packages. I added import to the namespace file, and Depends to the description file.
I found possible solutions here and here , but this did not work - I think because I am on CentOS.
This is what I see on the screen:
[ hadoop@localhost RProjects]$ sudo R CMD check TextPreProcess * using log directory '/home/hadoop/RProjects/TextPreProcess.Rcheck' * using R version 2.15.1 (2012-06-22) * using platform: x86_64-redhat-linux-gnu (64-bit) * using session charset: UTF-8 * checking for file 'TextPreProcess/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'TextPreProcess' version '1.0' * checking package namespace information ... OK * checking package dependencies ... ERROR Packages required but not available: 'RWeka' 'Snowball' 'lsa' 'plyr' 'snowfall' 'tau' 'tm' See the information on DESCRIPTION files in the chapter 'Creating R packages' of the 'Writing R Extensions' manual.
I went through Writing R Extentions, but I could not get much information on how to solve my problem.
source share