There was an error while loading. Please reload this page.
For manually pushing code changes to gh-pages branch. Please do the following:
gh-pages
git merge origin/main
#docs
.gitignore
setwd('~\YOUR_DIR\finnts')
usethis::use_pkgdown()
options(rmarkdown.html_vignette.check_title = FALSE)
pkgdown::build_site(pkg = '.',install = TRUE,preview = FALSE,lazy=FALSE,new_process = FALSE)