naryn

Native Access medical record Retriever for high Yield aNalytics

https://github.com/tanaylab/naryn

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
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-"
)
```


[![CRAN status](https://www.r-pkg.org/badges/version/naryn)](https://CRAN.R-project.org/package=naryn)
[![R-CMD-check](https://github.com/tanaylab/naryn/actions/workflows/R-CMD-check.yaml/badge.svg)](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

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

All Time
  • Total Commits: 190
  • Total Committers: 5
  • Avg Commits per committer: 38.0
  • Development Distribution Score (DDS): 0.095
Past Year
  • Commits: 18
  • Committers: 2
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.111
Top Committers
Name Email 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

  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 197 Last month
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%
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