Package: long2lstmarray
Title: Longitudinal Dataframes into Arrays for Machine Learning
        Training
Version: 0.2.0
Authors@R: 
  person(given = "Luis",
         family = "Garcez",
         role = c("aut", "cre", "cph"),
         email = "luisgarcez1@gmail.com",
         comment = c(ORCID = "0000-0002-8637-7946"))
Maintainer: Luis Garcez <luisgarcez1@gmail.com>
Description: An easy tool to transform 2D longitudinal data into 3D arrays suitable for 
  Long short-term memory neural networks training. The array output can be
  used by the 'keras' package. Long short-term memory neural networks are described
  in: Hochreiter, S., & Schmidhuber, J. (1997) <doi:10.1162/neco.1997.9.8.1735>.
Imports: abind, dplyr
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/luisgarcez11/long2lstmarray
BugReports: https://github.com/luisgarcez11/long2lstmarray/issues
Suggests: knitr, rmarkdown, testthat
Depends: R (>= 2.10)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-11-28 13:30:29 UTC; jjferreira-admin
Author: Luis Garcez [aut, cre, cph] (<https://orcid.org/0000-0002-8637-7946>)
Repository: CRAN
Date/Publication: 2022-11-28 14:40:05 UTC
Built: R 4.3.0; ; 2023-04-06 22:07:09 UTC; unix
