Package: bigKRLS
Type: Package
Title: Optimized Kernel Regularized Least Squares
Version: 3.0.0
Authors@R: c(person("Pete", "Mohanty", role = c("aut", "cre"), email = "pete.mohanty@gmail.com"), person("Robert", "Shaffer", role = "aut", email = "rbshaffer@utexas.edu"))
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.0.1
Suggests: covr, knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2018-04-04 17:49:59 UTC; mohanty
Author: Pete Mohanty [aut, cre],
  Robert Shaffer [aut]
Maintainer: Pete Mohanty <pete.mohanty@gmail.com>
Repository: CRAN
Date/Publication: 2018-04-04 20:58:10 UTC
