StatsMan1953

Results 6 comments of StatsMan1953

Try install.packages("seasonal", .Library, repos="https://cran.r-project.org",method="wininet") In my installation, that installs both seasonal and x13binary to %LocalAppData%\BERT2\R-3.5.0\library which on your installation I presume would expand to C:\Users\Michael.Tran\AppData\Local\BERT2\R-3.5.0\library If this does not work,...

It would be interesting to know how acvelozo linked R-3.5.3 to BERT. When I change bert-config.json to read "R": { "lib": "C:\\PROGRA~1\\R\\R-3.5.2" }, BERT opens, but when I look in...

I have no such issue. Perhaps if you provided more detail ... In the BERT2\functions directory, I included the following function vec

Have you tried install.packages("ggplot2", .Library, repos="https://cran.r-project.org",method="wininet")

Have you tried the R command install.packages("stringr", .Library, repos="https://cran.r-project.org",method="wininet")

You should specify how you have defined R.SA to BERT. R functions are not automatically defined to BERT. See %USERPROFILE%\Documents\BERT2\functions\functions.r If you have have tried to define the function to...