Package 'rapt'

Title: apt for R
Description: Some helper function for R package management
Authors: Yousuf Ali [aut, cre]
Maintainer: Yousuf Ali <[email protected]>
License: MIT + file LICENSE
Version: 0.0.0.9000
Built: 2025-02-14 05:41:55 UTC
Source: https://github.com/Yousuf28/rapt

Help Index


find all the installed packages in the current system

Description

find all the installed packages in the current system

Usage

find_all_installed_package()

find all R versions that installed in the system

Description

find all R versions that installed in the system

Usage

find_all_R_version_installed()

find different versions available for a package in CRAN

Description

find different versions available for a package in CRAN

Usage

find_cran_version(package = "data.table")

Arguments

package

character
package name


find the location where package installed in current system

Description

find the location where package installed in current system

Usage

find_installed_location(package = "data.table")

Arguments

package

character
package name


find version of a package that is already installed in system

Description

find version of a package that is already installed in system

Usage

find_installed_package_version(package = "data.table")

Arguments

package

character
package name


interactively select which version to install for a package

Description

find R version history

Usage

install_package_version(package)

Arguments

package

character