datacamp/rdocumentation-2.0

the report() output getting cut off

yuliaUU opened this issue · 1 comments

First of all, thank you for this package!

I made a logistic regression, and when I run report() , the output of the function getting cut of:
image
Code to reproduce the error:

library(ISLR)
test <- ISLR::Default
model <- glm(default~student, family="binomial", data=test)
report(model)

Closing this issue because this is an issue related to the package itself. Rdocumentation.org acts as a library to present information about all packages on CRAN, bioc and github in a user-friendly way. Consider reaching out to the author of the package! :)