tidyindex

A general data pipeline for computing indexes

https://github.com/huizezhang-sherry/tidyindex

Science Score: 13.0%

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

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

Repository

A general data pipeline for computing indexes

Basic Info
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 1
Created over 3 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---

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

# tidyindex


[![R-CMD-check](https://github.com/huizezhang-sherry/tidyindex/workflows/R-CMD-check/badge.svg)](https://github.com/huizezhang-sherry/tidyindex/actions)
[![Codecov test coverage](https://codecov.io/gh/huizezhang-sherry/tidyindex/branch/main/graph/badge.svg)](https://app.codecov.io/gh/huizezhang-sherry/tidyindex?branch=main)


Tidyindex provides infrastructures to construct and analyse indexes in a pipeline workflow. 
The pipeline workflow contains 9 modules for users to arrange into an index, including: 

  - spatial processing
  - temporal processing
  - variable transformation
  - scaling
  - dimension reduction
  - distribution fit 
  - normalising
  - benchmarking
  - simplification

The package is still in early development stage. 

## Installation
 
 

You can install the CRAN version with:

``` r
install.packages("tidyindex")
```



or the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
remotes::install_github("huizezhang-sherry/tidyindex")
```

Owner

  • Name: Sherry Zhang
  • Login: huizezhang-sherry
  • Kind: user
  • Location: Austin, Texas, USA
  • Company: University of Texas at Austin

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 1
  • Total pull requests: 7
  • Average time to close issues: 5 months
  • Average time to close pull requests: about 22 hours
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • huizezhang-sherry (1)
Pull Request Authors
  • waltwang41 (12)
  • olivroy (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 164 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: tidyindex

A Tidy Data Pipeline to Construct, Compare, and Analyse Indexes

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 164 Last month
Rankings
Forks count: 27.9%
Dependent packages count: 28.8%
Stargazers count: 34.6%
Dependent repos count: 36.8%
Average: 42.9%
Downloads: 86.5%
Maintainers (1)
Last synced: 9 months ago