pcaPP

R package pcaPP: Robust PCA by Projection Pursuit

https://github.com/valentint/pcapp

Science Score: 26.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

R package pcaPP: Robust PCA by Projection Pursuit

Basic Info
  • Host: GitHub
  • Owner: valentint
  • Language: C++
  • Default Branch: main
  • Size: 398 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog

README.md

pcaPP: Robust PCA by Projection Pursuit

CRAN
version R-CMD-check downloads downloads license <!-- badges: end -->

Installation

The pcaPP package is on CRAN (The Comprehensive R Archive Network) and the latest release can be easily installed using the command

install.packages("pcaPP")

Building from source

To install the latest stable development version from GitHub, you can pull this repository and install it using

## install.packages("remotes")
remotes::install_github("valentint/pcaPP")

Of course, if you have already installed remotes, you can skip the first line (I have commented it out).

Community guidelines

Report issues and request features

If you experience any bugs or issues or if you have any suggestions for additional features, please submit an issue via the Issues tab of this repository. Please have a look at existing issues first to see if your problem or feature request has already been discussed.

Contribute to the package

If you want to contribute to the package, you can fork this repository and create a pull request after implementing the desired functionality.

Ask for help

If you need help using the package, or if you are interested in collaborations related to this project, please get in touch with the package maintainer.

Owner

  • Name: Valentin Todorov
  • Login: valentint
  • Kind: user
  • Location: Vienna, Austria
  • Company: UNIDO

GitHub Events

Total
  • Watch event: 1
  • Push event: 3
Last Year
  • Watch event: 1
  • Push event: 3

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 13
  • Total Committers: 1
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 6
  • Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
valentint v****v@c****t 13
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: 8 days
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 8.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • GoNextGroup (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 38,899 last-month
  • Total docker downloads: 679,201
  • Total dependent packages: 50
  • Total dependent repositories: 83
  • Total versions: 38
  • Total maintainers: 1
cran.r-project.org: pcaPP

Robust PCA by Projection Pursuit

  • Versions: 38
  • Dependent Packages: 50
  • Dependent Repositories: 83
  • Downloads: 38,899 Last month
  • Docker Downloads: 679,201
Rankings
Dependent packages count: 1.7%
Dependent repos count: 2.5%
Downloads: 2.6%
Average: 14.4%
Docker downloads count: 21.1%
Forks count: 27.8%
Stargazers count: 30.9%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • methods * imports
  • mvtnorm * imports
  • robustbase * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite