Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/feddelegrand7/batata

Managing R packages removal and installation
https://github.com/feddelegrand7/batata

filesystem packages r rstats

Last synced: 6 days ago
JSON representation

Managing R packages removal and installation

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%"
)
```

# batata

[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/batata)](https://cran.r-project.org/package=batata)
[![CRAN_time_from_release](https://www.r-pkg.org/badges/ago/batata)](https://cran.r-project.org/package=batata)
[![metacran downloads](https://cranlogs.r-pkg.org/badges/batata)](https://cran.r-project.org/package=batata)
[![metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/batata)](https://cran.r-project.org/package=batata)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://choosealicense.com/licenses/mit/)
[![R badge](https://img.shields.io/badge/Build%20with-♥%20and%20R-blue)](https://github.com/feddelegrand7/batata)
[![R build status](https://github.com/feddelegrand7/batata/workflows/R-CMD-check/badge.svg)](https://github.com/feddelegrand7/batata/actions)
[![Codecov test coverage](https://codecov.io/gh/feddelegrand7/batata/branch/master/graph/badge.svg)](https://codecov.io/gh/feddelegrand7/batata?branch=master)

`batata` is A Toolbox for Managing R Packages Installation and Removal.

## Installation

You can install the `batata` package from CRAN with:

```{r, eval=FALSE}
install.packages("batata")

```

## Documentation

The documentation is available [here](https://batata-doc.netlify.app/)

## Aknowledgement

Concerning the __packages installation__ part of `batata` I was mainly inspired by the tweet of [Tim Tiefenbach](https://twitter.com/TimTeaFan/status/1352007510425817089), so a big thanks to him !

----------------------------------
## Code of Conduct

Please note that the batata project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. If you encounter any bug or if you want an improvement, please feel free to open an Issue.