-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIT is dead? Or is it me? #41
Comments
Please try updating SIT and SIT.date packages devtools::install_github('systematicinvestor/SIT.date') |
All updated, but still getting the same error. |
All works with R version 4.0.3. Could you try installing development version of xts and quantmod packages: devtools::install_github('joshuaulrich/xts') |
I've been troubleshooting this for two days and have gone through all the recommended processes. I have 4.0.3 installed and have run those two lines yet I still get the "missing value" error no matter what SIT function I run. Here is the error I get for plota.test(), with traceback: Error in if (type == "Date" || type == "yearmon" || type == "yearqtr") temp = as.Date(temp) : |
Is there any update on this? I'm still unable to run any SIT code. |
Unfortunately I cannot replicate the issue. All works with R version 4.0.3. One thing to try is to install fresh copy of R and follow installation steps below. Hopefully this will solve the issue. devtools::install_github('systematicinvestor/SIT.date') |
This was a fresh install on a new system, but perhaps I did something in the process to screw things up. I am happy to delete everything and re-install if you think that will do the trick - I can even record the whole process to have a record (if you're willing to view it) so as to figure out where we went wrong. I am using RStudio - do you think this makes any difference? |
Any update on this? |
Can anyone replicate the error I'm having? |
So I just deleted and reinstalled R for a second time. Of course I reinstalled SIT, too. Now, when I run plota.test() I get: Error in UseMethod("layout") : A different error message, but an error nonetheless. Any idea with this one? |
My guess is that the error is caused by the 'plotly' package. Can you run sessionInfo() command and check if 'plotly' is listed. Please restart your R session (Ctrl+Shift+F10 in RStudio). |
Dear Michael, I love your SIT package. But since switching to a new machine with a fresh R installation (4.0.3) on Manjaro, your package is unfortunately not usable anymore. I posted a question on https://stackoverflow.com/questions/65876940/how-install-r-3-6-3-on-manjaro?noredirect=1#comment116474998_65876940. Maybe the stackoverflow experts can support us to get this issue solved. Best regards, |
Hi Michael,thank you for reporting the bug. I fixed the bug and updated the package. Please reinstall. curl::curl_download('https://github.com/systematicinvestor/SIT/raw/master/SIT.tar.gz', 'SIT.tar.gz',mode = 'wb',quiet=T) |
I don't think plotly is my problem. Here is my session info: R version 4.0.3 (2020-10-10) Matrix products: default locale: attached base packages: loaded via a namespace (and not attached): |
Hi Michael, thanks for fixing it. It works for me now. Best regards, |
@michimanjaro I updated quantmod as you suggested but I'm still getting the same error when I try to run SIT. |
Anyone able to get this working? |
I just freshly installed R and RStudio, as well as SIT. I haven't used SIT in a while, so I'm not sure if the problem is SIT being dead or if it's a problem particular to me, but every code I attempt to run in SIT produces:
Error in if (type == "Date" || type == "yearmon" || type == "yearqtr") temp = as.Date(temp) :
missing value where TRUE/FALSE needed
All my other past code (non-SIT related) works fine on my new system, so I have to wonder whether SIT has stopped working with the newest update of R.
Any input would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: