buildnotes.md

Notes for build

knitr::knit("vignettes/tutorial.Rmd.orig", output = "vignettes/tutorial.Rmd")

knitr::purl("vignettes/tutorial.Rmd.orig", output = "vignettes/tutorial.R")
f = list.files(full.names = TRUE,pattern = ".png")
f2 <- gsub("./","./vignettes/",f)
file.copy(f,f2)
sapply(f,unlink)

Notes for testing/CI

Notes for gitting/site

Error: `github_token()` was deprecated in usethis 2.0.0 and is now defunct.
Call `gh::gh_token()` to retrieve a GitHub personal access token
Call `gh_token_help()` if you need help getting or configuring your token


ckenaley/trackter documentation built on Jan. 9, 2025, 10:45 p.m.