-
Notifications
You must be signed in to change notification settings - Fork 4
/
.instalation.R
66 lines (59 loc) · 1.85 KB
/
.instalation.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Create site directory structure and install theme
blogdown::new_site(install_hugo = TRUE, theme = "gcushen/hugo-academic")
# Update theme
blogdown::install_theme("wowchemy/starter-academic")
# Site configuration
# ~/config.toml #####
# title = "Laboratório de Pedometria"
# baseurl = "http://samuel-rosa.github.io/"
# copyright = "© {year} A. Samuel-Rosa"
# enableGitInfo = true
# defaultContentLanguage = "pt"
# ~/config/_default/languages.toml ####
# languageCode = "pt-br"
# ~/config/_default/params.toml #####
# highlight_style = "github"
# math = true
# diagram = true
# privacy_pack = true
# edit_page = COMMENT
# email = "[email protected]"
# phone = "+55 (45) 3268-8819"
# address =
# street = "Prolongamento da Rua Cerejeira"
# city = "Santa Helena"
# region = "PR"
# postcode = "85.892-000"
# country = "Brasil"
# country_code = "BR"
# coordinates = {latitude = "-24.8462", longitude = "-54.343"}
# directions = COMMENT
# office_hours = "Segunda à sexta das 7:30 às 17:30 (ou via email)"
# appointment_url = "https://goo.gl/KHqSed"
# contact_links =
# twitter = "https://twitter.com/ASamuelRosa"
# skype = "skype:alessandrosamuel?call"
# keybase = COMMENT
# comments = COMMENT
# twitter = "ASamuelRosa"
# date_format = "2006-01-02"
# time_format = "15:04"
# copyright_license =
# enable = true
# [avatar]
# gravatar = true
# [publications]
# date_format = "2006-01-02"
# [comments]
# engine = 1
# [comments.disqus]
# shortname = "samuel-rosa"
# [marketing]
# google_analytics = "UA-62786300-4"
# renv::init()
# install.packages()
# install.packages()
# install.packages(c("gstat", "kableExtra", "latticeExtra", "leafem", "openxlsx", "pkgdown", "spsann"))
# install.packages(c("blogdown", "sf", "dplyr", "DT", "devtools", "leaflet", "pander", "sp"))
renv::snapshot()
# update.packages(ask = FALSE, checkBuilt = TRUE)