silence unpack_mht: suppress output of read_lines#19
silence unpack_mht: suppress output of read_lines#19hansvancalster merged 12 commits intonext-versionfrom
unpack_mht: suppress output of read_lines#19Conversation
|
I am sorry for the linter errors with |
no problem. I actually hadn't started a new "next-version" branch yet (this one is behind main). So I will soon make a next-version branch that is up to date and bumps the version of the package and probably need to address linters due to update of checklist package as well. |
|
I have updated the next-version branch and merged it into this branch. Locally I see a problem with building the vignette, which I haven't looked into (maybe related to the fix you propose in this branch?): |
|
This might be a local issue; I attempted to reproduce and verify, but my errors differ. It tries to install Here is what I experienced:
I added some more explicit package calls for verbosity. |
|
FYI I tried to run
However, there are some warnings of which I do not know whether they cause the hiccup. First, on and, further down (checklist): |
hansvancalster
left a comment
There was a problem hiding this comment.
All looks good! Checklist tests pass. Can you add an item in the NEWS.md file?
(checklist complaint -> linebreaks inserted)
|
The spell check is failing because linebreak should be written with a space between: line break. After we merge this, do you want it to be released soon (perfectly fine for me)? |
I adjusted the sentence.
There is no need for a quick publication: the change is minor, and I can work on the Thank you for your help, and sorry for my initial clumsiness with lintr, spellcheck, and checklist! |
suppression of progress in the
unpack_mht(path)function ofget_coverage_wcs.R, which would otherwise produce empty stdout viareadr::read_lines(path)progress.fixes #18
(as an aside, I inserted explicit library calls such as
readr::read_lines_rawwhich simplifies debugging on my system and increases portability potential ofunpack_mht.)