Migrate from Travis CI to GitHub Actions#78
Migrate from Travis CI to GitHub Actions#78nayeonshin wants to merge 21 commits intoEnd-to-end-provenance:masterfrom
Conversation
0fd57b7 to
d72b349
Compare
dcb005d to
e8015fb
Compare
|
@blernermhc Hi! Have you heard back from anyone on the data provenance team (because I think you emailed someone regarding this issue)? I tried a bunch of different things to |
|
Hi Nayeon, Sorry for being so slow in responding. It has taken a while to wind down the semester and get back to doing research. I don't think I ever actually sent any email. I would love to take what you have done and continue working on it, but I do not want to merge this into the master branch. It would be better to be able to push this to a new branch. Are you able to do that? Barbara |
|
Hi Nayeon, I figured out how to do this, at least it worked for the provTraceR package, which I believe faced the same issues. Try this: In the setup-r section, add: Remove from the r-setup-dependencies section: Remove from the check-r-packages section: I have the following in the check-r-packages section. It was created with the usethis command: I would suggest trying it with those changes. I also ran into a problem that it could not build the XML package. I don't know if that will be an issue for provDebugR, but if it is, change the extra-packages line to this: |
|
@blernermhc Hi! No need to be sorry. I hope you've been resting well. I actually didn't expect that you'd respond during the summer. Yes I can definitely close this PR and push the changes into a new branch. Before opening a new branch, I'll first try doing what you suggested and let you know how it goes. Thank you so much! |
Note: My VSCode automatically formatted
README.md.