PLN-team / PLNmodels

A collection of Poisson lognormal models for multivariate count data analysis
https://pln-team.github.io/PLNmodels
GNU General Public License v3.0
54 stars 18 forks source link

Merging dev #97

Closed jchiquet closed 1 year ago

jchiquet commented 1 year ago
jchiquet commented 1 year ago

Reviewed by myself ;-)

jchiquet commented 1 year ago

The example in inst calls nlopt_optimize_rank() which is not exported and requires the ::: operator. Should we consider exporting the nlopt_* functions in the future ?

I don't think it is necessary, nor appropriate. Anyway, I have just added the inst/missing_data directory to .Rbuildignore to avoid embedding this file in the R package build process.