Dear Nimble developers,
I have finally submitted to CRAN the Bayesian-nonparametrics package that uses Nimble for its Monte Carlo computations (
https://pglpm.github.io/prova/).
One Note I get from 'R CMD check' is the following:
"no visible binding for global variable..."
for several variables that are used within Nimble code. It is not an error, I think this happens because of how Nimble works.
Do you happen to have any recommendations, considering other packages that import Nimble, on how to avoid this Note? A web search suggests (
https://github.com/r-lib/zeallot/issues/57#issuecomment-1276918875) to put these variables in `globalVariables()`, but I wanted to have your opinion before proceeding this way.
Thank you so much!
Kind regards,
Luca