chircollab / chircollab20

Home for the 2020 Chicago R Collab event
https://chircollab.github.io/
10 stars 3 forks source link

pkgdown / CI sprint #14

Open angela-li opened 4 years ago

angela-li commented 4 years ago

Many packages that are commonly used don't have a pkgdown page, but it's not too hard to set up with usethis::use_pkgdown(). We could potentially reach out to package authors who'd like a pkgdown website and help them set it up!

Advanced step: This works best in conjunction with Travis/GH Actions, which could automate creating the pkgdown site every time - this would require some back-and-forth with the pkg authors, but maybe we could get them remotely.

emilyriederer commented 4 years ago

I can share a basic CSS and YAML templates to customize the nav bar to match a hex sticker and/or group the vignettes / function documentation

alistaire47 commented 4 years ago

rror could use one! ...and if someone wants to get fancy with the Travis and git branches and stuff that's welcome; in the past I've been very ad-hoc about rebuilding. Added an issue there: https://github.com/alistaire47/rror/issues/1

angela-li commented 4 years ago

That would be fantastic @alistaire47! I would be happy to help mentor this as well, as I've done it for a package or two as my main contribution. Great that you'll be on-site, so we can figure out auth things together!