{
  "_id": "6a532edd9b92047c28d5645c",
  "Package": "TSdeeplearning",
  "Type": "Package",
  "Title": "Deep Learning Model for Time Series Forecasting",
  "Version": "1.0.1",
  "Authors@R": "c(person(given = \"Ronit\",\nfamily = \"Jaiswal\",\nrole = c(\"aut\", \"cre\"),\nemail = \"ronitjaiswal2912@gmail.com\"),\nperson(given = \"Girish Kumar\",\nfamily = \"Jha\",\nrole =  c(\"aut\", \"ths\", \"ctb\")),\nperson(given = \"Rajeev Ranjan \",\nfamily = \"Kumar\",\nrole =  c(\"aut\", \"ctb\")),\nperson(given = \"Kapil\",\nfamily = \"Choudhary\",\nrole = c(\"aut\", \"ctb\")))",
  "Maintainer": "Ronit Jaiswal <ronitjaiswal2912@gmail.com>",
  "Description": "Provides deep learning models for time series forecasting\nusing Recurrent Neural Networks (RNN), Long Short-Term Memory\n(LSTM), and Gated Recurrent Unit (GRU). These models capture\ntemporal dependencies and address vanishing gradient issues in\nsequential data. The package enables efficient forecasting for\nunivariate time series. For methodological details see Jaiswal\nand co-authors (2022). <doi:10.1007/s00521-021-06621-3>.",
  "Language": "en-US",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.2.3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-12 06:02:19 UTC",
    "User": "root"
  },
  "Author": "Ronit Jaiswal [aut, cre], Girish Kumar Jha [aut, ths, ctb],\nRajeev Ranjan Kumar [aut, ctb], Kapil Choudhary [aut, ctb]",
  "Config/pak/sysreqs": "cmake texlive libpng-dev libssl-dev python3",
  "Repository": "https://ronit10976.r-universe.dev",
  "Date/Publication": "2026-04-13 09:14:48 UTC",
  "RemoteUrl": "https://github.com/cran/TSdeeplearning",
  "RemoteRef": "HEAD",
  "RemoteSha": "fbece29192dfafee1a893c4646a54d197587aa87",
  "_user": "ronit10976",
  "_type": "src",
  "_file": "TSdeeplearning_1.0.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/5bbe10bab9048f1a22c53ac9e97b40142a9d913b6da009d6e92a577cab484236",
  "_filesize": 106890,
  "_sha256": "5bbe10bab9048f1a22c53ac9e97b40142a9d913b6da009d6e92a577cab484236",
  "_expires": "2026-10-20T06:06:19.000Z",
  "_created": "2026-07-12T06:02:19.000Z",
  "_published": "2026-07-12T06:06:21.181Z",
  "_jobs": [
    {
      "job": 86621466792,
      "time": 197,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8256760633"
    },
    {
      "job": 86621466696,
      "time": 199,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8256760887"
    },
    {
      "job": 86621466683,
      "time": 124,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8256750327"
    },
    {
      "job": 86621466707,
      "time": 97,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8256746196"
    },
    {
      "job": 86621162316,
      "time": 242,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8256732216"
    },
    {
      "job": 86621466688,
      "time": 156,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8256754699"
    },
    {
      "job": 86621466680,
      "time": 117,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8256749461"
    },
    {
      "job": 86621466701,
      "time": 114,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8256748854"
    },
    {
      "job": 86621466703,
      "time": 105,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8256747506"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ronit10976/actions/runs/29181945251",
  "_status": "success",
  "_upstream": "https://github.com/cran/TSdeeplearning",
  "_commit": {
    "id": "fbece29192dfafee1a893c4646a54d197587aa87",
    "author": "Ronit Jaiswal <ronitjaiswal2912@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.1\n",
    "time": 1776071688
  },
  "_maintainer": {
    "name": "Ronit Jaiswal",
    "email": "ronitjaiswal2912@gmail.com",
    "login": "ronit10976",
    "description": "",
    "uuid": 66337371
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "tensorflow",
      "role": "Imports"
    },
    {
      "package": "keras",
      "role": "Imports"
    },
    {
      "package": "reticulate",
      "role": "Imports"
    },
    {
      "package": "tsutils",
      "role": "Imports"
    },
    {
      "package": "BiocGenerics",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-16",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.0.1",
      "date": "2026-04-13"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "ronit10976",
      "count": 2,
      "uuid": 66337371
    }
  ],
  "_userbio": {
    "uuid": 66337371,
    "type": "user",
    "name": "Ronit10976",
    "followers": 0
  },
  "_downloads": {
    "count": 454,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/TSdeeplearning"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/TSdeeplearning.html",
    "manual.pdf"
  ],
  "_realowner": "ronit10976",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2022-09-09"
    },
    {
      "version": "1.0.1",
      "date": "2026-04-13"
    }
  ],
  "_exports": [
    "GRU_ts",
    "LSTM_ts",
    "RNN_ts"
  ],
  "_datasets": [
    {
      "name": "Data_Maize",
      "title": "Monthly International Maize Price Data",
      "object": "Data_Maize",
      "class": [
        "ts"
      ],
      "fields": [
        "Maize.Price....MT."
      ],
      "rows": 126,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "Data_Maize",
      "title": "Monthly International Maize Price Data",
      "topics": [
        "Data_Maize"
      ]
    },
    {
      "page": "GRU_ts",
      "title": "Gated Recurrent Unit Model",
      "topics": [
        "GRU_ts"
      ]
    },
    {
      "page": "LSTM_ts",
      "title": "Long- Short Term Memory Model",
      "topics": [
        "LSTM_ts"
      ]
    },
    {
      "page": "RNN_ts",
      "title": "Recurrent neural network Model",
      "topics": [
        "RNN_ts"
      ]
    }
  ],
  "_rundeps": [
    "askpass",
    "backports",
    "base64enc",
    "BiocGenerics",
    "cli",
    "colorspace",
    "config",
    "cpp11",
    "curl",
    "farver",
    "forecast",
    "fracdiff",
    "generics",
    "ggplot2",
    "glue",
    "greybox",
    "gtable",
    "here",
    "httr",
    "isoband",
    "jsonlite",
    "keras",
    "labeling",
    "lattice",
    "lifecycle",
    "lmtest",
    "magrittr",
    "MAPA",
    "MASS",
    "Matrix",
    "mime",
    "nlme",
    "nloptr",
    "nnet",
    "openssl",
    "plotrix",
    "png",
    "pracma",
    "processx",
    "ps",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppTOML",
    "reticulate",
    "rlang",
    "rprojroot",
    "rstudioapi",
    "S7",
    "scales",
    "smooth",
    "statmod",
    "sys",
    "tensorflow",
    "texreg",
    "tfautograph",
    "tfruns",
    "tidyselect",
    "timeDate",
    "tsutils",
    "urca",
    "vctrs",
    "viridisLite",
    "whisker",
    "withr",
    "xtable",
    "yaml",
    "zeallot",
    "zoo"
  ],
  "_score": 1.4771212547196624,
  "_indexed": true,
  "_nocasepkg": "tsdeeplearning",
  "_universes": [
    "ronit10976"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-07-12T06:05:11.000Z",
      "distro": "resolute",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "https://r2.ropensci.org/2402179b202e5f14d2fa824bad7b3a738c9a00e5936bb7ecbffca5842f69eb6f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/29181945251"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-07-12T06:05:11.000Z",
      "distro": "resolute",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "https://r2.ropensci.org/e95f0d8fe1f8cb5c29f452c828a482af57bc762056cc71dc09d226730cb9211c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/29181945251"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-07-12T06:04:08.000Z",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "https://r2.ropensci.org/8abb60dd4a682e3e5cef243f325af2d925e94177e1aeae97657a9e202b2130b0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/29181945251"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-07-12T06:03:47.000Z",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "https://r2.ropensci.org/53d275d5fe61cf5899d15ed27b4a4c19edc469fdaacebc6f7a6092cdf19b9d7a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/29181945251"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-07-12T06:05:10.000Z",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "https://r2.ropensci.org/7c0621849dc76aa34729dda08a019ef195fc2d9bf6e0cf27766e75784be7aafa",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/29181945251"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-07-12T06:03:43.000Z",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "https://r2.ropensci.org/444877ba76f9f8b9430c5f51fcd647c45c69a249f64215fe9142fb0966bb5be1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/29181945251"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-07-12T06:03:39.000Z",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "https://r2.ropensci.org/642237150a8174907a15a8b33171c2208abf84c0d01982bd83e9d914f4b8c532",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/29181945251"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-07-12T06:03:33.000Z",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "https://r2.ropensci.org/102c29e3902fd0c221585b53c2a21475f48c55f4f9e2e1f8217ea6dab57c3f76",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/29181945251"
    }
  ]
}