{
  "_id": "69d628cf10581d1350deaa5e",
  "Type": "Package",
  "Package": "TSEAL",
  "Title": "Time Series Analysis Library",
  "Version": "0.1.3",
  "Authors@R": "person(\"Iván\", \"Velasco\", , \"ivan.velasco@urjc.es\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0002-2314-5670\"))",
  "Description": "The library allows to perform a multivariate time series\nclassification based on the use of Discrete Wavelet Transform\nfor feature extraction, a step wise discriminant to select the\nmost relevant features and finally, the use of a linear or\nquadratic discriminant for classification. Note that all these\nsteps can be done separately which allows to implement new\nsteps.  Velasco, I., Sipols, A., de Blas, C. S., Pastor, L., &\nBayona, S. (2023) <doi:10.1186/S12938-023-01079-X>.  Percival,\nD. B., & Walden, A. T. (2000,ISBN:0521640687).  Maharaj, E. A.,\n& Alonso, A. M. (2014) <doi:10.1016/j.csda.2013.09.006>.",
  "License": "Artistic-2.0",
  "URL": "https://github.com/vg-lab/TSEAL",
  "BugReports": "https://github.com/vg-lab/TSEAL/issues",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "faslse",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE, roclets = c (\"namespace\", \"rd\"))",
  "RoxygenNote": "7.3.1",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://vg-lab.r-universe.dev",
  "Date/Publication": "2024-07-02 10:06:53 UTC",
  "RemoteUrl": "https://github.com/vg-lab/tseal",
  "RemoteRef": "HEAD",
  "RemoteSha": "425531b1a00a9f8687c464dbbcde6d3da26eac98",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-03-11 09:05:31 UTC",
    "User": "root"
  },
  "Author": "Iván Velasco [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-2314-5670>)",
  "Maintainer": "Iván Velasco <ivan.velasco@urjc.es>",
  "MD5sum": "f6005bd7d724f2acfcd7755f086d61e0",
  "_user": "vg-lab",
  "_type": "src",
  "_file": "TSEAL_0.1.3.tar.gz",
  "_fileid": "480214b94ad9e3df0617da23f9d8a27c9846cc1ef1ed73fa24795007e32d3910",
  "_filesize": 1816813,
  "_sha256": "480214b94ad9e3df0617da23f9d8a27c9846cc1ef1ed73fa24795007e32d3910",
  "_created": "2026-03-11T09:05:31.000Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 70393873540,
      "time": 137,
      "config": "linux-devel-x86_64",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 70393873905,
      "time": 445,
      "config": "linux-release-x86_64",
      "r": "4.5.2",
      "check": "WARNING",
      "artifact": "5866656460"
    },
    {
      "job": 70393873441,
      "time": 109,
      "config": "macos-devel-arm64",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 70393873406,
      "time": 102,
      "config": "macos-release-arm64",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 70393873324,
      "time": 215,
      "config": "source",
      "r": "4.5.2",
      "check": "OK",
      "artifact": "5866543235"
    },
    {
      "job": 70393873404,
      "time": 137,
      "config": "wasm-release",
      "r": "4.5.1",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 70393873537,
      "time": 196,
      "config": "windows-devel",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 70393873418,
      "time": 197,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 70393873436,
      "time": 85,
      "config": "windows-release",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    }
  ],
  "_buildurl": "https://github.com/r-universe/vg-lab/actions/runs/22944747446",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/vg-lab/tseal",
  "_commit": {
    "id": "425531b1a00a9f8687c464dbbcde6d3da26eac98",
    "author": "Iván Velasco <i.velascog@alumnos.urjc.es>",
    "committer": "Iván Velasco <i.velascog@alumnos.urjc.es>",
    "message": "change some parameters name\n",
    "time": 1719914813
  },
  "_maintainer": {
    "name": "Iván Velasco",
    "email": "ivan.velasco@urjc.es",
    "login": "ivelascog",
    "uuid": 22374587,
    "orcid": "0000-0002-2314-5670"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.3.0",
      "role": "Depends"
    },
    {
      "package": "bigmemory",
      "role": "Imports"
    },
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "parallelly",
      "role": "Imports"
    },
    {
      "package": "pryr",
      "role": "Imports"
    },
    {
      "package": "statcomp",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "synchronicity",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "waveslim",
      "role": "Imports"
    },
    {
      "package": "wdm",
      "role": "Imports"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "vg-lab",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "ivelascog",
      "count": 27,
      "uuid": 22374587
    }
  ],
  "_userbio": {
    "uuid": 16937508,
    "type": "organization",
    "name": "Visualization and Graphics Lab (VG-Lab)"
  },
  "_downloads": {
    "count": 18,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/TSEAL"
  },
  "_devurl": "https://github.com/vg-lab/tseal",
  "_searchresults": 1,
  "_rbuild": "4.5.2",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/TSEAL.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/vg-lab/tseal",
  "_realowner": "vg-lab",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2024-05-01"
    },
    {
      "version": "0.1.3",
      "date": "2024-07-02"
    }
  ],
  "_exports": [
    "availableFeatures",
    "availableFilters",
    "chooseLevel",
    "classify",
    "extractSubset",
    "generateStepDiscrim",
    "KFCV",
    "LOOCV",
    "MultiWaveAnalysis",
    "SameDiscrim",
    "StepDiscrim",
    "StepDiscrimV",
    "testFilters",
    "testModel",
    "trainModel"
  ],
  "_help": [],
  "_rundeps": [
    "backports",
    "BH",
    "bigmemory",
    "bigmemory.sri",
    "caret",
    "checkmate",
    "class",
    "cli",
    "clock",
    "codetools",
    "cpp11",
    "crayon",
    "data.table",
    "diagram",
    "digest",
    "dplyr",
    "e1071",
    "farver",
    "foreach",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "ipred",
    "isoband",
    "iterators",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lobstr",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "ModelMetrics",
    "multitaper",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "pillar",
    "pkgconfig",
    "plyr",
    "prettyunits",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "pryr",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "recipes",
    "reshape2",
    "rlang",
    "rpart",
    "S7",
    "scales",
    "shape",
    "sparsevctrs",
    "SQUAREM",
    "statcomp",
    "stringi",
    "stringr",
    "survival",
    "synchronicity",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "uuid",
    "vctrs",
    "viridisLite",
    "waveslim",
    "wdm",
    "withr",
    "zoo"
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "tseal",
  "_universes": [
    "vg-lab",
    "ivelascog"
  ],
  "_progress_url": "https://github.com/r-universe/vg-lab/actions/runs/27298112185",
  "_published": "2026-06-10T18:41:51.877Z",
  "_failure": {
    "version": "0.1.3",
    "commit": {
      "id": "425531b1a00a9f8687c464dbbcde6d3da26eac98",
      "author": "Iván Velasco <i.velascog@alumnos.urjc.es>",
      "committer": "Iván Velasco <i.velascog@alumnos.urjc.es>",
      "message": "change some parameters name\n",
      "time": 1719914813
    },
    "buildurl": "https://github.com/r-universe/vg-lab/actions/runs/26847498699",
    "date": "2026-06-05T06:02:43.363Z",
    "job": {
      "job": 79672714223,
      "time": 190,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7429882833"
    }
  },
  "_binaries": []
}