-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_dashboard.R
More file actions
37 lines (30 loc) · 1.03 KB
/
build_dashboard.R
File metadata and controls
37 lines (30 loc) · 1.03 KB
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
rcmdcheck::rcmdcheck()
devtools::load_all()
devtools::build_vignettes(clean=FALSE)
devtools::clean_vignettes()
devtools::check()
#.libPaths("U:/My Documents/R/win-library/4.1")
# see .Rprofile
devtools::build_vignettes()
devtools::document(roclets = c('rd', 'collate', 'namespace'))
devtools::build()
devtools::test()
#Check you've got the right version number
# wrong path
#install.packages("../eudract_0.10.2.tar.gz",
# repos = NULL, type = "source")
#devtools::build("../eudract_0.10.2.tar.gz", binary=TRUE)
#devtools::build( binary=TRUE)
# modify news.md, cran-comments.md README.rmd
devtools::check_win_release()
rcmdcheck::rcmdcheck()
devtools::check_win_devel()
devtools::check_rhub()
#check github is totally up to date
devtools::release()
devtools::submit_cran()
#add a tag to github
#do some publicity , edit the website news, CTU stats email list.
#Add the .9000 suffix to the Version field in the DESCRIPTION to
#indicate that this is a development version.
#Create a new heading in NEWS.md and commit the changes.