Package: threeBrain
Type: Package
Title: 3D Brain Visualization
Version: 0.2.1
Authors@R: c(
    person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre", "cph")),
    person("John", "Magnotti", email = "jmagnotti@bcm.edu", role = c("aut")),
    person("Brian", "Metzger", email = "Brian.Metzger@bcm.edu", role = c("aut")),
    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@bcm.edu", role = c("aut", "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'). It can be
    inserted into any websites; see <https://dipterix.org/project/threebrain/>).
    as an example. 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/eCoG' 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.1.1
Language: en-US
URL: https://dipterix.org/threeBrain/
        https://github.com/dipterix/threeBrain
BugReports: https://github.com/dipterix/threeBrain/issues
Imports: grDevices, graphics, dipsaus, xml2, 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
NeedsCompilation: no
Packaged: 2021-08-02 19:43:51 UTC; dipterix
Author: Zhengjia Wang [aut, cre, cph],
  John Magnotti [aut],
  Brian Metzger [aut],
  Elizabeth Nesbitt [res],
  Meng Li [ths],
  Michael Beauchamp [aut, dtc]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Repository: CRAN
Date/Publication: 2021-08-03 12:00:02 UTC
