OHDSI / ROhdsiWebApi

An R package for interfacing with a WebAPI instance
https://ohdsi.github.io/ROhdsiWebApi
10 stars 17 forks source link

[BUG] Failed Release of Version 1.3.0 #239

Closed TheCedarPrince closed 2 years ago

TheCedarPrince commented 2 years ago

@chrisknoll - I saw that you merged a PR for releasing version 1.3.0 of ROhdsiWebApi here: #237

Somehow, it does not seem to have properly tagged in the release. I tried using it and only installed 1.2.1 at first and had to manually install from master via remotes::install_github("OHDSI/ROhdsiWebApi") to get the most recent version. Just wanted to give a heads-up!

chrisknoll commented 2 years ago

Something happened with the release when the branch was pushed to master: the dev branch passed tests, but master didn't. I'm trying to figure out why.

schuemie commented 2 years ago

I recommend just rerunning the action. The cause if probably some issue with the testing webApi? I normally see a button "Rerun all jobs" (see screenshot below). I don't see that here, possible because I didn't create the pull request. @chrisknoll : could you give this high priority? Currently we're in a bad state, where the head of master is not tagged.

image

schuemie commented 2 years ago

Some of the unit tests were failing, and they were also failing on my local machine, so I disabled them, allowing the release process to finish.

@gowthamrao : you're the package maintainer. Please, next time something goes wrong during package release, do not leave it in a corrupt state, but fix it immediately.