systematicinvestor / SIT

Systematic Investor Toolkit
483 stars 382 forks source link

Installation error on SIT #40

Open tomahawktom opened 4 years ago

tomahawktom commented 4 years ago

Installation process seems to have an error due to Zoo package. Not sure it has been deprecated.

error when installing the SIT package. Reviewed other post and have done the installation in correct sequence.

Received this error

object 'autoplot' not found whilst loading namespace 'zoo' Error : package 'zoo' could not be loaded

Installation aborted

HanneloreH commented 4 years ago

I do not have the zoo package but I also have troubles installing SIT in R studio. Could it be that the 'SIT.date' is not (longer) available?

systematicinvestor commented 4 years ago

All works with R version 4.0.0, Please try updating SIT and SIT.date packages

devtools::install_github('systematicinvestor/SIT.date') curl::curl_download('https://github.com/systematicinvestor/SIT/raw/master/SIT.tar.gz', 'SIT.tar.gz',mode = 'wb',quiet=T) install.packages('SIT.tar.gz', repos = NULL, type='source')

sessionInfo() R version 4.0.0 Platform: x86_64-w64-mingw32/x64 (64-bit) attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] SIT_2020.02.29 quantmod_0.4.17 TTR_0.23-6 xts_0.12-0 [5] zoo_1.8-7 SIT.date_0.1

tomahawktom commented 4 years ago

Hi how do I go about updating sit.date and sit ?

The code above is same to the one in the instructions, of which I followed the installation but stopped at zoo can't be open. Would it be something with regards to computability with zoo update?

tomahawktom commented 4 years ago

I do not have the zoo package but I also have troubles installing SIT in R studio. Could it be that the 'SIT.date' is not (longer) available?

You need to update the zoo package on r studio to run it. Is a requisite

HanneloreH commented 4 years ago

I do not have the zoo package but I also have troubles installing SIT in R studio. Could it be that the 'SIT.date' is not (longer) available?

You need to update the zoo package on r studio to run it. Is a requisite

Thank you, this did the trick

tomahawktom commented 4 years ago

did you manage to run it. as i'm still stuck at the error where zoo can't be open when i run sit.date

tomahawktom commented 4 years ago

Hi hi, any one can help with the zoo package to run sit? I'm stil stuck

@systematicinvestor