File: paper.R

package info (click to toggle)
r-cran-tidyverse 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 688 kB
  • sloc: sh: 11; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## ---- include = FALSE---------------------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", width = 68)
options(width = 68, cli.unicode = FALSE, cli.width = 68)

## ---- eval = FALSE------------------------------------------------
#  install.packages("tidyverse")

## -----------------------------------------------------------------
library(tidyverse)

## ---- include = FALSE---------------------------------------------
# Ensure pkgdown links to the right packages.
library(dplyr)