mattroumaya / surveymonkey

Access your SurveyMonkey data directly from R!
https://mattroumaya.github.io/surveymonkey/
Other
42 stars 10 forks source link

remove redundant actions #93

Closed jamieRowen closed 2 years ago

jamieRowen commented 2 years ago

There are a number of R package checks that are being run as github actions that appear to be old/broken and haven't passed for some time. This doesn't help gain reliable information on whether changes to a package introduce breaking changes or fix something. In particular the R-full checks all seem to fail consistently and appear to be broken.

I would consider either:

  1. removing them completely
  2. updating/fixing the action
  3. or if you eventually want them back but not immediately, remove them as they are now and add an issue to get the R-full checks added back in at some point