Package: long2lstmarray
Title: Longitudinal Dataframes into Arrays for Machine Learning
        Training
Version: 0.0.1
Authors@R: 
  person(given = "Luis",
         family = "Garcez",
         role = c("aut", "cre", "cph"),
         email = "luis_garcez_ferreira@alunos.fc.ul.pt",
         comment = c(ORCID = "0000-0002-8637-7946"))
Maintainer: Luis Garcez <luis_garcez_ferreira@alunos.fc.ul.pt>
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-07-16 16:35:37 UTC; jjferreira-admin
Author: Luis Garcez [aut, cre, cph] (<https://orcid.org/0000-0002-8637-7946>)
Repository: CRAN
Date/Publication: 2022-07-18 08:30:02 UTC
