Giter Site home page Giter Site logo

Comments (4)

Lextuga007 avatar Lextuga007 commented on July 19, 2024

Can't put the execution code in the _quarto.yml and the IMD particularly needs a lot of the echo and eval removed as not necessary. The default is eval: true and echo: true.

If #| warning: false is put in the first chunk with library(tidyverse) this applies to the rest of the .qmd and doesn't need repeating in the later R chunk.

from health-inequalities-notebook.

Lextuga007 avatar Lextuga007 commented on July 19, 2024

#| include: false needed in the chunk where library(tidyverse) appears

from health-inequalities-notebook.

francisbarton avatar francisbarton commented on July 19, 2024

Another way round this would be to identify the particular packages required from the tidyverse and library() them individually. Is the whole tidyverse needed?
Or can we do

library(dplyr)
library(purrr)

etc?

from health-inequalities-notebook.

Lextuga007 avatar Lextuga007 commented on July 19, 2024

Good point! I used {tidyverse} because it is recognisable to very new users. If this were a package I've recently found https://ropensci.org/blog/2019/12/08/precompute-vignettes/ which could help with showing familiar code but without having to depend upon a series of other packages that it's only the vignette that needs.

from health-inequalities-notebook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.