-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild_dashboard.R
45 lines (37 loc) · 1.31 KB
/
build_dashboard.R
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
39
40
41
42
43
44
45
source("ct_user_details.R")
rcmdcheck::rcmdcheck()
devtools::load_all()
?devtools::build_vignettes(clean=FALSE)
devtools::clean_vignettes()
devtoolss::install_deps(dependencies=TRUE)
devtools::check(remote=TRUE, manual=TRUE)
#.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
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::build_readme()
spelling::spell_check_package()
urlchecker::url_check()
devtools::check_win_release()
rcmdcheck::rcmdcheck()
devtools::check_win_devel()
#devtools::check_rhub()
rhub::rhub_check()
# Go to actions in github and manually run the rhub one.
#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.
# on parent repo: git submodule update --remote