-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathupdate_process.txt
36 lines (20 loc) · 1.19 KB
/
update_process.txt
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
make changes
pause DropBox
delete the FARS and GESCRSS data folders, and anything created by the vignettes
browseURL("C:/Users/s87ja/AppData/Local/Temp")
dir(path = "C:/Users/s87ja/AppData/Local/Temp", pattern = "Rtmp", recursive = T, full.names = T, ignore.case = T, include.dirs = T)
dir(path = "C:/Users/s87ja/AppData/Local/Temp", pattern = "FARS data", recursive = T, full.names = T, ignore.case = T, include.dirs = T)
dir(path = "C:/Users/s87ja/AppData/Local/Temp", pattern = "GESCRSS data", recursive = T, full.names = T, ignore.case = T, include.dirs = T)
dir(path = "C:/Users/s87ja/Dropbox/Work/toXcel/FARS/rfars", pattern = "FARS data", recursive = T, full.names = T, ignore.case = T, include.dirs = T)
dir(path = "C:/Users/s87ja/Dropbox/Work/toXcel/FARS/rfars", pattern = "GESCRSS data", recursive = T, full.names = T, ignore.case = T, include.dirs = T)
rm(list=ls())
Build >> More >> Document
Install >> Clean and install
Check
pkgdown::build_site_github_pages()
Git commit all of the changed files (Commit, Push)
### For CRAN:
Update cran-comments.md
Make sure version number in description id accurate.
devtools::submit_cran()
See https://r-pkgs.org/release.html for more info.