https://github.com/biometris/isajsonr

See https://biometris.github.io/isajsonr for a full description

https://github.com/biometris/isajsonr

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.2%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

See https://biometris.github.io/isajsonr for a full description

Basic Info
  • Host: GitHub
  • Owner: Biometris
  • Language: R
  • Default Branch: main
  • Size: 1.14 MB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
```

# isajsonr

[![version](https://www.r-pkg.org/badges/version/isajsonr)](https://www.r-pkg.org/pkg/isajsonr)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/isajsonr)](https://www.r-pkg.org/pkg/isajsonr)
[![R-CMD-check](https://github.com/Biometris/isajsonr/workflows/R-CMD-check/badge.svg)](https://github.com/Biometris/isajsonr/actions?workflow=R-CMD-check)
[![codecov](https://codecov.io/gh/Biometris/isajsonr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/Biometris/isajsonr)

**isajsonr** is an R package for easily reading, modifying and writing files in the Investigation/Study/Assay (ISA) Abstract Model of the metadata framework using the JSON format.

## Installation

* Install from CRAN:

```{r, eval = FALSE}
install.packages("isajsonr")
```

* Install latest development version from GitHub (requires [remotes](https://github.com/r-lib/remotes) package):

```{r, eval = FALSE}
remotes::install_github("Biometris/isajsonr", ref = "develop", dependencies = TRUE)


Owner

  • Name: Wageningen Universtiy & Research, Biometris
  • Login: Biometris
  • Kind: organization
  • Email: biometris@wur.nl
  • Location: Wageningen, The Netherlands

Biometris develops statistical and mathematical methods for the quantification of biological processes and processes in our living environment.

GitHub Events

Total
  • Push event: 4
  • Create event: 3
Last Year
  • Push event: 4
  • Create event: 3

Dependencies

.github/workflows/check.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.5.0 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • data.table * imports
  • jsonlite * imports
  • jsonvalidate * imports
  • methods * imports
  • Biobase * suggests
  • BiocParallel * suggests
  • affy * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • tinytest * suggests
  • xcms * suggests