Package: batata 0.2.1
batata: Managing Packages Removal and Installation
Allows the user to manage easily R packages removal and installation. It offers many functions to display installed packages according to specific dates and removes them if needed. The user is always prompted when running the removal functions in order to confirm the required action. It also provides functions that will install 'Github' starred R packages whether available on 'CRAN' or not.
Authors:
batata_0.2.1.tar.gz
batata_0.2.1.zip(r-4.5)batata_0.2.1.zip(r-4.4)batata_0.2.1.zip(r-4.3)
batata_0.2.1.tgz(r-4.4-any)batata_0.2.1.tgz(r-4.3-any)
batata_0.2.1.tar.gz(r-4.5-noble)batata_0.2.1.tar.gz(r-4.4-noble)
batata_0.2.1.tgz(r-4.4-emscripten)batata_0.2.1.tgz(r-4.3-emscripten)
batata.pdf |batata.html✨
batata/json (API)
NEWS
# Install 'batata' in R: |
install.packages('batata', repos = c('https://feddelegrand7.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/feddelegrand7/batata/issues
Last updated 4 years agofrom:a606f2448e. Checks:OK: 5 ERROR: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 19 2024 |
R-4.5-win | OK | Nov 19 2024 |
R-4.5-linux | OK | Nov 19 2024 |
R-4.4-win | OK | Nov 19 2024 |
R-4.4-mac | ERROR | Nov 19 2024 |
R-4.3-win | OK | Nov 19 2024 |
R-4.3-mac | ERROR | Nov 19 2024 |
Exports:display_most_starreddisplay_starredfresh_startinstall_most_starredinstall_starred_craninstall_starred_githublatest_packagesrm_latest_packagesrm_since_packagesrm_today_packagesrm_yesterday_packagessince_packagestoday_packagesyesterday_packages
Dependencies:clicpp11fsgenericsgluejsonlitelifecyclelubridatemagrittrpurrrremotesrlangtimechangevctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Display the most starred R Github Repositories | display_most_starred |
Display User's Github Starred Repositories | display_starred |
Remove all the installed R packages from a specified library | fresh_start |
Install the most starred CRAN packages | install_most_starred |
Install Github Starred CRAN Packages | install_starred_cran |
Install Github Starred Packages from Github | install_starred_github |
Displaying the latest installed R packages | latest_packages |
Remove the n latest installed R packages | rm_latest_packages |
removes installed packages according to a specific date | rm_since_packages |
Remove the packages installed in the current day | rm_today_packages |
Remove the packages installed yesterday | rm_yesterday_packages |
Displays installed packages according to a specific date | since_packages |
Displays the packages installed in the current day | today_packages |
Displays the packages installed yesterday | yesterday_packages |