steno-aarhus / coding-cafe

https://coding-cafe-sdca-au.netlify.app/
Creative Commons Attribution 4.0 International
0 stars 1 forks source link

Package dependencies #1

Closed lwjohnst86 closed 1 year ago

lwjohnst86 commented 1 year ago

@danielibsen related to your email.

To track packaage dependencies, we need to have a DESCRIPTION file. See the commits to see how I did it.

I also added a CC-BY license to the repo with usethis::use_ccby_license().

Adding packages to the DESCRIPTION file can be done manually or (recommended) with use_package("packagename").

This should now make the action work.

danielibsen commented 1 year ago

Thanks! And thanks for the quick help! I was just on my way out the door and wanted to update and then the website was not running. But of course, this is was missing. Not sure why it worked the other day.