dkidney/colprods: Calculate column products of numeric matrices

A lightweight package containing various functions for calculating the column products of numeric matrices. Each function performs essentially the same task but each uses a different implementation under the hood. The main purpose of this package is to provide a simple example to remind myself how to incorporate Rcpp and RcppArmadillo functions within a package.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.1
URL https://github.com/dkidney/colprods
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("dkidney/colprods")
dkidney/colprods documentation built on May 13, 2019, 10:27 a.m.