Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VISOR
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AG Seifert
VISOR
Commits
85fd00f1
Verified
Commit
85fd00f1
authored
9 months ago
by
Gärber, Florian
Browse files
Options
Downloads
Patches
Plain Diff
fix: Disable examples with data
parent
b95b641e
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
R/to_ChemoSpec.R
+7
-5
7 additions, 5 deletions
R/to_ChemoSpec.R
R/to_hyperSpec.R
+4
-2
4 additions, 2 deletions
R/to_hyperSpec.R
man/simplerspec_to_ChemoSpec.Rd
+7
-5
7 additions, 5 deletions
man/simplerspec_to_ChemoSpec.Rd
man/simplerspec_to_hyperSpec.Rd
+4
-2
4 additions, 2 deletions
man/simplerspec_to_hyperSpec.Rd
with
22 additions
and
14 deletions
R/to_ChemoSpec.R
+
7
−
5
View file @
85fd00f1
...
@@ -204,11 +204,13 @@ matrix_to_ChemoSpec <- function(
...
@@ -204,11 +204,13 @@ matrix_to_ChemoSpec <- function(
#' @returns A `ChemoSpec::Spectra()` object.
#' @returns A `ChemoSpec::Spectra()` object.
#'
#'
#' @examples
#' @examples
#' if (FALSE) {
#' data("simplerspec_opus")
#' data("simplerspec_opus")
#' simplerspec_to_ChemoSpec(
#' simplerspec_to_ChemoSpec(
#' simplerspec_opus,
#' simplerspec_opus,
#' groups = factor(LETTERS[1:3])
#' groups = factor(LETTERS[1:3])
#' ) |> str()
#' ) |> str()
#' }
#'
#'
#' @export
#' @export
#' @keywords from_simplerspec to_ChemoSpec
#' @keywords from_simplerspec to_ChemoSpec
...
...
This diff is collapsed.
Click to expand it.
R/to_hyperSpec.R
+
4
−
2
View file @
85fd00f1
...
@@ -263,8 +263,10 @@ opusreader2_to_hyperSpec <- function(
...
@@ -263,8 +263,10 @@ opusreader2_to_hyperSpec <- function(
#' @returns A `ChemoSpec::Spectra()` object.
#' @returns A `ChemoSpec::Spectra()` object.
#'
#'
#' @examples
#' @examples
#' if (FALSE) {
#' data("simplerspec_opus")
#' data("simplerspec_opus")
#' spectra <- simplerspec_to_hyperSpec(simplerspec_opus) |> str()
#' spectra <- simplerspec_to_hyperSpec(simplerspec_opus) |> str()
#' }
#'
#'
#' @export
#' @export
#' @keywords from_simplerspec to_hyperSpec
#' @keywords from_simplerspec to_hyperSpec
...
...
This diff is collapsed.
Click to expand it.
man/simplerspec_to_ChemoSpec.Rd
+
7
−
5
View file @
85fd00f1
...
@@ -78,11 +78,13 @@ Some data will not be converted:
...
@@ -78,11 +78,13 @@ Some data will not be converted:
}
}
}
}
\examples{
\examples{
if (FALSE) {
data("simplerspec_opus")
data("simplerspec_opus")
simplerspec_to_ChemoSpec(
simplerspec_to_ChemoSpec(
simplerspec_opus,
simplerspec_opus,
groups = factor(LETTERS[1:3])
groups = factor(LETTERS[1:3])
) |> str()
) |> str()
}
}
}
\seealso{
\seealso{
...
...
This diff is collapsed.
Click to expand it.
man/simplerspec_to_hyperSpec.Rd
+
4
−
2
View file @
85fd00f1
...
@@ -54,8 +54,10 @@ Some data will not be converted:
...
@@ -54,8 +54,10 @@ Some data will not be converted:
}
}
}
}
\examples{
\examples{
if (FALSE) {
data("simplerspec_opus")
data("simplerspec_opus")
spectra <- simplerspec_to_hyperSpec(simplerspec_opus) |> str()
spectra <- simplerspec_to_hyperSpec(simplerspec_opus) |> str()
}
}
}
\seealso{
\seealso{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment