Last updated on 2025-12-28 05:50:31 CET.
| Package | ERROR | OK |
|---|---|---|
| ADTSA | 13 | |
| compIndexBuilder | 13 | |
| DisasterAlert | 13 | |
| GISINTEGRATION | 13 | |
| Hassani.SACF | 13 | |
| Hassani.Silva | 13 | |
| PreProcessRecordLinkage | 13 | |
| TimeVizPro | 13 | |
| WeatherSentiment | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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
Flavor: r-devel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.