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

Template.Qmd assumes R libraries are already installed and in environment #16

Open
geoffreyyip opened this issue Jan 2, 2024 · 0 comments

Comments

@geoffreyyip
Copy link
Member

Hey all, it's possible the mistake is on my end. But in case others faced the same issues I did, I opened #15 as a fix.

Some lines assume the user has already installed a certain library.

library(leaflet)

Other lines assume the user has already loaded a library into the environment. For example, this expects palmerpenguins to be already in the environment

#| fig.align: center
#| echo: false

penguins <- palmerpenguins::penguins

penguins |>
  ggplot(aes(bill_length_mm, bill_depth_mm, col = species)) +
  geom_point() +
  // ...
  theme_dime()
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

1 participant