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

Move to using ggplot2 in package best practises #77

Closed
3 tasks done
seabbs opened this issue Jun 10, 2019 · 2 comments
Closed
3 tasks done

Move to using ggplot2 in package best practises #77

seabbs opened this issue Jun 10, 2019 · 2 comments

Comments

@seabbs
Copy link
Owner

seabbs commented Jun 10, 2019

Based on this post the following best practises need to be implemented.

  • Don't fully import ggplot2, instead import only used functions
  • Switch to using vars(.data[[col]]) rather than aes_string.
  • Make an S3 plot and summary method for TB data (using autoplot).
@seabbs
Copy link
Owner Author

seabbs commented Sep 3, 2019

#80 set up to manage develop of s3 method.

@seabbs
Copy link
Owner Author

seabbs commented Sep 3, 2019

Done done

@seabbs seabbs closed this as completed Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant