generated from jtr13/cctemplate
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathappendix_initial_setup.Rmd
More file actions
41 lines (21 loc) · 903 Bytes
/
appendix_initial_setup.Rmd
File metadata and controls
41 lines (21 loc) · 903 Bytes
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
# (PART) Appendices {-}
This chapter contains additional information regarding how to setup the GitHub repo.
# Github initial setup
Joyce Robbins
## Create new repo
Create a new repository by copying this template: http://www.github.com/jtr13/cctemplate and following instructions in the README.
## Pages in repo settings
Change source to gh-pages
May have to trigger GHA to get it to work
## Add packages to DESCRIPTION file
*Need a better process...*
Downloaded submissions from CourseWorks
Create DESCRIPTION file. Add add dependencies with `projthis::proj_update_deps()`
https://twitter.com/ijlyttle/status/1370776366585614342
Add these Imports to the real DESCRIPTION file.
Found problematic packages by looking at reverse dependencies of the packages that failed to install:
`devtools::revdep()`
Also used `pak::pkg_deps_tree()`
Problems:
`magick`
`rJava` dependency of `qdap`