Skip to content

R-OneMKL/drat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

drat - R-OneMKL R package repository

We are using the drat R package to set up the infrastructure for a mini R-OneMKL R package repository.

Usage

Package Users: Installation of R-OneMKL R packages

You can install packages from the R-OneMKL repository directly with install.packages().

install.packages(c("oneMKL", "oneMKL.MatrixCal"), repos="https://R-OneMKL.github.io/drat")

The other way to use this drat repository is to leverage drat package:

install.packages("drat")
drat::addRepo("R-OneMKL") # append R-OneMKL repository to repo list
install.packages(c("oneMKL", "oneMKL.MatrixCal"))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages