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
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
Metadata Files
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
- Website: http://mofo.ca
- Repositories: 24
- Profile: https://github.com/alexcb
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
Top Committers
| Name | 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
- Homepage: https://github.com/alexcb/rjson
- Documentation: http://cran.r-project.org/web/packages/rjson/rjson.pdf
- License: GPL-2
-
Latest release: 0.2.23
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.0.0 depends
- actions/checkout v2 composite
- earthly/actions/setup-earthly v1 composite