omegahat / RDCOMClient

GNU General Public License v2.0
77 stars 34 forks source link

RStudio Crashes #26

Open msgoussi opened 3 years ago

msgoussi commented 3 years ago

I am trying to use the package and keep crashes library(RDCOMClient) xlApp <- RDCOMClient::COMCreate("Excel.Application") xlApp[["DisplayAlerts"]] <- FALSE

R version 4.0.2 (2020-06-22) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
system code page: 1256

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] compiler_4.0.2 tools_4.0.2 tinytex_0.24 xfun_0.15

yanlesin commented 3 years ago

See this issue and solution here issue 24