Skip to contents

promoutils

Utility functions for gathering and formating rOpenSci-related items to be advertised and promoted through social media and other communication channels etc.

Installation

Install from the R-Universe:

install.packages(
  'promoutils',
  repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org')
)

Or from GitHub:

install.packages("pak") # If not already installed
pak::pkg_install("ropensci-org/promoutils")