Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

R package for xtensor-r

License

NotificationsYou must be signed in to change notification settings

xtensor-stack/Xtensor.R

Repository files navigation

Xtensor.R

GHA LinuxGHA OSXCRAN statusDocumentationJoin the Gitter Chat

Xtensor.R is an R package wrapping thextensor-r bindingsto thextensor C++ multi-dimensional array library.

Installation

From conda-forge

Xtensor.R is available on conda-forge, it can be installed with conda, mamba, and rhumba.

mamba install r-xtensor -c conda-forge

From CRAN

Xtensor.R is available on CRAN (The Comprehensive R Archive Network).

install.packages("xtensor")

From the GitHub repository

Xtensor.R can be installed from GitHub directly using devtools

devtools::install_github("xtensor-stack/Xtensor.R",ref="package")

Packaging Xtensor.R

This section may be of interest to people working on packaging Xtensor.R forLinux distributions or other general-purpose packaging systems.

TheXtensor R package depends on thextensor-r C++ header-only library.

  • When installing the CRAN package the headers ofxtensor-r and its dependenciesare vendored in the R package.
  • However, the conda-forge package does not vendor its dependencies.

The vendoring can be prevented by passing the--novendor option to the configure script,which can be passed to theR CMD INSTALL command in the following way:

R CMD INSTALL --build --configure-args='--novendor'

Documentation

To get started with usingXtensor.R, check out the documentation at

http://xtensor-r.readthedocs.io/

Dependencies

xtensor-r depends on thextensor andRcpp libraries

Xtensor.Rxtensor-rxtensorRcpp
master^0.16.0^0.26.0^1.0
0.16.0^0.16.0^0.26.0^1.0
0.14.1^0.14.2^0.24.4^1.0
0.14.0^0.14.0^0.24.0^1.0
0.13.2^0.13.0^0.23.0^1.0
0.13.1^0.13.0^0.23.0^1.0
0.13.0^0.13.0^0.23.0^1.0
0.12.1^0.12.1^0.21.4^1.0
0.12.0^0.12.0^0.21.2^1.0

License

We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.

This software is licensed under the BSD-3-Clause license. See theLICENSE file for details.

About

R package for xtensor-r

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors8


[8]ページ先頭

©2009-2025 Movatter.jp