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: 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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
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  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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