jordan

Jordan algebras in R

https://github.com/robinhankin/jordan

Science Score: 44.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
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.2%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Jordan algebras in R

Basic Info
  • Host: GitHub
  • Owner: RobinHankin
  • Language: R
  • Default Branch: master
  • Size: 281 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created over 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog Citation

README.Rmd

---
title: "Jordan algebras in R"
output:
  github_document:
    pandoc_args: --webtex
---






[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/jordan?color=green)](https://cran.r-project.org/package=jordan)
![](https://cranlogs.r-pkg.org/badges/grand-total/jordan?color=green)
![](https://cranlogs.r-pkg.org/badges/jordan?color=green)
![](https://cranlogs.r-pkg.org/badges/last-week/jordan?color=green)


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

A _Jordan algebra_ is a non-associative algebra over the reals with
a bilinear multiplication that satisfies the following identities:

$$xy=yx$$

$$(xy)(xx)=x(y(xx))$$

(the second identity is known as the Jordan identity).  In literature
one usually indicates multiplication by juxtaposition but one
sometimes sees $x\circ y$.  Package idiom is to use an asterisk, as in
`x*y`.  There are five types of Jordan algebras, all of which have
their own representation in the package, which uses S4 methods.

# Further information

For more detail, see the package vignette

`vignette("jordan")`

Owner

  • Name: Robin Hankin
  • Login: RobinHankin
  • Kind: user
  • Location: Auckland
  • Company: AUT

pushing the boundaries of R in non-statistical contexts

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Hankin"
  given-names: "Robin K. S."
  orcid: "https://orcid.org/0000-0001-5982-0415"
title: "Jordan algebra in R",
url: "https://github.com/RobinHankin/jordan"
doi: "10.48550/ARXIV.2303.060621"

GitHub Events

Total
Last Year

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 163
  • Total Committers: 3
  • Avg Commits per committer: 54.333
  • Development Distribution Score (DDS): 0.012
Top Committers
Name Email Commits
Robin Hankin h****n@g****m 161
Robin Hankin R****n@u****m 1
Robin Hankin r****n@w****z 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 15
  • Total pull requests: 0
  • Average time to close issues: 3 months
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.4
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 0
  • Average time to close issues: about 9 hours
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.33
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • RobinHankin (15)
Pull Request Authors
Top Labels
Issue Labels
bug (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 209 last-month
  • Total docker downloads: 21,613
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: jordan

A Suite of Routines for Working with Jordan Algebras

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 209 Last month
  • Docker Downloads: 21,613
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Average: 43.0%
Downloads: 85.7%
Maintainers (1)
Last synced: 8 months ago

Dependencies

DESCRIPTION cran
  • Matrix * depends
  • onion >= 1.4 depends
  • emulator * imports
  • mathjaxr * imports
  • methods * imports
  • knitr * suggests
  • rmarkdown * suggests