Package: glm.deploy
Type: Package
Title: 'C' and 'Java' Source Code Generator for Fitted Glm Objects
Version: 1.0.4
Date: 2018-03-06
Authors@R: c(person("Oscar","Castro-Lopez", email="castroloj@gmail.com", role=c("cre", "aut")), 
             person("Ines", "Vega-Lopez", email="ifvega@uas.edu.mx", role=c("aut")))
Author: Oscar Castro-Lopez [cre, aut],
  Ines Vega-Lopez [aut]
Maintainer: Oscar Castro-Lopez <castroloj@gmail.com>
License: GPL (>= 3) | file LICENSE
Description: Provides two functions that generate source code implementing the predict 
  function of fitted glm objects. In this version, code can be generated for either 'C' 
  or 'Java'. The idea is to provide a tool for the easy and fast deployment of glm 
  predictive models into production. The source code generated by this package implements 
  two function/methods. One of such functions implements the equivalent to 
  predict(type="response"), while the second implements predict(type="link"). Source code 
  is written to disk as a .c or .java file in the specified path. In the case of c, an .h 
  file is also generated.
URL: https://github.com/oscarcastrolopez/glm.deploy
BugReports: https://github.com/oscarcastrolopez/glm.deploy/issues
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 0.12.12), stats
LinkingTo: Rcpp
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown, testthat
NeedsCompilation: yes
Packaged: 2018-03-06 23:19:25 UTC; oscar
Repository: CRAN
Date/Publication: 2018-03-09 09:59:35 UTC
Built: R 4.3.3; aarch64-apple-darwin20; 2025-01-24 08:03:08 UTC; unix
Archs: glm.deploy.so.dSYM
