An open API service indexing awesome lists of open source software.

https://github.com/jonthegeek/andthis

What the Package Does (One Line, Title Case)
https://github.com/jonthegeek/andthis

Last synced: 25 days ago
JSON representation

What the Package Does (One Line, Title Case)

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# andthis

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/andthis)](https://CRAN.R-project.org/package=andthis)
[![Codecov test coverage](https://codecov.io/gh/jonthegeek/andthis/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/andthis?branch=main)
[![R-CMD-check](https://github.com/jonthegeek/andthis/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/andthis/actions/workflows/R-CMD-check.yaml)

This is my personal usethis-customization package.
While some of the functions might serve as inspiration for others, you should not try to use it directly for your own purposes.
For example, it's hard-coded to either create packages in the r4ds organization, or in my personal github.

## Installation

You can install the development version of andthis from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("jonthegeek/andthis")
```

## Code of Conduct

Please note that the andthis project is released with a [Contributor Code of Conduct](https://jonthegeek.github.io/andthis/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.