Skip to content

Commit

Permalink
pkgdown needs bootstrap 5 now
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisonLanski committed Aug 30, 2024
1 parent 23d4e56 commit a554eb0
Show file tree
Hide file tree
Showing 136 changed files with 27,708 additions and 10,444 deletions.
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
url: https://alisonlanski.github.io/IPEDSuploadables/

template:
bootstrap: 5
includes:
in_header:
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down
29 changes: 13 additions & 16 deletions devdocs/UpdateChecklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@ PREP WORK
0) Is this a cycle update? Save off the prior year into a branch!!!!

1) Make updates in a branch
2) Pull request to dev
3) Pull request to master

#######################
FINAL WORK IN MASTER
#######################

After pull request:
A) Check github actions page for CMD Check results from pull request
B) Run a manual check rhub::rhub_check() for fedora linux (option 5 atlas seems good) and see results in github actions if you feel like it

2) Merge into to dev
3) Check github actions page for CMD Check results from pull request
4) Run a manual check rhub::rhub_check() for fedora linux (option 5 atlas seems good) and see results in github actions if you feel like it

If clear, then:
1) Update zzz.R file for load message (if necessary)
Expand All @@ -28,12 +20,17 @@ If clear, then:
7) Run a manual check devtools::check_mac_release()
8) Push commits

######################
RELEASES
######################
##########
Master & Release
##########

A) Set up a pull request from dev > master
B) After review/approval/merge, check github actions checks


For CRAN release
A) Run a manual rhub check again
B) Based on github actions results, update cran-comments.md
A) Rerun check_win_devel(), check_mac_release(), rhub run
B) Based on check results, update cran-comments.md
C) Push any final commits
D) Run devtools::release()
E) After CRAN approval, add a tag to GitHub and release notes, wait for site to update
Expand Down
155 changes: 53 additions & 102 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a554eb0

Please sign in to comment.