R package template in Zhuoer's style
.Rproj
, vignettes/.Rmd
minir
(use VSCode, remember to Save all)readme.md
, DESCRIPTION
, R/aaa.R
Build & Reload
dongzhuoer/pkg
pkgdown.Rmd
& pkgdown.sh
bash
rm -rf .git
git init
git add -A
git commit -m "initial"
if (!("remotes" %in% .packages(T))) install.packages("remotes");
remotes::install_github("dongzhuoer/minir");
refer to vignette("minir")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.