Conversation
dan-knight
left a comment
There was a problem hiding this comment.
Perfect, just replacing with a more common unicode character is great. Just need an owner review.
yashpatel6
left a comment
There was a problem hiding this comment.
Looks good! One minor comment
|
|
||
| create.heatmap( | ||
| filename = tempfile(pattern = 'Heatmap_Symbols_1', fileext = '.tiff'), | ||
| #filename = tempfile(pattern = 'Heatmap_Symbols_1', fileext = '.tiff'), |
There was a problem hiding this comment.
question: was this intended to be kept commented out? If so, any reason to not just remove the line instead?
There was a problem hiding this comment.
IMO, shouldn't be commented out. We're using the tempfile for other examples.
There was a problem hiding this comment.
The reason I commented it out was to demonstrate the unicode problem when the plot is returned (which also affects #211 ). If you remove the comment, then the GHA wont error from the problematic unicode.
@dan-knight removed the comments from the filename argument for all BPG examples in #207 , but this had the unwanted side effect of no longer rendering any examples in the BPG website #209 .
I guess I can remove the comment for now since I've clearly demonstrated that the unicode bug is now fixed. And we can deal with the problem of rendering plot examples in #211 or consider undoing #207 and always commenting out filename like we did in the past.
There was a problem hiding this comment.
After uncommenting filename now we are getting an error about V8 not being available despite being in the DESCRIPTION file. Not sure the root cause but guessing something is off with the github action. #215
|
@yashpatel6 ready for rereview |
yashpatel6
left a comment
There was a problem hiding this comment.
Looks good! Date might need an update but I guess that can be done before the next release is made
Sure, there are a few other open PRs so I will bump the date there. |
Description
After merging this PR, the next step will be to re-render all plots in the help pages on the BPG website. This is very important for new users to BPG so they can better learn from the examples. #209 #211
Closes #205
Checklist
This PR does NOT contain PHI or germline genetic data. A repo may need to be deleted if such data is uploaded. Disclosing PHI is a major problem.
This PR does NOT contain molecular files, compressed files, output files such as images (e.g.
.png, .jpeg),.pdf,.RData,.xlsx,.doc,.ppt, or other non-plain-text files. To automatically exclude such files using a .gitignore file, see here for example.I have read the code review guidelines and the code review best practice on GitHub check-list.
I have set up or verified the
mainbranch protection rule following the github standards before opening this pull request.The name of the branch is meaningful and well formatted following the standards, using [AD_username (or 5 letters of AD if AD is too long)]-[brief_description_of_branch].
I have added the major changes included in this pull request to the
NEWSunder the next release version or unreleased, and updated the date. I have also updated the version number inDESCRIPTIONaccording to semantic versioning rules.Both
R CMD buildandR CMD checkrun successfully.Testing Results
Example taken from help page of
create.heatmap:github is still not letting me upload images...