Last updated on 2025-12-20 10:51:23 CET.
| Package | ERROR | OK |
|---|---|---|
| ADTSA | 13 | |
| compIndexBuilder | 13 | |
| DisasterAlert | 13 | |
| GISINTEGRATION | 13 | |
| Hassani.SACF | 13 | |
| Hassani.Silva | 13 | |
| PreProcessRecordLinkage | 13 | |
| TimeVizPro | 13 | |
| WeatherSentiment | 3 | 10 |
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: 3, OK: 10
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
Flavor: r-devel-linux-x86_64-debian-gcc
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