{
  "_id": "6a200cd2b401979e73447b70",
  "Package": "transformerForecasting",
  "Type": "Package",
  "Title": "Transformer Deep Learning Model for Time Series Forecasting",
  "Version": "0.1.0",
  "Authors@R": "c(person(\"G H\", \"Harish Nayak\",  role = c(\"aut\", \"cre\"),   email = \"harishnayak626@gmail.com\"), person(\"Md Wasi Alam\",  role = c(\"ths\"), email = \"mw.Alam@icar.gov.in\"), person(\"B Samuel Naik\", role = c(\"ctb\"), email = \"banavathsamuelnaik@gmail.com\"), person(\"G Avinash\", role = c(\"ctb\"), email = \"avinash143stat@gmail.com\"), person(\"Kabilan\", \"S\", role = c(\"ctb\"), email = \"kabilan151414@gmail.com\"), person(\"Varshini B S\", role = c(\"ctb\"), email = \"varshinibs29@gmail.com\"), person(\"Mrinmoy Ray\", role = c(\"ths\"), email = \"mrinmoy4848@gmail.com\"),person(\"Rajeev Ranjan Kumar\", role = c(\"ths\"), email = \"rrk.uasd@gmail.com\"))",
  "Maintainer": "G H Harish Nayak <harishnayak626@gmail.com>",
  "Description": "Time series forecasting faces challenges due to the\nnon-stationarity, nonlinearity, and chaotic nature of the data.\nTraditional deep learning models like Recurrent Neural Network\n(RNN), Long Short-Term Memory (LSTM), and Gated Recurrent Unit\n(GRU) process data sequentially but are inefficient for long\nsequences. To overcome the limitations of these models, we\nproposed a transformer-based deep learning architecture\nutilizing an attention mechanism for parallel processing,\nenhancing prediction accuracy and efficiency. This paper\npresents user-friendly code for the implementation of the\nproposed transformer-based deep learning architecture utilizing\nan attention mechanism for parallel processing. References:\nNayak et al. (2024) <doi:10.1007/s40808-023-01944-7> and Nayak\net al. (2024) <doi:10.1016/j.simpa.2024.100716>.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Author": "G H Harish Nayak [aut, cre], Md Wasi Alam [ths], B Samuel Naik\n[ctb], G Avinash [ctb], Kabilan S [ctb], Varshini B S [ctb],\nMrinmoy Ray [ths], Rajeev Ranjan Kumar [ths]",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 11:12:23 UTC",
    "User": "root"
  },
  "Config/pak/sysreqs": "libpng-dev python3",
  "Repository": "https://harish11999.r-universe.dev",
  "Date/Publication": "2025-03-07 11:10:06 UTC",
  "RemoteUrl": "https://github.com/cran/transformerForecasting",
  "RemoteRef": "HEAD",
  "RemoteSha": "1b61751eb1131e422dd8766ec78466f283a295fb",
  "MD5sum": "ce61eebf99f58dd0e75fddd2abf1aca1",
  "_user": "harish11999",
  "_type": "src",
  "_file": "transformerForecasting_0.1.0.tar.gz",
  "_fileid": "bbd9dd3b52aa12bc40df086de81802f535c76c0a48e8932ff4ca14505324d87c",
  "_filesize": 171118,
  "_sha256": "bbd9dd3b52aa12bc40df086de81802f535c76c0a48e8932ff4ca14505324d87c",
  "_created": "2026-06-03T11:12:23.000Z",
  "_published": "2026-06-03T11:15:30.751Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79280812254,
      "time": 144,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7383010208"
    },
    {
      "job": 79280812072,
      "time": 146,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7383010396"
    },
    {
      "job": 79280812083,
      "time": 148,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7383001074"
    },
    {
      "job": 79280812218,
      "time": 149,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7383001375"
    },
    {
      "job": 79280346100,
      "time": 172,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382956822"
    },
    {
      "job": 79280812052,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7383000752"
    },
    {
      "job": 79280812120,
      "time": 93,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7382991642"
    },
    {
      "job": 79280812035,
      "time": 90,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7382990432"
    },
    {
      "job": 79280812078,
      "time": 128,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7383004016"
    }
  ],
  "_buildurl": "https://github.com/r-universe/harish11999/actions/runs/26880874527",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/transformerForecasting",
  "_commit": {
    "id": "1b61751eb1131e422dd8766ec78466f283a295fb",
    "author": "G H Harish Nayak <harishnayak626@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1741345806
  },
  "_maintainer": {
    "name": "G H Harish Nayak",
    "email": "harishnayak626@gmail.com",
    "login": "harish11999",
    "description": "",
    "uuid": 108693125
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "keras",
      "role": "Imports"
    },
    {
      "package": "tensorflow",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "reticulate",
      "version": ">= 1.20",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lubridate",
      "role": "Suggests"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "utils",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "harish11999",
      "count": 1,
      "uuid": 108693125
    }
  ],
  "_userbio": {
    "uuid": 108693125,
    "type": "user",
    "name": "Harish Nayak"
  },
  "_downloads": {
    "count": 125,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/transformerForecasting"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/transformerForecasting.html",
    "manual.pdf"
  ],
  "_realowner": "harish11999",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-03-07"
    }
  ],
  "_exports": [
    "%>%",
    "install_r_dependencies",
    "TRANSFORMER"
  ],
  "_datasets": [
    {
      "name": "S_P_500_Close",
      "title": "S&P 500's closing price data",
      "object": "S_P_500_Close",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "Date",
        "Price"
      ],
      "rows": 1340,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "install_r_dependencies",
      "title": "Install Package Dependencies",
      "topics": [
        "install_r_dependencies"
      ]
    },
    {
      "page": "S_P_500_Close",
      "title": "S&P 500's closing price data",
      "topics": [
        "S_P_500_Close"
      ]
    },
    {
      "page": "TRANSFORMER",
      "title": "Transformer Model for Time Series Forecasting",
      "topics": [
        "TRANSFORMER"
      ]
    }
  ],
  "_rundeps": [
    "backports",
    "base64enc",
    "cli",
    "config",
    "cpp11",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "here",
    "isoband",
    "jsonlite",
    "keras",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "png",
    "processx",
    "ps",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppTOML",
    "reticulate",
    "rlang",
    "rprojroot",
    "rstudioapi",
    "S7",
    "scales",
    "tensorflow",
    "tfautograph",
    "tfruns",
    "tidyselect",
    "vctrs",
    "viridisLite",
    "whisker",
    "withr",
    "yaml",
    "zeallot"
  ],
  "_vignettes": [
    {
      "source": "user_guide.Rmd",
      "filename": "user_guide.html",
      "title": "transformerForecasting R package",
      "author": "G H Harish Nayak",
      "engine": "knitr::rmarkdown",
      "headings": [
        "<span style=\"color:blue\">Package Requirements</span>",
        "<span style=\"color:green\">1. Installing TensorFlow</span>",
        "<span style=\"color:green\">2. Installing Keras</span>",
        "<span style=\"color:green\">3. Installing Pandas</span>",
        "<span style=\"color:blue\">Running the Package</span>",
        "<span style=\"color:red\">Using Example Data</span>",
        "<span style=\"color:red\">Running the TRANSFORMER Function</span>",
        "<span style=\"color:blue\">Results</span>",
        "<span style=\"color:purple\">Predictions</span>",
        "<span style=\"color:purple\">Error Metrics</span>",
        "<span style=\"color:purple\">Visualizations</span>"
      ],
      "created": "2025-03-07 11:10:06",
      "modified": "2025-03-07 11:10:06",
      "commits": 1
    }
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "transformerforecasting",
  "_universes": [
    "harish11999"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-03T11:14:35.000Z",
      "distro": "noble",
      "commit": "1b61751eb1131e422dd8766ec78466f283a295fb",
      "fileid": "f7609aafd9c333369d1a9a424f75a1c24fac7c6aabf25448e77b6d4e513dd16a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/harish11999/actions/runs/26880874527"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-03T11:14:36.000Z",
      "distro": "noble",
      "commit": "1b61751eb1131e422dd8766ec78466f283a295fb",
      "fileid": "30a17efd0c5b19e3d90bc97471486ba46603cf2e27eaae93f1ae7954d1b52525",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/harish11999/actions/runs/26880874527"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-03T11:14:20.000Z",
      "commit": "1b61751eb1131e422dd8766ec78466f283a295fb",
      "fileid": "2fe320b53189d4b1688e609e2bbb45e0fb2f442aa6784e3b8659f72064cbe2f6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/harish11999/actions/runs/26880874527"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-03T11:14:15.000Z",
      "commit": "1b61751eb1131e422dd8766ec78466f283a295fb",
      "fileid": "4ecf8fcff1d8ac5a22c011612ce0f273047aa5384e71fd8b69308ef21cc59fd1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/harish11999/actions/runs/26880874527"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-03T11:14:37.000Z",
      "commit": "1b61751eb1131e422dd8766ec78466f283a295fb",
      "fileid": "22d646bec15fc88a904750219e17f6471fa1dc9cc260ab4c93066aba15019360",
      "status": "success",
      "buildurl": "https://github.com/r-universe/harish11999/actions/runs/26880874527"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-03T11:13:37.000Z",
      "commit": "1b61751eb1131e422dd8766ec78466f283a295fb",
      "fileid": "5fdc1927a90d992e9b1df5c793db4ee539494af9a427d3fec4fef16017891dee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/harish11999/actions/runs/26880874527"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-03T11:13:36.000Z",
      "commit": "1b61751eb1131e422dd8766ec78466f283a295fb",
      "fileid": "7e8f3ca24fbe9e122612068a9db06cef69a34a4aee09b486784bd7af00bb723c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/harish11999/actions/runs/26880874527"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-03T11:14:12.000Z",
      "commit": "1b61751eb1131e422dd8766ec78466f283a295fb",
      "fileid": "745f1df0ce9180c8266e5bf14a57101ffb2b5090faaa452bfa637b8aac09b824",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/harish11999/actions/runs/26880874527"
    }
  ]
}