Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EMtree is (partially) incompatible with the latest release of PLNmodels #6

Open
fplazaonate opened this issue Dec 13, 2024 · 2 comments

Comments

@fplazaonate
Copy link

Hi Raphaelle,

I tried to build EMtree with vignettes and it ends with the following error:

── R CMD build ──────────────────────────────────────────────────────────────────────────────────────────────────────────
✔  checking for file ‘/tmp/Rtmp8bt1Hu/remotes1a630a6b65ee73/Rmomal-EMtree-0358eb8/DESCRIPTION’ (373ms)
─  preparing ‘EMtree’:
✔  checking DESCRIPTION meta-information
─  installing the package to build vignettes
E  creating vignettes (18.1s)
   --- re-building ‘Fatala_Net.Rmd’ using rmarkdown
   
   Quitting from lines 83-85 [unnamed-chunk-5] (Fatala_Net.Rmd)
   Error: processing vignette 'Fatala_Net.Rmd' failed with diagnostics:
   We now use the function PLN_param() to generate the list of parameters that controls the fit:
       replace 'list(my_arg = xx)' by PLN_param(my_arg = xx) and see the documentation of PLN_param().
   --- failed re-building ‘Fatala_Net.Rmd’
   
   SUMMARY: processing the following file failed:
     ‘Fatala_Net.Rmd’
   
   Error: Vignette re-building failed.
   Execution halted

Can you please update your code to make it fully compatible with PLNmodels 1.2.0?

Best,
Florian

@Rmomal
Copy link
Owner

Rmomal commented Dec 13, 2024

Thanks a lot @fplazaonate for catching this! I updated the code, the vignette runs on my side with PLNmodels 1.2.0. Let me know if the latest release of EMtree solves the issue for you.

@fplazaonate
Copy link
Author

Thanks @Rmomal for the quick fix.
Creating vignettes is very long but does not crashes instantaneously like before.
I will keep you informed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants