naryn
Native Access medical record Retriever for high Yield aNalytics
Science Score: 36.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
2 of 5 committers (40.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.6%) to scientific vocabulary
Keywords
data-analysis
medical-records
Last synced: 10 months ago
·
JSON representation
Repository
Native Access medical record Retriever for high Yield aNalytics
Basic Info
- Host: GitHub
- Owner: tanaylab
- License: other
- Language: C++
- Default Branch: master
- Homepage: https://tanaylab.github.io/naryn
- Size: 10.8 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 10
- Releases: 10
Topics
data-analysis
medical-records
Created almost 7 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output:
md_document:
variant: markdown_github
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
[](https://CRAN.R-project.org/package=naryn)
[](https://github.com/tanaylab/naryn/actions/workflows/R-CMD-check.yaml)
# naryn
The `naryn` package is a toolkit for medical records data analysis. It implements an efficient data structure for storing medical records, and provides a set of functions for data extraction, manipulation and analysis.
## Installation
```{r, eval=FALSE}
install.packages("naryn")
```
Or for the latest development version:
```{r, eval=FALSE}
remotes::install_github("tanaylab/naryn")
```
## Usage
See the [vignette](https://tanaylab.github.io/naryn/articles/naryn.html) for more details.
Owner
- Name: tanaylab
- Login: tanaylab
- Kind: organization
- Repositories: 22
- Profile: https://github.com/tanaylab
GitHub Events
Total
- Issues event: 4
- Delete event: 1
- Push event: 6
- Pull request review event: 1
- Pull request event: 2
- Create event: 1
Last Year
- Issues event: 4
- Delete event: 1
- Push event: 6
- Pull request review event: 1
- Pull request event: 2
- Create event: 1
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| aviezerl | a****z@w****l | 172 |
| Misha Hoichman | m****a@h****m | 11 |
| nettam | 5****m | 5 |
| Basil-tech | 6****h | 1 |
| Michael Hoichman | h****n@n****l | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 36
- Total pull requests: 92
- Average time to close issues: about 2 months
- Average time to close pull requests: 1 day
- Total issue authors: 4
- Total pull request authors: 3
- Average comments per issue: 0.47
- Average comments per pull request: 0.2
- Merged pull requests: 85
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 4
- Average time to close issues: 6 days
- Average time to close pull requests: 16 minutes
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- nettam (29)
- aviezerl (4)
- Basil-tech (2)
- ramijaschek (1)
Pull Request Authors
- aviezerl (87)
- Basil-tech (6)
- nettam (3)
Top Labels
Issue Labels
bug (14)
enhancement (13)
critical (3)
minor (2)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 197 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 9
- Total maintainers: 1
cran.r-project.org: naryn
Native Access Medical Record Retriever for High Yield Analytics
- Homepage: https://tanaylab.github.io/naryn/
- Documentation: http://cran.r-project.org/web/packages/naryn/naryn.pdf
- License: MIT + file LICENSE
-
Latest release: 2.6.30
published almost 2 years ago
Rankings
Stargazers count: 26.2%
Forks count: 28.8%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 41.7%
Downloads: 88.1%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.0.0 depends
- utils * depends
- dplyr * imports
- glue * imports
- lifecycle * imports
- magrittr * imports
- parallel * imports
- purrr * imports
- stringr * imports
- tidyr * imports
- brio * suggests
- callr * suggests
- devtools * suggests
- forcats * suggests
- knitr * suggests
- readr * suggests
- rlang * suggests
- rmarkdown * suggests
- spelling * suggests
- testthat >= 3.0.4 suggests
- tibble * suggests
- tools * suggests
- withr * suggests