Other packages > Find by keyword >

bspm  

Bridge to System Package Manager
View on CRAN: Click here


Download and install bspm package within the R console
Install from CRAN:
install.packages("bspm")

Install from Github:
library("remotes")
install_github("cran/bspm")

Install by package version:
library("remotes")
install_version("bspm", "0.5.7")



Attach the package and use:
library("bspm")
Maintained by
Iñaki Ucar
[Scholar Profile | Author Map]
First Published: 2020-08-01
Latest Update: 2023-08-22
Description:
Enables binary package installations on Linux distributions. Provides functions to manage packages via the distribution's package manager. Also provides transparent integration with R's install.packages() and a fallback mechanism. When installed as a system package, interacts with the system's package manager without requiring administrative privileges via an integrated D-Bus service; otherwise, uses sudo. Currently, the following backends are supported: DNF, APT, ALPM.
How to cite:
Iñaki Ucar (2020). bspm: Bridge to System Package Manager. R package version 0.5.7, https://cran.r-project.org/web/packages/bspm. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.3.3 (2020-08-01 13:10), 0.3.4 (2020-08-03 15:30), 0.3.5 (2020-08-24 17:50), 0.3.6 (2020-10-14 01:50), 0.3.7 (2020-10-15 16:30), 0.3.8 (2021-06-25 10:40), 0.3.9 (2022-01-04 16:30), 0.3.10 (2022-08-05 13:40), 0.4.0 (2022-11-25 00:30), 0.4.1 (2023-01-09 23:30), 0.4.2 (2023-02-09 13:10), 0.5.0 (2023-02-19 12:50), 0.5.1 (2023-03-16 18:40), 0.5.2 (2023-05-20 23:30), 0.5.3 (2023-07-15 08:10), 0.5.4 (2023-08-11 00:50), 0.5.5 (2023-08-22 09:30), 0.5.6 (2024-04-09 13:30)
Other packages that cited bspm R package
View bspm citation profile
Other R packages that bspm depends, imports, suggests or enhances
Complete documentation for bspm
Functions, R codes and Examples using the bspm R package
Some associated functions: bspm-package . integration . manager . 
Some associated R codes: bridge.R . integration.R . manager.R .  Full bspm package functions and examples
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for bspm80100120140160180200220TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA