sdllc / Basic-Excel-R-Toolkit

http://bert-toolkit.com
205 stars 42 forks source link

Unable to install Seasonal function on BERT #203

Open itsupportcapecon2021 opened 3 years ago

itsupportcapecon2021 commented 3 years ago

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

wjmichon commented 2 years ago

Same problem here

StatsMan1953 commented 2 years ago

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?

jferreira45 commented 2 years ago

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