Closed csgillespie closed 4 years ago
Is it possible to do this in CircleCI or should we go to Travis? Really your input is what we'd look for! We tend to use CircleCI as an org, but we also like Travis so it's not a huge deal to have something there, just aim for consistency more or less with the other projects.
You can use circleCI, but it would require continuous maintenance. For example, in a few months, the version of R will update, and the Travis file will automatically "adjust" to the current.
With the circleCI, you're currently pinned to 3.6.1 - https://github.com/sonatype-nexus-community/oysteR/blob/ReleaseBranch/.circleci/config.yml#L13
My 2 cents are drop circle CI as you will be forever tweaking it.
Proviso: I don't know much about circleCI