Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/feddelegrand7/batata
- Owner: feddelegrand7
- License: other
- Created: 2020-05-30T13:53:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T09:55:39.000Z (over 3 years ago)
- Last Synced: 2024-10-24T09:23:17.003Z (19 days ago)
- Topics: filesystem, packages, r, rstats
- Language: R
- Homepage: https://batata-doc.netlify.app/
- Size: 822 KB
- Stars: 28
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - feddelegrand7/batata - Managing R packages removal and installation (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```[![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 ConductPlease 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.