licoread

Reads raw files from Li-COR gas analyzers and produces a dataframe that can directly be used with fluxible.

https://github.com/jogaudard/licoread

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

Repository

Reads raw files from Li-COR gas analyzers and produces a dataframe that can directly be used with fluxible.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# Licoread


[![R-CMD-check](https://github.com/jogaudard/licoread/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jogaudard/licoread/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/licoread)](https://CRAN.R-project.org/package=licoread)
[![LifeCycle](https://img.shields.io/badge/lifecycle-experimental-orange)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![cranlogs](https://cranlogs.r-pkg.org/badges/licoread)](https://cran.r-project.org/package=licoread)


The licoread R package provides an easy way to import raw files from li-COR gas analyzers as R objects that can be used with the [Fluxible](https://plant-functional-trait-course.github.io/fluxible/) package.

## Installation

Licoread can be installed from CRAN:

``` r
install.packages("licoread")
```

Or you can install the development version from [GitHub](https://github.com/):

``` r
# install.packages("pak")
pak::pak("jogaudard/licoread")
```

Owner

  • Login: jogaudard
  • Kind: user

GitHub Events

Total
  • Public event: 1
  • Push event: 130
  • Pull request event: 63
  • Create event: 7
Last Year
  • Public event: 1
  • Push event: 130
  • Pull request event: 63
  • Create event: 7

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • jogaudard (34)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 470 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: licoread

Reads Raw Files from Li-COR Gas Analyzers

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 470 Last month
Rankings
Dependent packages count: 26.7%
Dependent repos count: 32.9%
Average: 48.8%
Downloads: 86.8%
Maintainers (1)
Last synced: 11 months ago