usethis::use_build_ignore("dev.R")
usethis::use_mit_license(copyright_holder = "Clara Casabona i Amat")
# Create files for functions ----------------
usethis::use_r("solow93")
usethis::use_r("solow93eq")
usethis::use_r("OLEfun")
usethis::use_r("OLEeq")
usethis::use_r("runall")
usethis::use_r("solow2005")
usethis::use_r("solow2005eq")
usethis::use_r("mcinerny2006")
usethis::use_r("mcinerny2006eq")
usethis::use_test("test_runall.R")
usethis::use_r("solow93bayesian")
#usethis::use_r("Reverse_solow2005")
#usethis::use_r("Rev_solow_eq2005")
usethis::use_r("Rev_solow93")
usethis::use_r("Rev_Solow93eq")
# devtools::load_all()
# set up git and github -------------------
usethis::use_git()
# usethis::use_github()
usethis::use_github_actions()
# documentation --------------
usethis::use_readme_rmd()
# Adding other packages
usethis::use_package("ggplot2")
# add some new functions------------
# using data ------------
usethis::use_data(sample_data, ouverwrite =TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.