write_TPL should be an exported function(?)
Closed this issue · 3 comments
wStockhausen commented
I think write_TPL should be an exported function. Any reason why not?
MatthVeron commented
I did not exported it because it is more related to creating the .exe and so, using the createGmacsExe.R or the GetGmacsExe.R function, the user does not have to use it. I try avoiding to export "unuseful" functions for the user but if you think it should be (as you did on your branch, I'll export it)
wStockhausen commented
I probably exported it so I could play around with it more easily.
*William T. Stockhausen*
Research Fishery Biologist, Alaska Fisheries Science Center
NOAA Fisheries | U.S. Department of Commerce
Office: (206) 526-4241
www.fisheries.noaa.gov
…On Wed, Dec 21, 2022 at 6:50 PM Matth Veron ***@***.***> wrote:
I did not exported it because it is more related to creating the .exe and
so, using the createGmacsExe.R or the GetGmacsExe.R function, the user does
not have to use it. I try avoiding to export "unuseful" functions for the
user but if you think it should be (as you did on your branch, I'll export
it)
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMAD5CKJSTQTYGNWWH4X33WOO6WRANCNFSM6AAAAAAQ2CWVWI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
MatthVeron commented
That makes sense. I'll export it again.