https://github.com/feddelegrand7/batata
Managing R packages removal and installation
https://github.com/feddelegrand7/batata
filesystem packages r rstats
Last synced: 9 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T09:55:39.000Z (about 4 years ago)
- Last Synced: 2025-03-21T22:01:48.756Z (25 days ago)
- Topics: filesystem, packages, r, rstats
- Language: R
- Homepage: https://batata-doc.netlify.app/
- Size: 822 KB
- Stars: 28
- Watchers: 1
- 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%"
)
```[](https://cran.r-project.org/package=batata)
[](https://cran.r-project.org/package=batata)
[](https://cran.r-project.org/package=batata)
[](https://cran.r-project.org/package=batata)
[](https://choosealicense.com/licenses/mit/)
[](https://github.com/feddelegrand7/batata)
[](https://github.com/feddelegrand7/batata/actions)
[](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.