{
  "_id": "6a10254eacfb0bcc41c8ea4a",
  "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-05-13 09:38:34 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",
  "MD5sum": "8785243ef6048f9ebb14b7bd00a576be",
  "_user": "ronit10976",
  "_type": "src",
  "_file": "TSdeeplearning_1.0.1.tar.gz",
  "_fileid": "e8d0f796b2e94ad476da861698be08b6bc713f7b805cfb25d9dae34e97239113",
  "_filesize": 106845,
  "_sha256": "e8d0f796b2e94ad476da861698be08b6bc713f7b805cfb25d9dae34e97239113",
  "_created": "2026-05-13T09:38:34.000Z",
  "_published": "2026-05-22T09:43:42.230Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77354943829,
      "time": 200,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6966692155"
    },
    {
      "job": 77354944445,
      "time": 199,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6966692440"
    },
    {
      "job": 77354944211,
      "time": 173,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6966673444"
    },
    {
      "job": 77354944350,
      "time": 205,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6966680703"
    },
    {
      "job": 77354943658,
      "time": 196,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6966618202"
    },
    {
      "job": 77354943498,
      "time": 151,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157541338"
    },
    {
      "job": 77354944206,
      "time": 121,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6966662821"
    },
    {
      "job": 77354944393,
      "time": 128,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6966664958"
    },
    {
      "job": 77354944394,
      "time": 109,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6966658289"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ronit10976/actions/runs/25790867414",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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",
    "uuid": 66337371
  },
  "_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"
  },
  "_downloads": {
    "count": 583,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/TSdeeplearning"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_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-05-13T09:41:31.000Z",
      "distro": "noble",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "982af5becf82ceab2fb0dd9aa984d7c04b0c91d0d02e71b478707b7cf3569376",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/25790867414"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-13T09:41:33.000Z",
      "distro": "noble",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "fa5b10ff3fc86fc046b7c7176b3d8fbf3ccc0a4b8a74ab5088a22f442d7506c4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/25790867414"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-13T09:40:54.000Z",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "c7bedaaabc24a6fd2816e4555047ae26f6e60deb4ff184390e60e391e254ddb0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/25790867414"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-13T09:41:00.000Z",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "f5af8343efe2b3ac167ae75567717890cf241b0ebc9aabf4b7dd6d20b503f43e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/25790867414"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-13T09:40:02.000Z",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "16c2d40b04a43648296b41b7311a92ef3d83104aae4d1be7bfffdc19e9ae5db5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/25790867414"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-13T09:40:06.000Z",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "ca743d3d9c0f024207a103b175854cb2aa83a31df48551b2c18ee27671e37ac1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/25790867414"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-13T09:39:49.000Z",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "26c37ca39837241262417a3cee0f1180196453c9d3822954a6b34dec2d432dea",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/25790867414"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-05-22T09:43:21.000Z",
      "commit": "fbece29192dfafee1a893c4646a54d197587aa87",
      "fileid": "2a88cde9d6bcf73d651a22cfbcfb7eda2c82de9fe6ae1c86e8ec271cea58e94f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ronit10976/actions/runs/25790867414"
    }
  ]
}