EchoRLiu / robustGarch

robGarch package - GSoC 2020 Project - The R Project for Statistical Computing
https://summerofcode.withgoogle.com/projects/#5730856687108096
Other
1 stars 1 forks source link

gspc structure causing issue #27

Closed EchoRLiu closed 1 month ago

EchoRLiu commented 2 months ago

I changed the data back to the old format as it runs when testing the without global variables code

but when building document, got the following error

==> devtools::check() ══ Documenting ═════════════════════════════════════════════════════════════════════════════════════ ℹ Updating robustGarch documentation ℹ Loading robustGarch Error: 'gspc' is not an exported object from 'namespace:robustGarch' Execution halted Exited with status 1.

When changed back to .rda without dates, it causes the following issue.

dan9401 commented 1 month ago

@EchoRLiu, I assume this will be fixed together with the remaining #23 issues in PR #32.