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]
All associated links for this package
First Published: 2020-08-01
Latest Update: 2024-04-10
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 07 Jun. 2026.
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), 0.5.7 (2024-04-10 11:20)
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

Today's Hot Picks in Authors and Packages

keep  
Arrays with Better Control over Dimension Dropping
Provides arrays with flexible control over dimension dropping when subscripting. ...
Download / Learn more Package Citations See dependency  
roxygen2  
In-Line Documentation for R
Generate your Rd documentation, 'NAMESPACE' file, and collation field using specially formatted com ...
Download / Learn more Package Citations See dependency  
embryogrowth  
Tools to Analyze the Thermal Reaction Norm of Embryo Growth
Tools to analyze the embryo growth and the sexualisation thermal reaction norms. See ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
xmlr  
Read, Write and Work with 'XML' Data
'XML' package for creating and reading and manipulating 'XML', with an object model based on 'Refere ...
Download / Learn more Package Citations See dependency  
gRain  
Bayesian Networks
Probability propagation in graphical independence networks, also known as Bayesian networks or prob ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

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