Skip to content
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

Example is deprecated #5

Open
ekothe opened this issue Dec 31, 2018 · 1 comment
Open

Example is deprecated #5

ekothe opened this issue Dec 31, 2018 · 1 comment

Comments

@ekothe
Copy link
Collaborator

ekothe commented Dec 31, 2018

print.formula( my.formula ) # print it out using the print.formula() method

According to the PDF version this should result in

> print.formula( my.formula ) # print it out using the print.formula() method 
blah ~ blah.blah

However the when evaluated this actually returns

print.formula( my.formula )       # print it out using the print.formula() method

## Appears to be deprecated

An example using a non-deprecated generic should be used to replace this

@Maschette
Copy link
Collaborator

print.formula is an alias for formula() but it is still there and just not exported for some reason.
``

stats:::print.formula(my.formula)
blah ~ blah.blah
``

snowdj pushed a commit to snowdj/rbook that referenced this issue Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants