Closed fplazaonate closed 7 months ago
Hi @fplaza,
Thanks for catching this, there were two instances of |>
that went under my radar when I reviewed the code. A hotfix in the master branch will be up quickly and except this to be fixed in the next release.
Hi @mahendra-mariadassou Thanks for the quick reply. Meanwhile, I have installed the version 1.1.0
You can now install the 1.2.1 version with the hotfix from github using
remotes::install_github("pln-team/PLNmodels")
We'll probably wait for slightly more substantial updates before submitting a new release to CRAN
Hi @jchiquet ,
I have tried to install PLNmodels from the CRAN but it failed on R 3.6:
The pipe operator "|>" has been introduced in R 4.1. Contrary to what is stated in the CRAN, this new release is not compatible with R 3.X