Last updated on 2014-10-02 01:48:31.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.5 | 4.15 | 18.74 | 22.89 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.5 | 4.32 | 18.38 | 22.71 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.5 | 47.38 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.5 | 43.87 | NOTE | |||
r-devel-osx-x86_64-clang | 2.5 | 44.21 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.5 | 17.00 | 46.00 | 63.00 | NOTE | |
r-patched-linux-x86_64 | 2.5 | 4.39 | 19.44 | 23.82 | NOTE | |
r-patched-solaris-sparc | 2.5 | 274.10 | NOTE | |||
r-patched-solaris-x86 | 2.5 | 63.90 | NOTE | |||
r-release-linux-ix86 | 2.5 | 5.63 | 26.44 | 32.06 | NOTE | |
r-release-linux-x86_64 | 2.5 | 4.38 | 19.53 | 23.91 | NOTE | |
r-release-osx-x86_64-mavericks | 2.5 | NOTE | ||||
r-release-osx-x86_64-snowleopard | 2.5 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.5 | 18.00 | 46.00 | 64.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 2.5 | 18.00 | 40.00 | 58.00 | ERROR |
Version: 2.5
Check: R code for possible problems
Result: NOTE
wordcloud: no visible global function definition for ‘Corpus’
wordcloud: no visible global function definition for ‘VectorSource’
wordcloud: no visible global function definition for ‘tm_map’
wordcloud: no visible binding for global variable ‘removePunctuation’
wordcloud : <anonymous>: no visible global function definition for
‘removeWords’
wordcloud : <anonymous>: no visible global function definition for
‘stopwords’
wordcloud: no visible global function definition for
‘TermDocumentMatrix’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64
Version: 2.5
Check: data for non-ASCII characters
Result: NOTE
Note: found 2 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-osx-x86_64-snowleopard, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.5
Check: running examples for arch 'i386'
Result: ERROR
Running examples in 'wordcloud-Ex.R' failed
The error most likely occurred in:
> ### Name: commonality.cloud
> ### Title: Plot a commonality cloud
> ### Aliases: commonality.cloud
>
> ### ** Examples
>
>
> if(require(tm)){
+ data(SOTU)
+ corp <- SOTU
+ corp <- tm_map(corp, removePunctuation)
+ corp <- tm_map(corp, content_transformer(tolower))
+ corp <- tm_map(corp, removeNumbers)
+ corp <- tm_map(corp, function(x)removeWords(x,stopwords()))
+
+ term.matrix <- TermDocumentMatrix(corp)
+ term.matrix <- as.matrix(term.matrix)
+ colnames(term.matrix) <- c("SOTU 2010","SOTU 2011")
+ comparison.cloud(term.matrix,max.words=40,random.order=FALSE)
+ commonality.cloud(term.matrix,max.words=40,random.order=FALSE)
+ }
Loading required package: tm
Error in UseMethod("removePunctuation", x) :
no applicable method for 'removePunctuation' applied to an object of class "list"
Calls: tm_map -> tm_map.VCorpus -> <Anonymous> -> lapply -> FUN
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 2.5
Check: running examples for arch 'x64'
Result: ERROR
Running examples in 'wordcloud-Ex.R' failed
The error most likely occurred in:
> ### Name: commonality.cloud
> ### Title: Plot a commonality cloud
> ### Aliases: commonality.cloud
>
> ### ** Examples
>
>
> if(require(tm)){
+ data(SOTU)
+ corp <- SOTU
+ corp <- tm_map(corp, removePunctuation)
+ corp <- tm_map(corp, content_transformer(tolower))
+ corp <- tm_map(corp, removeNumbers)
+ corp <- tm_map(corp, function(x)removeWords(x,stopwords()))
+
+ term.matrix <- TermDocumentMatrix(corp)
+ term.matrix <- as.matrix(term.matrix)
+ colnames(term.matrix) <- c("SOTU 2010","SOTU 2011")
+ comparison.cloud(term.matrix,max.words=40,random.order=FALSE)
+ commonality.cloud(term.matrix,max.words=40,random.order=FALSE)
+ }
Loading required package: tm
Error in UseMethod("removePunctuation", x) :
no applicable method for 'removePunctuation' applied to an object of class "list"
Calls: tm_map -> tm_map.VCorpus -> <Anonymous> -> lapply -> FUN
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64