visa

Vegetation Imaging Spectroscopy Analysis (VISA)

https://github.com/kang-yu/visa

Science Score: 23.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
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.9%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Vegetation Imaging Spectroscopy Analysis (VISA)

Basic Info
  • Host: GitHub
  • Owner: kang-yu
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 3.55 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 2
Created over 10 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.md

visa

CRAN status CRAN downloads R-CMD-check Travis build status Build status Codecov test coverage <!-- badges: end -->

This R package is to facilitate Vegetation Imaging Spectroscopy Analysis (VISA). For more details of this package, you can browseVignettes("visa").

Installation

Install the released stable version:

To install the stable version (v1.0.0) available on CRAN. r install.packages("visa")

You might encounter problem of package dependencies, such as some functions depend on ggplot2, ggpmisc. In such cases, you would have to install all the dependencies.

  • The v1.0.0 requires support for interactive plotting. Installation on Max OS may cause error X11 library is missing.

Install the latest dev-version:

``` r if (!require("devtools")) install.packages("devtools") devtools::install_github("kang-yu/visa")

```

Usage

library(visa) data(NSpec.DF) x <- NSpec.DF$N # nitrogen S <- NSpec.DF$spectra[, seq(1, ncol(NSpec.DF$spectra), 10)] # resampled to 10 nm steps cm.nsr(S, x, cm.plot = TRUE)

Bug report contributions welcome

You can report your issues of using visa here. Don't know how to report a bug? Check RStudio's Instructions on Writing Good Bug Reports.

You might find useful information by checking the issues reported by others.

Owner

  • Name: Kang Yu
  • Login: kang-yu
  • Kind: user
  • Location: Zürich

i am not a robot

GitHub Events

Total
  • Create event: 1
  • Release event: 1
  • Issues event: 2
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 25
Last Year
  • Create event: 1
  • Release event: 1
  • Issues event: 2
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 25

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 173
  • Total Committers: 4
  • Avg Commits per committer: 43.25
  • Development Distribution Score (DDS): 0.156
Top Committers
Name Email Commits
kang-yu k****u@l****m 146
Kang Yu k****u@o****m 20
Kang Yu k****u@u****m 4
unknown k****u@K****h 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: 1 day
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kang-yu (3)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 214 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: visa

Vegetation Imaging Spectroscopy Analyzer

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 214 Last month
Rankings
Forks count: 17.8%
Stargazers count: 28.5%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 38.3%
Downloads: 80.0%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.1.0 depends
  • Matrix * imports
  • RColorBrewer * imports
  • ggplot2 * imports
  • ggpmisc * imports
  • methods * imports
  • reshape2 * imports
  • devtools * suggests
  • flux * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • stringi * suggests
  • testthat * suggests
.github/workflows/R-CMD-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/rhub.yaml actions
  • r-hub/actions/checkout v1 composite
  • r-hub/actions/platform-info v1 composite
  • r-hub/actions/run-check v1 composite
  • r-hub/actions/setup v1 composite
  • r-hub/actions/setup-deps v1 composite
  • r-hub/actions/setup-r v1 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • codecov/codecov-action v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite