Package: NeuroDecodeR Title: Decode Information from Neural Activity Version: 0.2.0 Authors@R: c( person("Ethan", "Meyers", email = "ethan.meyers@gmail.com", role = c("aut", "cre")) ) Description: Neural decoding is method of analyzing neural data that uses a pattern classifiers to predict experimental conditions based on neural activity. 'NeuroDecodeR' is a system of objects that makes it easy to run neural decoding analyses. For more information on neural decoding see Meyers & Kreiman (2011) . URL: https://emeyers.github.io/NeuroDecodeR/, https://github.com/emeyers/NeuroDecodeR BugReports: https://github.com/emeyers/NeuroDecodeR/issues Depends: R (>= 4.1.0) License: GPL-3 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: dplyr, doSNOW, e1071, forcats, foreach, ggplot2, gridExtra, magrittr, methods, purrr, R.matlab, scales, stats, stringr, tibble, tictoc, tidyr, utils Suggests: knitr, rmarkdown, testthat Encoding: UTF-8 VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://emeyers.r-universe.dev Date/Publication: 2024-03-15 04:45:25 UTC RemoteUrl: https://github.com/emeyers/neurodecoder RemoteRef: HEAD RemoteSha: 826e2119a69d7879c3f58c75854272324dead2a7 NeedsCompilation: no Packaged: 2026-07-03 21:08:45 UTC; root Author: Ethan Meyers [aut, cre] Maintainer: Ethan Meyers