## Notes on the process
## Alexandre Fuster, May 2021
# Test the Matrix function ------------------------------------
usethis::use_build_ignore("dev.R")
usethis::use_mit_license(copyright_holder = "Alexandre Fuster-Calvo")
usethis::use_r("matrix_addition")
## Load all the functions
devtools::load_all()
rm(list = c("sum_matrix"))
devtools::load_all()
sum_matrix(y)
usethis::use_test("sum_matrix")
usethis::use_test("stats_fn_dom")
# set up git and github -------------------------------------
usethis::use_git()
usethis::use_github()
usethis::use_github_action()
# Now back to our package specific things
# Documentation -------------------------------------
usethis::use_readme_rmd()
usethis::use_test("dbase_fn_dom.R")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.