Last updated on 2025-12-19 11:50:10 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0 | 13.55 | 96.06 | 109.61 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0 | 8.62 | 70.31 | 78.93 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0 | 23.00 | 146.54 | 169.54 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0 | 21.00 | 139.75 | 160.75 | ERROR | |
| r-devel-windows-x86_64 | 1.0 | 14.00 | 97.00 | 111.00 | OK | |
| r-patched-linux-x86_64 | 1.0 | 11.93 | 90.74 | 102.67 | 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 | 14.00 | 98.00 | 112.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 | 19.00 | 127.00 | 146.00 | OK |
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘WeatherSentiment-Ex.R’ failed
The error most likely occurred in:
> ### 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-fedora-clang, r-devel-linux-x86_64-fedora-gcc