Package: cito
Type: Package
Date: 2023-03-10
Title: Building and Training Neural Networks
Version: 1.0.1
Authors@R: 
    c(person(given = "Christian",
           family = "Amesöder",
           role = c("aut", "cre"),
           email = "Christian.Amesoeder@informatik.uni-regensburg.de"),
      person(given = "Maximilian",
           family = "Pichler",
           role = c("aut"),
           email = "maximilian.pichler@ur.de")
           )
Description: Building and training custom neural networks in the typical R syntax. The 'torch' package is used for numerical calculations, which allows for training on CPU as well as on a graphics card. 
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 3.5)
Imports: coro, checkmate, torch, gridExtra
License: GPL (>= 3)
Suggests: rmarkdown, knitr, testthat, plotly, ggraph, igraph, stats,
        ggplot2
VignetteBuilder: knitr
BugReports: https://github.com/citoverse/cito/issues
NeedsCompilation: no
Packaged: 2023-03-13 07:42:04 UTC; chris
Author: Christian Amesöder [aut, cre],
  Maximilian Pichler [aut]
Maintainer: Christian Amesöder <Christian.Amesoeder@informatik.uni-regensburg.de>
Repository: CRAN
Date/Publication: 2023-03-13 13:00:02 UTC
Built: R 4.1.2; ; 2023-03-14 11:02:10 UTC; unix
