Closed shahronak47 closed 5 months ago
Sorry for the delay in responding @shahronak47 . Please keep it as is. We try to change it in the past, and it caused issues when deploying the API through the docker container. I've never understood exactly why, but I just remember it caused issues. Thanks!
Hi, For this PR #393 I am currently fixing all R CMD CHECK NOTES, warning and errors. I have finished almost all except couple of them.
I am getting following note :
It seems
.onLoad
andpackageStartupMessage
don't get along well and if we want to usepackageStartupMessage
we need to do it in.onAttach
for this NOTE to disappear.So my question is, is it ok to change this
.onLoad
function to.onAttach
? Will it impact anything?reference - https://forum.posit.co/t/when-to-use-onload-vs-onattach/21953
@tonyfujs @randrescastaneda what do you think?