Closed tonyfujs closed 1 year ago
Hi @tonyfujs , the tests pass for me and rest of code looks fine to me.
I noticed that there are quite a few error/warnings/notes generated from devtools::check()
. I have tried to fix some of them in this PR https://github.com/PIP-Technical-Team/pipapi/pull/381
Clean-up of column selection of the returned object for various
pipapi
function. Many were hard-coded in multiple places, I tried to partially solve it by building on the approach used in thepip()
function withlkup$pip_cols
.@shahronak47 Please make sure all the tests are passing. A couple of
pip_grp_logic
failed inconsistently. I could not figure out why.Also, there is definitely still room for improvement, so please do not hesitate to make suggestions if you spot areas taht can be improved.
Thanks!