Last updated on 2025-12-25 07:50:33 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0 | 13.50 | 95.53 | 109.03 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0 | 9.76 | 68.94 | 78.70 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0 | 23.00 | 160.71 | 183.71 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0 | 21.00 | 118.27 | 139.27 | OK | |
| r-devel-windows-x86_64 | 1.0 | 14.00 | 97.00 | 111.00 | OK | |
| r-patched-linux-x86_64 | 1.0 | 13.66 | 90.45 | 104.11 | OK | |
| r-release-linux-x86_64 | 1.0 | 13.05 | 91.44 | 104.49 | OK | |
| r-release-macos-arm64 | 1.0 | OK | ||||
| r-release-macos-x86_64 | 1.0 | 7.00 | 70.00 | 77.00 | OK | |
| r-release-windows-x86_64 | 1.0 | 16.00 | 99.00 | 115.00 | OK | |
| r-oldrel-macos-arm64 | 1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0 | 8.00 | 98.00 | 106.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0 | 20.00 | 128.00 | 148.00 | OK |
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘WeatherSentiment-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: corr_analys
> ### Title: Calculate Correlation between Sentiment and Weather Variable
> ### Aliases: corr_analys
>
> ### ** Examples
>
> Date1 <- c('2024-01-01', '2024-01-02')
> T1 <- c('I love sunny days', 'Rainy days are the worst')
> tweet <- data.frame(Date = Date1 , T1 = T1)
> weather <- data.frame(Date = Date1, T2 = c(25, 15))
> cor1 <- corr_analys(tweet, weather, com_var = "Date", var1 = "T1", var2 = "T2")
Error in `[.data.table`(dat, , `:=`(indx, wc < 1), by = c("id", "sentences", :
attempt access index 3/3 in VECTOR_ELT
Calls: corr_analys ... sentiment.get_sentences_character -> make_sentence_df2 -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc