Learn R Programming

batata

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

Installation

You can install the batata package from CRAN with:

install.packages("batata")

Documentation

The documentation is available here

Aknowledgement

Concerning the packages installation part of batata I was mainly inspired by the tweet of Tim Tiefenbach, so a big thanks to him !


Code of Conduct

Please note that the batata project is released with a Contributor Code of Conduct. 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.

Copy Link

Version

Install

install.packages('batata')

Monthly Downloads

333

Version

0.2.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Mohamed Fodil Ihaddaden

Last Published

March 8th, 2021

Functions in batata (0.2.1)

install_starred_cran

Install Github Starred CRAN Packages
install_starred_github

Install Github Starred Packages from Github
rm_latest_packages

Remove the n latest installed R packages
rm_yesterday_packages

Remove the packages installed yesterday
since_packages

Displays installed packages according to a specific date
fresh_start

Remove all the installed R packages from a specified library
install_most_starred

Install the most starred CRAN packages
rm_since_packages

removes installed packages according to a specific date
rm_today_packages

Remove the packages installed in the current day
yesterday_packages

Displays the packages installed yesterday
today_packages

Displays the packages installed in the current day
display_starred

Display User's Github Starred Repositories
display_most_starred

Display the most starred R Github Repositories
latest_packages

Displaying the latest installed R packages