notifier
notifier copied to clipboard
CRAN Archived: Is this package deprecated? [Answer: No, still maintained]
On https://cran.r-project.org/web/packages/notifier/ it says:
Archived on 2017-03-02 as requested by the maintainer ...
What was the reason for this? Should I consider this package deprecated?
It needs an external tool on macos, and this needs fixing. It is not deprecated.
Great. Thxs
On Wed, Apr 24, 2019, 00:01 Gábor Csárdi [email protected] wrote:
It needs an external tool on macos, and this needs fixing. It is not deprecated.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gaborcsardi/notifier/issues/26#issuecomment-486094596, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMKXUTOWZFQ4WFTNLLUBCLPSAAS7ANCNFSM4HH7ZDYA .
This issue may be old and maybe it is deprecated now, but since it is still open, here my 2 cents.
As of July 2020, the package is still archived on CRAN and I could not install it from Github (remotes::install_github("gaborcsardi/notifier@x") did not work).
However, remotes::install_version("notifier", "1.0.0") worked perfectly, and the example from the ReadMe worked as well on my computer (Win10 build 17763 with R 3.6.3).
Why not publish on CRAN with a "WIP" warning/.rror thrown if Sys.info()['sysname'] returns something macosy?
Otherwise, you might want to change the ReadMe to state how to install on other OS, this package is a hidden gem that really deserves to shine :-)