EchoRLiu / robustGarch

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

16 improve print and summary #44

Open dan9401 opened 18 hours ago

dan9401 commented 18 hours ago

@EchoRLiu @martinrd3D

This achieves mostly what summary.lm and print.lm are doing. Please take a look.

One remaining item to achieve the following behavior of summary.lm, we need a summary.lm class. I'm not sure if we want to do that.


a = summary(lmfit) # this does not print the output
a                  # this prints the output
``
dan9401 commented 17 hours ago

The GitHub action failure seems to be due to a current update issue https://forum.posit.co/t/r-cmd-check-fails-on-macos-latest-release-r-lib-actions-setup-r-v2/195084/3

Likely will be resolved in a few days when brew recipes are updated.