-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappendix_initial_setup.Rmd
42 lines (21 loc) · 1.07 KB
/
appendix_initial_setup.Rmd
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
# (PART) Appendices {-}
# Github initial setup
Joyce Robbins
## Create new repo
*Note: the instructions in this chapter are for the course instructor to create the initial community contribution repository. Students attempting to contribute their community contribution chapters should follow the [instructions here](github-submission-instructions.html).*
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`