Package: threeBrain
Type: Package
Title: 3D Brain Visualization
Version: 0.2.9
Authors@R: c(
    person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre", "cph")),
    person("John", "Magnotti", email = "John.Magnotti@Pennmedicine.upenn.edu", role = c("aut", "res")),
    person("Xiang", "Zhang", email = "xiang.zhang@pennmedicine.upenn.edu", role = c("ctb", "res")),
    person("Brian", "Metzger", email = "Brian.Metzger@bcm.edu", role = c("res")),
    person("Elizabeth", "Nesbitt", email = "Elizabeth.Nesbitt@bcm.edu", role = c("res")),
    person("Meng", "Li", email = "meng@rice.edu", role = c("ths")),
    person("Michael", "Beauchamp", email = "Michael.Beauchamp@Pennmedicine.upenn.edu", role = c("ths", "dtc"))
    )
Description: A fast, interactive cross-platform, and easy to share 
    'WebGL'-based 3D brain viewer that visualizes 'FreeSurfer' and/or
    'AFNI/SUMA' surfaces. The viewer widget can be either standalone or 
    embedded into 'R-shiny' applications. The standalone version only require
    a web browser with 'WebGL2' support (for example, 'Chrome', 'Firefox', 
    'Safari'), and can be inserted into any websites. The 'R-shiny' 
    support allows the 3D viewer to be dynamically generated from reactive user 
    inputs. This feature has been fully adopted by 'RAVE' 
    <https://openwetware.org/wiki/RAVE>, an interactive toolbox to 
    analyze 'iEEG' data. Documentation about 'threeBrain' is provided
    by <https://dipterix.org/threeBrain/> and several vignettes included 
    in this package. To cite the package, please check our 'NeuroImage' paper 
    by Magnotti, Wang, and Beauchamp (2020, <doi:10.1016/j.neuroimage.2020.117341>),
    or see 'citation("threeBrain")' for details.
License: GPL-3 | file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Language: en-US
URL: https://dipterix.org/threeBrain/
        https://github.com/dipterix/threeBrain
BugReports: https://github.com/dipterix/threeBrain/issues
Imports: utils, grDevices, graphics, dipsaus, ravetools, xml2, servr,
        shiny (>= 1.2.0), digest (>= 0.6.22), freesurferformats (>=
        0.1.7), jsonlite (>= 1.5), stringr (>= 1.3.1), htmlwidgets (>=
        1.3), R6 (>= 2.3.0), gifti (>= 0.7.5), oro.nifti (>= 0.9.1)
Suggests: knitr, rmarkdown, DT, htmltools
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-03-14 19:58:12 UTC; dipterix
Author: Zhengjia Wang [aut, cre, cph],
  John Magnotti [aut, res],
  Xiang Zhang [ctb, res],
  Brian Metzger [res],
  Elizabeth Nesbitt [res],
  Meng Li [ths],
  Michael Beauchamp [ths, dtc]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Repository: CRAN
Date/Publication: 2023-03-14 20:30:02 UTC
Built: R 4.1.2; ; 2023-03-15 12:00:34 UTC; unix
