Movatterモバイル変換


[0]ホーム

URL:


Bioconductor 3.22 Released

Bioconductor home
Menu

SharedObject

This is thereleased version of SharedObject; for the devel version, seeSharedObject.

Sharing R objects across multiple R processes without memory duplication

Platform availability badgeRanking badgeSupport activity badgeYears in BioConductor badgeBuild results badgeLast commit badgeDependency count badge

DOI: 10.18129/B9.bioc.SharedObject


Bioconductor version: Release (3.22)

This package is developed for facilitating parallel computing in R. It is capable to create an R object in the shared memory space and share the data across multiple R processes. It avoids the overhead of memory dulplication and data transfer, which make sharing big data object across many clusters possible.

Author: Jiefei Wang [aut, cre], Martin Morgan [aut]

Maintainer: Jiefei Wang <szwjf08 at gmail.com>

Citation (from within R, entercitation("SharedObject")):

Installation

To install this package, start R (version "4.5") and enter:

if (!require("BiocManager", quietly = TRUE))    install.packages("BiocManager")BiocManager::install("SharedObject")

For older versions of R, please refer to the appropriateBioconductor release.

Documentation

To view documentation for the version of this package installed in your system, start R and enter:

browseVignettes("SharedObject")
quickStartHTMLR Script
quickStartChineseHTMLR Script
Reference ManualPDF
NEWSText

Need some help? Ask on the Bioconductor Support site!

Details

biocViewsInfrastructure,Software
Version1.24.0
In Bioconductor sinceBioC 3.10 (R-3.6) (6 years)
LicenseGPL-3
DependsR (>= 3.6.0)
ImportsRcpp, methods, stats,BiocGenerics
System RequirementsGNU make, C++11
URL
Bug Reportshttps://github.com/Jiefei-Wang/SharedObject/issues
See More
Suggeststestthat, parallel,knitr,rmarkdown,BiocStyle
Linking ToBH,Rcpp
Enhances
Depends On Me
Imports MeNewWave
Suggests MeClustAssess
Links To Me
Build ReportBuild Report

Package Archives

FollowInstallation instructions to use this package in your R session.

Source PackageSharedObject_1.24.0.tar.gz
Windows Binary (x86_64) SharedObject_1.24.0.zip
macOS Binary (x86_64)SharedObject_1.24.0.tgz
macOS Binary (arm64)SharedObject_1.24.0.tgz
Source Repositorygit clone https://git.bioconductor.org/packages/SharedObject
Source Repository (Developer Access)git clone git@git.bioconductor.org:packages/SharedObject
Bioc Package Browserhttps://code.bioconductor.org/browse/SharedObject/
Package Short Urlhttps://bioconductor.org/packages/SharedObject/
Package Downloads ReportDownload Stats

[8]ページ先頭

©2009-2025 Movatter.jp