Package: r4ds
Title: R for data science.
Version: 0.1
Authors@R: 
    c(person(given = "Hadley",
             family = "Wickham",
             role = c("aut", "cre"),
             email = "hadley@rstudio.com"),
      person(given = "Garrett",
             family = "Grolemund",
             role = "aut",
             email = "garrett@rstudio.com"))
URL: https://github.com/hadley/r4ds
Depends: 
    R (>= 3.1.0)
Imports:
    babynames,
    feather,
    gapminder,
    ggrepel,
    hexbin,
    Lahman,
    leaflet,
    maps,
    microbenchmark,
    nycflights13,
    pryr,
    stringr,
    tidyverse,
    viridis,
    readxl,
    writexl,
    openxlsx,
    palmerpenguins,
    janitor
Suggests:
    bookdown,
    bslib,
    downlit,
    htmltools,
    htmlwidgets,
    jpeg,
    jsonlite,
    knitr,
    png,
    sessioninfo,
    xml2
Remotes:
    rstudio/bookdown,
    rstudio/bslib,
    tidyverse/stringr,
    r-lib/downlit
Encoding: UTF-8