microsoft / datamations

https://microsoft.github.io/datamations/
Other
67 stars 14 forks source link

Set up github actions #16

Closed sharlagelfand closed 3 years ago

sharlagelfand commented 3 years ago

Sets up GitHub actions using the workflow that we looked at yesterday.

This runs R CMD check, which right now fails - mainly relating to not all of the arguments in functions having documentation. I've corrected most of the other issues, but as we talked about I figure it's better to get the github actions workflow up running and able to iterate on the code, rather than continue making changes on this increasingly-large branch.

Also applied some styling to the code via styler.

We can keep #7 open since this doesn't resolve much in terms of actual testing, just the infrastructure for checking things.