Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Ignore file "devtools_history.R"
usethis::use_build_ignore("devtools_history.R")
# Add the utils package in the DESCRIPTION file: Imports
usethis::use_package("utils")
# Ignore file "run_analysis.R"
usethis::use_build_ignore("run_analysis.R")
# Add the popbio package in the DESCRIPTION file: Imports
usethis::use_package("popbio")
# Add package in the DESCRIPTION file: Imports
usethis::use_package("magrittr")
# Add package in the DESCRIPTION file: Imports
usethis::use_package("stats")
# Ignore file "junk.R"
usethis::use_build_ignore("junk.R")
# Add package in the DESCRIPTION file: Imports
usethis::use_package("SHELF")
# Add package in the DESCRIPTION file: Imports
usethis::use_package("graphics")
# Add package in the DESCRIPTION file: Imports
usethis::use_package("RColorBrewer")
# Add package in the DESCRIPTION file: Imports
usethis::use_package("grDevices")
# Add package in the DESCRIPTION file: Imports
usethis::use_package("dichromat")
# Ignore file "run_shiny.R"
usethis::use_build_ignore("run_shiny.R")
## Put it on Git
library(usethis)
usethis::use_git()
# Ignore file "run_shiny.R"
usethis::use_build_ignore("draws_histog.R")