Title: | rOpenSci's blog guidance |
---|---|
Description: | It provides templates for roweb2 blogging and help for a GitHub forking workflow. |
Authors: | Maëlle Salmon [aut, cre] , Stefanie Butland [aut], rOpenSci [fnd] (https://ropensci.org/), Amanda Dobbyn [ctb], Christophe Dervieux [ctb], Romain LESUR [ctb] |
Maintainer: | Maëlle Salmon <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0 |
Built: | 2024-11-12 02:55:13 UTC |
Source: | https://github.com/ropenscilabs/roblog |
Create newsletter content for Sendgrid
create_newsletter_content()
create_newsletter_content()
Text copied to clipboard to be pasted into Sendgrid
Create a new author file, in RStudio.
ro_blog_post_author()
ro_blog_post_author()
Call it via the add-in or directly or get the templates online.
In any case, an internet connection is required as templates are downloaded fresh from their source
ro_blog_post_author()
creates Markdown files,
RStudio might warn you against saving them as ".md" but ignore that.
Check URLs in Markdown post
ro_check_urls(path = NULL)
ro_check_urls(path = NULL)
path |
Path to the Markdown post (not source Rmd!) –
if |
## Not run: path <- system.file(file.path("examples", "bad-no-alt.md"), package = "roblog" ) ro_check_urls(path) ## End(Not run)
## Not run: path <- system.file(file.path("examples", "bad-no-alt.md"), package = "roblog" ) ro_check_urls(path) ## End(Not run)
Lint Markdown post for rOpenSci blog
ro_lint_md(path = NULL)
ro_lint_md(path = NULL)
path |
Path to the Markdown post (not source Rmd!) –
if |
## Not run: path <- system.file( file.path("examples", "bad-no-alt.md"), package = "roblog" ) ## End(Not run)
## Not run: path <- system.file( file.path("examples", "bad-no-alt.md"), package = "roblog" ) ## End(Not run)