-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfiguration_notes.r
42 lines (23 loc) · 964 Bytes
/
configuration_notes.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
library(pacman)
p_load(devtools,usethis,roxygen2,pkgdown,testthat,installr)
p_load(tidygraph,ggraph,igraph,dplyr,tidytext,ggwordcloud,stringr,ggforce)
rm(list = ls())
document()
install(upgrade = "never",dependencies = F)
test_package("akc")
.rs.restartR()
options(pkgdown.internet = FALSE)
options(rmarkdown.html_vignette.check_title = FALSE)
build_site()
submit_cran()
## https://stackoverflow.com/questions/30424608/error-in-fetchkey-lazy-load-database
.rs.restartR()
p_load(badgecreatr,badger)
ls("package:badger")
ls("package:badgecreatr")
badger::badge_last_commit("hope-data-science/akc")
badger::badge_cran_release("akc","orange")
badger::badge_cran_download("akc", "grand-total")
badger::badge_lifecycle("maturing", "blue")
badgecreatr::badge_last_change_static(date = "2020-01-10")
[![Last-changedate](https://img.shields.io/badge/last%20update-2020--01--10-yellowgreen.svg)](/commits/master)