Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batpigandme/newsies
đź—ž Testing out newsletter automation
https://github.com/batpigandme/newsies
Last synced: 7 days ago
JSON representation
đź—ž Testing out newsletter automation
- Host: GitHub
- URL: https://github.com/batpigandme/newsies
- Owner: batpigandme
- License: mit
- Created: 2021-06-25T12:29:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T16:11:06.000Z (over 3 years ago)
- Last Synced: 2024-11-09T21:43:31.450Z (2 months ago)
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: newsies.Rproj
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```# newsies
🗞 Newsletter automation inspired by the [rOpenSci Newsletter](https://ropensci.org/news/), and Maëlle Salmon's post on same, [“How we curate our monthly newsletter”](https://ropensci.org/blog/2021/06/24/news-meta/) (24 June, 2021).
Resources from above:
* [Hugo archetype](https://github.com/ropensci/roweb3/tree/master/archetypes/newsletter) for parameterized R Markdown report (view [index.md](https://github.com/ropensci/roweb3/blob/master/archetypes/newsletter/index.md)).
* [rOpenSci Package Registry](https://github.com/ropensci/roregistry) (n.b. this is mainly so we can see what information/the data structure rOpenSci feeds into its “report”/newsletter).
* [makeregistry](https://github.com/ropensci-org/makeregistry) - how the above registry is generated.
* [codemetar](https://github.com/ropensci/codemetar): an R package for generating and working with codemeta, as described at .
* [rOpenSci full-content newsfeed](https://ropensci.org/rbloggers/index.xml) (figure out why [their layout](https://github.com/ropensci/roweb3/blob/master/themes/ropensci/layouts/rbloggers/rss.xml) looks so different to [ours](https://www.tidyverse.org/blog/index.xml); see also their non-full-content [RSS feed](https://ropensci.org/tags/newsletter/index.xml) which I think is generated from the [outputs section](https://github.com/ropensci/roweb3/blob/04b4fe7c3bf95cc805ecebe2aca29e849dc40af5/config.toml#L37-L41) of their theme toml file).
* [Newsletter checklist](https://github.com/ropensci/roweb3#newsletter).
* [Newsletter tag page](https://ropensci.org/tags/newsletter/).Other resources:
* [`build_news()` code](https://github.com/r-lib/pkgdown/blob/master/R/build-news.R) from pkgdown.
* [tidymodels newsletter](https://www.tidyverse.org/blog/2021/03/tidymodels-2021-q1/).
* [New in knitr](https://blog.rstudio.com/2021/04/20/knitr-fig-alt/).
* See also (now defunct) RStudio internal newsletter updates.
## Notes* Per conversation with Alison, it might be useful to do this for all OSS packages, since it's already going to be fairly long. We could host it on pkgs.rstudio.com.
* Based on running this [pkgreport script](https://github.com/batpigandme/pkgreport/blob/conn/scripts/overview.R), there are over 270 repos we cover even _without_ adding anything from R Markdown, etc.