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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.8%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: alexcb
  • Language: R
  • Default Branch: main
  • Size: 138 KB
Statistics
  • Stars: 22
  • Watchers: 4
  • Forks: 12
  • Open Issues: 5
  • Releases: 0
Created over 13 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

rjson

A C based JSON parser for R. Released versions can be found at http://cran.r-project.org/web/packages/rjson/index.html

Alex Couture-Beil rjson_pkg@mofo.ca

Development notes

rjson uses earthly to containerize common development tasks.

test

To run a comprehensive test, run:

earthly +test

This will run various sub-tests, against multiple versions of R.

unit tests

To run the unit tests, run:

earthly +unittest

or against a particular version of R, e.g. 4.0.0:

earthly +unittest --R_VERSION=4.0.0

rcheck

To run rcheck, run:

earthly +rcheck

Packaging rjson for cran

To create a source rjson_<version>.tar.gz, run:

earthly +cran

This will output a compressed source archive under output/.

Non-earthly tasks

To run R check with valgrind, in the past I have run:

docker run -v `pwd`:/foo -w /foo -ti -e VALGRIND_OPTS='--leak-check=full --show-reachable=yes' --rm --cap-add SYS_PTRACE rocker/r-devel-ubsan-clang R CMD check --use-valgrind rjson

(This should be moved into the Earthfile to make it easier to run).

Owner

  • Name: Alex Couture-Beil
  • Login: alexcb
  • Kind: user
  • Location: Victoria, BC, Canada

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 2
Last Year
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 2

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 60
  • Total Committers: 6
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.167
Past Year
  • Commits: 5
  • Committers: 1
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Alex Couture-Beil a****x@m****a 50
alex a****x@.****) 4
brodieG b****G 3
Tim Schäfer t****e@r****g 1
Jeffrey Shen j****n@d****m 1
Early Ehlinger e****r@c****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 27
  • Total pull requests: 5
  • Average time to close issues: 7 months
  • Average time to close pull requests: 1 day
  • Total issue authors: 17
  • Total pull request authors: 4
  • Average comments per issue: 2.59
  • Average comments per pull request: 1.6
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: about 6 hours
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 3.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • alexcb (7)
  • dselivanov (2)
  • kforner (2)
  • brodieG (2)
  • ChingChuan-Chen (2)
  • jokergoo (1)
  • J-Moravec (1)
  • lawremi (1)
  • svborovkov (1)
  • magatz (1)
  • jacktang (1)
  • DarioS (1)
  • labkey-stuartm (1)
  • PatronMaster (1)
  • bowerth (1)
Pull Request Authors
  • brodieG (2)
  • jefshe (1)
  • earlye (1)
  • dfsp-spirit (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 205,183 last-month
  • Total docker downloads: 75,143,962
  • Total dependent packages: 150
  • Total dependent repositories: 1,156
  • Total versions: 32
  • Total maintainers: 1
cran.r-project.org: rjson

JSON for R

  • Versions: 32
  • Dependent Packages: 150
  • Dependent Repositories: 1,156
  • Downloads: 205,183 Last month
  • Docker Downloads: 75,143,962
Rankings
Dependent repos count: 0.4%
Dependent packages count: 0.6%
Downloads: 1.4%
Forks count: 5.9%
Average: 6.5%
Stargazers count: 13.5%
Docker downloads count: 17.3%
Maintainers (1)
Last synced: 11 months ago

Dependencies

rjson/DESCRIPTION cran
  • R >= 4.0.0 depends
.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • earthly/actions/setup-earthly v1 composite