Skip to content

Commit

Permalink
cransub
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison4192 committed Jun 4, 2024
1 parent 0b708b9 commit a08270b
Show file tree
Hide file tree
Showing 33 changed files with 2,491 additions and 436 deletions.
Binary file added .DS_Store
Binary file not shown.
7 changes: 6 additions & 1 deletion build_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xfun::gsub_dir(pattern = "valiData", replacement = "validata")
library(pacman)
p_load(rstudioapi, devtools, roxygen2, usethis, pkgdown,
ymlthis, magrittr, fs, covr, gitcreds, credentials,
badger, hexSticker, gh)
badger, hexSticker, gh, framecleaner, presenter, autostats, validata, tidybins)
p_load(TidyConsultant)

# add this file to .Rbuildignore ------------------------------------------
Expand Down Expand Up @@ -129,6 +129,9 @@ import_tibble("insurance.csv") -> insurance
usethis::use_data(insurance)
usethis::use_vignette("TidyConsultant")
usethis::use_r("data.csv")

usethis::use_version(which = "patch")
devtools::submit_cran()
# build and check ---------------------------------------------------------
devtools::document()
devtools::build_readme()
Expand All @@ -141,3 +144,5 @@ devtools::load_all()
usethis::use_article(name = "Inference with xgboost")

pacman::p_unload("all")

install.packages("EIX", "DiagrammeR")
Binary file added docs/.DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/articles/.DS_Store
Binary file not shown.
Loading

0 comments on commit a08270b

Please sign in to comment.