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
Repository
Vegetation Imaging Spectroscopy Analysis (VISA)
Statistics
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
visa
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 
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
- Repositories: 15
- Profile: https://github.com/kang-yu
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 | 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
- Homepage: https://github.com/kang-yu/visa
- Documentation: http://cran.r-project.org/web/packages/visa/visa.pdf
- License: GPL-3
-
Latest release: 1.0.0
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- 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
- 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
- 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
- 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