Skip to content
Snippets Groups Projects
Verified Commit 59c19fee authored by Gärber, Florian's avatar Gärber, Florian
Browse files

chore: Scaffold package

parent a95c543f
No related branches found
No related tags found
No related merge requests found
^interspec\.Rproj$
^\.Rproj\.user$
^_pkgdown\.yml$
^docs$
^pkgdown$
^data-raw$
^LICENSE\.md$
^\.github$
.Rproj.user
.Rhistory
.RData
.Ruserdata
docs
*.Rproj
Package: VISOR
Title: Very Interoperable Spectra Objects for R
Version: 0.0.0.9000
Authors@R:
person("Florian", "Gärber", , "florian.gaerber@uni-hamburg.de", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-3875-9736"))
Description: Convert spectra objects from different package
implementations between each other.
License: MIT + file LICENSE
Depends:
R (>= 4.0.0)
Imports:
checkmate (>= 2.0.0),
rlang (>= 1.0.0)
Suggests:
ChemoSpec,
ChemoSpecUtils (>= 1.0.0),
hyperSpec,
opusreader2,
RColorBrewer,
simplerspec,
testthat (>= 3.0.0),
tibble
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
YEAR: 2023
COPYRIGHT HOLDER: Florian Gärber
# MIT License
Copyright (c) 2023 Florian Gärber
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
# Generated by roxygen2: do not edit by hand
export(ChemoSpec_to_hyperSpec)
export(hyperSpec_to_ChemoSpec)
export(matrix_to_ChemoSpec)
export(to_ChemoSpec)
export(to_hyperSpec)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment