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 05 May. 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
04/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/04Downloads for bspm708090100110120130140150160170TrendBars

Today's Hot Picks in Authors and Packages

frailtypack  
Shared, Joint (Generalized) Frailty Models; Surrogate Endpoints
The following several classes of frailty models using a penalized likelihood estimation on the hazar ...
Download / Learn more Package Citations See dependency  
ClickHouseHTTP  
A Simple HTTP Database Interface to 'ClickHouse'
'ClickHouse' () is an open-source, high performance columnar OLAP (online ...
Download / Learn more Package Citations See dependency  
aspline  
Spline Regression with Adaptive Knot Selection
Perform one-dimensional spline regression with automatic knot selection. This package uses a penali ...
Download / Learn more Package Citations See dependency  
affinitymatrix  
Estimation of Affinity Matrix
Tools to study sorting patterns in matching markets and to estimate the affinity matrix of both the ...
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  
helloJavaWorld  
Hello Java World
A dummy package to demonstrate how to interface to a jar file that resides inside an R package. ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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