Package: bigKRLS
Type: Package
Title: Optimized Kernel Regularized Least Squares
Version: 3.0.2
Authors@R: c(person("Pete", "Mohanty", role = c("aut", "cre"), email = "pete.mohanty@gmail.com", comment = c(ORCID = "0000-0002-4985-5160")), 
             person("Robert", "Shaffer", role = "aut", email = "shafferr@upenn.edu", comment = c(ORCID = "0000-0002-2081-2407")))
Description: Functions for Kernel-Regularized Least Squares optimized for speed and memory usage are provided along with visualization tools. For working papers, sample code, and recent presentations visit <https://sites.google.com/site/petemohanty/software/>. bigKRLS, as well its dependencies, require current versions of R and its compilers (and RStudio if used). For details, see <https://github.com/rdrr1990/bigKRLS/blob/master/INSTALL.md>.
License: GPL (>= 2)
Imports: bigalgebra, biganalytics, ggplot2, parallel, Rcpp (>= 0.12.4),
        shiny
LinkingTo: bigmemory, BH, Rcpp, RcppArmadillo
Depends: R (>= 3.3.0), bigmemory
URL: https://github.com/rdrr1990/bigKRLS
BugReports: https://github.com/rdrr1990/bigKRLS/issues
RoxygenNote: 6.1.1
Suggests: covr, knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2019-02-20 00:00:40 UTC; mohanty
Maintainer: Pete Mohanty <pete.mohanty@gmail.com>
Repository: CRAN
Encoding: UTF-8
Author: Pete Mohanty [aut, cre] (<https://orcid.org/0000-0002-4985-5160>),
  Robert Shaffer [aut] (<https://orcid.org/0000-0002-2081-2407>)
Date/Publication: 2019-02-24 16:00:10 UTC
