-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: remove exports to WIP methods
- Loading branch information
Showing
5 changed files
with
12 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
#' The length of a string | ||
#' | ||
#' Subtractive / divisive baselining of pupil data | ||
#' | ||
#' todo: description goes here... | ||
#' | ||
#' @param eyeris An object of class `eyeris` dervived from [eyeris::load()]. | ||
#' | ||
#' @return A numeric vector giving number of characters (code points) in each | ||
#' element of the character vector. Missing string have missing length. | ||
#' @export | ||
#' @examples | ||
#' str_length(letters) | ||
baseline <- function(eyeris, extend = 0) { | ||
baseline <- function(eyeris) { | ||
## TODO | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
#' The length of a string | ||
#' Temporal PCA | ||
#' | ||
#' todo: description goes here... | ||
#' | ||
#' @param eyeris An object of class `eyeris` dervived from [eyeris::load()]. | ||
#' | ||
#' @return A numeric vector giving number of characters (code points) in each | ||
#' element of the character vector. Missing string have missing length. | ||
#' @export | ||
#' @examples | ||
#' str_length(letters) | ||
pca <- function(eyeris) { | ||
tpca <- function(eyeris) { | ||
## TODO | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.