notifier
notifier copied to clipboard
Upgrade for R 4?
Hi there. I'm trying to install the package from CRAN. Getting this:
package ‘notifier’ is not available (for R version 4.0.2)
Any comment on when there might be an update, or am I doing something wrong?
Thanks
notifier is not on CRAN for any R version, the error message is misleading.
But the README says
install.packages("notifier")
Which is failing with the error message:
> install.packages("notifier")
Warning in install.packages :
package ‘notifier’ is not available (for R version 4.0.2)
Should the README be updated to install only from Github directly?