Closed lwjohnst86 closed 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.
DESCRIPTION
I also added a CC-BY license to the repo with usethis::use_ccby_license().
usethis::use_ccby_license()
Adding packages to the DESCRIPTION file can be done manually or (recommended) with use_package("packagename").
use_package("packagename")
This should now make the action work.
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.
@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) withuse_package("packagename")
.This should now make the action work.