Basic-Excel-R-Toolkit icon indicating copy to clipboard operation
Basic-Excel-R-Toolkit copied to clipboard

Unable to install Seasonal function on BERT

Open itsupportcapecon2021 opened this issue 4 years ago • 3 comments

Install the seasonal function on BERT but I get this problem for multiple users on Windows 10 different devices. Users have local admin access and can install other modules with no issue.

Warning messages: 1: In intall.packages (c("seasonal")) : installation of package 'x13binary' had non-zero exit status 2: In intall.packages (c("seasonal")) : installation of package 'seasonal' had non-zero exit status

Full error below:

bert error

itsupportcapecon2021 avatar Aug 24 '21 14:08 itsupportcapecon2021

Same problem here

wjmichon avatar Oct 06 '21 15:10 wjmichon

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 may relate to your "multiple users" reference. Are you saying that you modified the standard install so that multiple users on the same machine all access a single installation of BERT?

StatsMan1953 avatar Feb 12 '22 16:02 StatsMan1953

Same problem here. Also, janitor package with same issue.

jferreira45 avatar Jul 13 '22 21:07 jferreira45