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)
- Host: GitHub
- URL: https://github.com/jonthegeek/andthis
- Owner: jonthegeek
- License: other
- Created: 2023-01-20T16:23:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T20:48:35.000Z (5 months ago)
- Last Synced: 2025-03-18T01:42:39.179Z (29 days ago)
- Language: R
- Homepage: https://jonthegeek.github.io/andthis/
- Size: 4.73 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - jonthegeek/andthis - What the Package Does (One Line, Title Case) (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# andthis
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://CRAN.R-project.org/package=andthis)
[](https://app.codecov.io/gh/jonthegeek/andthis?branch=main)
[](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.