knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  out.width = "100%"
)
options(tibble.print_min = 5, tibble.print_max = 5)

NDS

An R package for manipulating naturalistic driving datasets.

knitr::include_graphics("man/figures/fig_ping_shift_trip_30int_real.svg")

Generate .pdf documentation:

file.remove("NDS.pdf")
pack = "NDS"
path = find.package(pack)
system(paste(shQuote(file.path(R.home("bin"), "R")),
    "CMD", "Rd2pdf", shQuote(path)))

Problems to solve:

Tutorials to make an R package:

  1. Hilary Parker: Writing an R package from scratch,
  2. R-Mageddon: Writing an R package from scratch,
  3. usethis workflow for package development,
  4. Hadley Wickham: R Packages.
  5. RStudio


caimiao0714/NDS documentation built on Nov. 4, 2019, 8:22 a.m.