From 99ce45011ca8f7f93ba8ff9a673d3b29e182f6ac Mon Sep 17 00:00:00 2001 From: shawn schwartz Date: Fri, 22 Nov 2024 20:13:51 -0800 Subject: [PATCH] update(pkgdown): site config #75 --- DESCRIPTION | 9 +-- README.Rmd | 9 +-- README.md | 86 +++++++++++++++++++++++++++-- docs/404.html | 2 +- docs/LICENSE-text.html | 2 +- docs/LICENSE.html | 2 +- docs/articles/index.html | 2 +- docs/articles/preproc-workflow.html | 4 +- docs/authors.html | 14 ++--- docs/index.html | 63 ++++++++++++++++----- docs/pkgdown.yml | 2 +- docs/reference/bidsify.html | 2 +- docs/reference/deblink.html | 2 +- docs/reference/detransient.html | 2 +- docs/reference/detrend.html | 2 +- docs/reference/epoch.html | 21 ++++++- docs/reference/eyeris-package.html | 16 ++++-- docs/reference/glassbox.html | 2 +- docs/reference/index.html | 2 +- docs/reference/interpolate.html | 2 +- docs/reference/load_asc.html | 2 +- docs/reference/lpfilt.html | 2 +- docs/reference/plot.eyeris.html | 2 +- docs/reference/sticker.html | 2 +- docs/reference/zscore.html | 2 +- docs/search.json | 2 +- man/epoch.Rd | 72 ------------------------ man/eyeris-package.Rd | 11 ++-- 28 files changed, 203 insertions(+), 138 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8648b0e..ce664a2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,16 +1,17 @@ Package: eyeris Type: Package -Title: Create and Run Flexible and Reproducible Pupillometry Preprocessing Pipelines +Title: eyeris Version: 0.0.0.9000 Authors@R: person( - given = c("Shawn", "Tyler"), + given = c("Shawn", "T."), family = "Schwartz", role = c("aut", "cre"), email = "stschwartz@stanford.edu", comment = c(ORCID = "0000-0001-6444-8451") ) -Description: More about what it does (maybe more than one line) +Description: Create and Run Flexible and Reproducible Pupillometry Preprocessing Pipelines + More about what it does (maybe more than one line) Use four spaces when indenting paragraphs within the Description. Encoding: UTF-8 Depends: @@ -42,5 +43,5 @@ VignetteBuilder: knitr License: MIT + file LICENSE Config/testthat/edition: 3 LazyData: true -URL: https://shawnschwartz.com/eyeris +URL: http://shawnschwartz.com/eyeris BugReports: https://github.com/shawntz/eyeris/issues diff --git a/README.Rmd b/README.Rmd index 62a05e8..79950e2 100644 --- a/README.Rmd +++ b/README.Rmd @@ -9,16 +9,17 @@ knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", - out.width = "100%" + out.width = "100%", + fig.cap = "README FIGURE" ) ``` # `eyeris`: create and run flexible and reproducible pupillometry preprocessing pipelines in R eyeris website - - - +MIT License Badge +Package Build Status Badge +Package Linter Status Badge diff --git a/README.md b/README.md index 0486ce5..57fafa7 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ - - - +MIT License Badge +Package Build Status Badge +Package Linter Status Badge @@ -62,7 +62,15 @@ eyeris_preproc <- glassbox(demo_data, detrend_data = F, lpfilt = list(plot_freqz #> ✔ [ OK ] - Running eyeris::zscore() ``` - +
+ +README FIGURE +

+ +README FIGURE +

+ +
### step-wise correction of pupillary signal @@ -70,7 +78,55 @@ eyeris_preproc <- glassbox(demo_data, detrend_data = F, lpfilt = list(plot_freqz plot(eyeris_preproc) ``` - +
+ +README FIGURE +

+ +README FIGURE +

+ +
+ +
+ +README FIGURE +

+ +README FIGURE +

+ +
+ +
+ +README FIGURE +

+ +README FIGURE +

+ +
+ +
+ +README FIGURE +

+ +README FIGURE +

+ +
+ +
+ +README FIGURE +

+ +README FIGURE +

+ +
### final pre-post correction of pupillary signal (raw -\> preprocessed) @@ -78,7 +134,25 @@ plot(eyeris_preproc) plot(eyeris_preproc, steps = c(1, 5), preview_window = c(0, 100000)) ``` - +
+ +README FIGURE +

+ +README FIGURE +

+ +
+ +
+ +README FIGURE +

+ +README FIGURE +

+ +
# Comments, suggestions, questions, issues diff --git a/docs/404.html b/docs/404.html index aeaf813..824a30e 100644 --- a/docs/404.html +++ b/docs/404.html @@ -76,7 +76,7 @@