Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmurdoch/diffnews
https://github.com/dmurdoch/diffnews
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmurdoch/diffnews
- Owner: dmurdoch
- Created: 2024-03-16T09:56:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T12:18:25.000Z (7 months ago)
- Last Synced: 2024-06-11T17:55:11.908Z (5 months ago)
- Language: Java
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# diffnews
These are the files used to update the daily R news changes at https://developer.r-project.org/RSSfeeds.html .
### Notes
- They are run daily at 12:40 AM using this crontab entry:
```
40 0 * * * /usr/local/bin/Rscript.dev /home/murdoch/blosxom/diffNEWS.R >/home/murdoch/blosxom/diffNEWS.log 2>&1
```- When a new R release branch is created, manual intervention is
needed. That happens once a year. The update process is
described in the `HOW_TO_UPDATE.txt` file.