Closed dan9401 closed 3 months ago
I'm in the process of updating documentation regarding #17 , and encountered a roxygen issue due to the GSPC dataset name.
roxygen
GSPC
In short, the loaded object name by data(rtn) needs to be the same name as last line in data.R.
data(rtn)
data.R
rtn
gspc
^GSPC
xts
I would suggest to create a branch from 17-change-class-name-to-robustgarch (d1b80de) to finish this and merge it back to 17-change-class-name-to-robustgarch.
a small idea: should we update the data with the most current data? perhaps with more years? currently it is around 13 years
Good point, let's do that, how did you source it last time?
I'm in the process of updating documentation regarding #17 , and encountered a
roxygen
issue due to theGSPC
dataset name.In short, the loaded object name by
data(rtn)
needs to be the same name as last line indata.R
.rtn
orgspc
^GSPC
tickerrtn
data type to bexts
? (or am I missing something)I would suggest to create a branch from 17-change-class-name-to-robustgarch (d1b80de) to finish this and merge it back to 17-change-class-name-to-robustgarch.