RCLabels

Manipulate row and column labels for PFU matrices

https://github.com/matthewheun/rclabels

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Manipulate row and column labels for PFU matrices

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 17
Created over 4 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# RCLabels


[![CRAN status](https://www.r-pkg.org/badges/version/RCLabels)](https://CRAN.R-project.org/package=RCLabels)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Codecov test coverage](https://codecov.io/gh/MatthewHeun/RCLabels/graph/badge.svg)](https://app.codecov.io/gh/MatthewHeun/RCLabels)
[![R-CMD-check](https://github.com/MatthewHeun/RCLabels/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/MatthewHeun/RCLabels/actions/workflows/R-CMD-check.yaml)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5819143.svg)](https://doi.org/10.5281/zenodo.5819143)



## Statement of need

When analyzing lists of matrices
(whether actual `list`s or matrix columns in a
[matsindf](https://github.com/MatthewHeun/matsindf) data frame), 
it can be challenging to operate on matrix row and column names.
This package provides functions to assist with manipulating matrix 
row and column labels for those situations.
Example applications include economic and energy conversion chain analyses
using input-output (IO) analysis or
physical supply-use table (PSUT) analysis.


## Installation

You can install `RCLabels` from CRAN with:

```{r CRAN-installation, eval = FALSE}
install.packages("RCLabels")
```


You can install the development version of `RCLabels` from [GitHub](https://github.com/) with:

```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("MatthewHeun/RCLabels")
```

## More Information

Find more information, including vignettes and function documentation, at 
.

Owner

  • Login: MatthewHeun
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: RCLabels
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Matthew
    family-names: Heun
    email: matthew.heun@me.com
    affiliation: Calvin University
    orcid: 'https://orcid.org/0000-0002-7438-214X'
identifiers:
  - type: doi
    value: 10.5281/zenodo.5819143
    description: DOI for all versions of the package
repository-code: 'https://github.com/MatthewHeun/Recca'
url: 'https://matthewheun.github.io/Recca/'
abstract: >-
  Provides functions to assist with manipulating matrix
  row and column labels for those situations.
license: MIT

GitHub Events

Total
  • Release event: 1
  • Delete event: 2
  • Push event: 37
  • Create event: 3
Last Year
  • Release event: 1
  • Delete event: 2
  • Push event: 37
  • Create event: 3

Packages

  • Total packages: 1
  • Total downloads:
    • cran 284 last-month
  • Total dependent packages: 2
  • Total dependent repositories: 5
  • Total versions: 10
  • Total maintainers: 1
cran.r-project.org: RCLabels

Manipulate Matrix Row and Column Labels with Ease

  • Versions: 10
  • Dependent Packages: 2
  • Dependent Repositories: 5
  • Downloads: 284 Last month
Rankings
Dependent repos count: 13.0%
Dependent packages count: 13.6%
Average: 19.8%
Downloads: 20.6%
Forks count: 21.0%
Stargazers count: 30.8%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
DESCRIPTION cran
  • R >= 2.10 depends
  • Hmisc * imports
  • assertthat * imports
  • magrittr * imports
  • purrr * imports
  • dplyr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • spelling * suggests
  • stringr * suggests
  • testthat >= 3.0.0 suggests
  • tibble * suggests