{
  "_id": "6a12c11eacfb0bcc41d1ddb4",
  "Package": "FuncNN",
  "Title": "Functional Neural Networks",
  "Version": "1.0",
  "Authors@R": "c(\nperson(\"Richard\", \"Groenewald\", role = \"ctb\"),\nperson(\"Barinder\", \"Thind\", email = \"barinder.thi@gmail.com\", role = c(\"aut\", \"cre\", \"cph\")),\nperson(\"Jiguo\", \"Cao\", role = \"aut\"),\nperson(\"Sidi Wu\", role = \"ctb\")\n)",
  "Description": "A collection of functions which fit functional neural\nnetwork models. In other words, this package will allow users\nto build deep learning models that have either functional or\nscalar responses paired with functional and scalar covariates.\nWe implement the theoretical discussion found in Thind, Multani\nand Cao (2020) <arXiv:2006.09590> through the help of a main\nfitting and prediction function as well as a number of helper\nfunctions to assist with cross-validation, tuning, and the\ndisplay of estimated functional weights.",
  "URL": "https://arxiv.org/abs/2006.09590, https://github.com/b-thi/FuncNN",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.0",
  "Config/pak/sysreqs": "cmake make libicu-dev libpng-dev python3",
  "Repository": "https://b-thi.r-universe.dev",
  "Date/Publication": "2020-09-07 22:37:30 UTC",
  "RemoteUrl": "https://github.com/b-thi/funcnn",
  "RemoteRef": "HEAD",
  "RemoteSha": "dd44b586802e6774ce6d87412c1032837833fa45",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-04-28 05:29:08 UTC",
    "User": "root"
  },
  "Author": "Richard Groenewald [ctb],\nBarinder Thind [aut, cre, cph],\nJiguo Cao [aut],\nSidi Wu [ctb]",
  "Maintainer": "Barinder Thind <barinder.thi@gmail.com>",
  "MD5sum": "1edd76baa6276b31b2f96e47737ea162",
  "_user": "b-thi",
  "_type": "src",
  "_file": "FuncNN_1.0.tar.gz",
  "_fileid": "9338c56bb7ff172e14631149eea0c814766290d477faa14cc84d43963988c64c",
  "_filesize": 310244,
  "_sha256": "9338c56bb7ff172e14631149eea0c814766290d477faa14cc84d43963988c64c",
  "_created": "2026-04-28T05:29:08.000Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77586028698,
      "time": 225,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6676955165"
    },
    {
      "job": 77586028933,
      "time": 223,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6676954797"
    },
    {
      "job": 77586028789,
      "time": 159,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 77586028851,
      "time": 113,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 77586028706,
      "time": 228,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6676909679"
    },
    {
      "job": 77586028535,
      "time": 144,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 77586028618,
      "time": 240,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 77586028781,
      "time": 92,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 77586028741,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    }
  ],
  "_buildurl": "https://github.com/r-universe/b-thi/actions/runs/25035549740",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/b-thi/funcnn",
  "_commit": {
    "id": "dd44b586802e6774ce6d87412c1032837833fa45",
    "author": "Barinder <barinder.thi@gmail.com>",
    "committer": "Barinder <barinder.thi@gmail.com>",
    "message": "T/F updates\n",
    "time": 1599518250
  },
  "_maintainer": {
    "name": "Barinder Thind",
    "email": "barinder.thi@gmail.com",
    "login": "b-thi",
    "uuid": 29964679
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "keras",
      "role": "Imports"
    },
    {
      "package": "tensorflow",
      "role": "Imports"
    },
    {
      "package": "fda.usc",
      "role": "Imports"
    },
    {
      "package": "fda",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "ggpubr",
      "role": "Imports"
    },
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "pbapply",
      "role": "Imports"
    },
    {
      "package": "reshape2",
      "role": "Imports"
    },
    {
      "package": "flux",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "b-thi",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "b-thi",
      "count": 46,
      "uuid": 29964679
    },
    {
      "user": "richardgroenewald",
      "count": 16,
      "uuid": 45214306
    }
  ],
  "_userbio": {
    "uuid": 29964679,
    "type": "user",
    "name": "Barinder"
  },
  "_downloads": {
    "count": 199,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/FuncNN"
  },
  "_devurl": "https://github.com/b-thi/funcnn",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/FuncNN.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/b-thi/funcnn",
  "_realowner": "b-thi",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2020-09-15"
    }
  ],
  "_exports": [
    "fnn.cv",
    "fnn.fit",
    "fnn.fnc",
    "fnn.plot",
    "fnn.predict",
    "fnn.tune"
  ],
  "_datasets": [
    {
      "name": "daily",
      "title": "Classic Canadian weather data set.",
      "object": "daily",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "tecator",
      "title": "Classic Tecator data set.",
      "object": "tecator",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "daily",
      "title": "Classic Canadian weather data set.",
      "topics": [
        "daily"
      ]
    },
    {
      "page": "fnn.cv",
      "title": "Functional Neural Networks with Cross-validation",
      "topics": [
        "fnn.cv"
      ]
    },
    {
      "page": "fnn.fit",
      "title": "Fitting Functional Neural Networks",
      "topics": [
        "fnn.fit"
      ]
    },
    {
      "page": "fnn.fnc",
      "title": "Output of Estimated Functional Weights",
      "topics": [
        "fnn.fnc"
      ]
    },
    {
      "page": "fnn.plot",
      "title": "Plotting Functional Response Predictions",
      "topics": [
        "fnn.plot"
      ]
    },
    {
      "page": "fnn.predict",
      "title": "Prediction using Functional Neural Networks",
      "topics": [
        "fnn.predict"
      ]
    },
    {
      "page": "fnn.tune",
      "title": "Tuning Functional Neural Networks",
      "topics": [
        "fnn.tune"
      ]
    },
    {
      "page": "tecator",
      "title": "Classic Tecator data set.",
      "topics": [
        "tecator"
      ]
    }
  ],
  "_readme": "https://github.com/b-thi/funcnn/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "ash",
    "backports",
    "base64enc",
    "bitops",
    "boot",
    "broom",
    "car",
    "carData",
    "caret",
    "caTools",
    "class",
    "cli",
    "clock",
    "cluster",
    "codetools",
    "colorspace",
    "config",
    "corrplot",
    "cowplot",
    "cpp11",
    "data.table",
    "Deriv",
    "deSolve",
    "diagram",
    "digest",
    "doBy",
    "doParallel",
    "dplyr",
    "e1071",
    "evaluate",
    "farver",
    "fda",
    "fda.usc",
    "fds",
    "flux",
    "FNN",
    "foreach",
    "forecast",
    "Formula",
    "fracdiff",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "ggpubr",
    "ggrepel",
    "ggsci",
    "ggsignif",
    "globals",
    "glue",
    "gower",
    "gridExtra",
    "gtable",
    "hardhat",
    "hdrcde",
    "here",
    "highr",
    "ipred",
    "isoband",
    "iterators",
    "jsonlite",
    "keras",
    "kernlab",
    "KernSmooth",
    "knitr",
    "ks",
    "kSamples",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lme4",
    "lmtest",
    "locfit",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixModels",
    "mclust",
    "mgcv",
    "microbenchmark",
    "minqa",
    "ModelMetrics",
    "modelr",
    "multicool",
    "mvtnorm",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "parallelly",
    "pbapply",
    "pbkrtest",
    "pcaPP",
    "pillar",
    "pkgconfig",
    "plyr",
    "png",
    "polynom",
    "pracma",
    "pROC",
    "processx",
    "prodlim",
    "progressr",
    "proxy",
    "ps",
    "purrr",
    "quantreg",
    "R6",
    "rainbow",
    "rappdirs",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "RcppTOML",
    "RCurl",
    "Rdpack",
    "recipes",
    "reformulas",
    "reshape2",
    "reticulate",
    "rlang",
    "rpart",
    "rprojroot",
    "rstatix",
    "rstudioapi",
    "S7",
    "scales",
    "shape",
    "SparseM",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "SuppDists",
    "survival",
    "tensorflow",
    "tfautograph",
    "tfruns",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "whisker",
    "withr",
    "xfun",
    "yaml",
    "zeallot",
    "zoo"
  ],
  "_score": 3.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "funcnn",
  "_universes": [
    "b-thi"
  ],
  "_failure": {
    "version": "1.0",
    "commit": {
      "id": "dd44b586802e6774ce6d87412c1032837833fa45",
      "author": "Barinder <barinder.thi@gmail.com>",
      "committer": "Barinder <barinder.thi@gmail.com>",
      "message": "T/F updates\n",
      "time": 1599518250
    },
    "buildurl": "https://github.com/r-universe/b-thi/actions/runs/26704840045",
    "date": "2026-06-02T06:18:52.693Z",
    "job": {
      "job": 79010830906,
      "time": 230,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7350348786"
    }
  },
  "_binaries": [
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0",
      "date": "2026-03-29T05:00:44.000Z",
      "commit": "dd44b586802e6774ce6d87412c1032837833fa45",
      "fileid": "00dabae44b2bde59ae26055ca5fa8b8ac1a517d785ce0beef071201b89791a22",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/b-thi/actions/runs/23701773406"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0",
      "date": "2026-03-29T05:01:19.000Z",
      "commit": "dd44b586802e6774ce6d87412c1032837833fa45",
      "fileid": "4b44577046f2e4be36c0b560fcae0a762a3ccc3f649e1dc8744ef6279743df9c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/b-thi/actions/runs/23701773406"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0",
      "date": "2026-03-29T05:02:02.000Z",
      "commit": "dd44b586802e6774ce6d87412c1032837833fa45",
      "fileid": "74d39025ff406cd0c7c79ff0eb9c084c054eb4b95989bd8ad45143eb07fe986c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/b-thi/actions/runs/23701773406"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0",
      "date": "2026-03-29T04:59:57.000Z",
      "commit": "dd44b586802e6774ce6d87412c1032837833fa45",
      "fileid": "8259eeed8f07ef749f8b4e8ef437a1360750c943dab3884377f426b08c94c881",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/b-thi/actions/runs/23701773406"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-04-28T05:32:13.000Z",
      "distro": "noble",
      "commit": "dd44b586802e6774ce6d87412c1032837833fa45",
      "fileid": "5a2ec91c99b7e328a427a2f6342bed96f868ec8d9bff99055bae3fba34c5506a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/b-thi/actions/runs/25035549740"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-04-28T05:32:13.000Z",
      "distro": "noble",
      "commit": "dd44b586802e6774ce6d87412c1032837833fa45",
      "fileid": "f1a011a21d6bd21cbdbda1348a16d79933eb8c20e6e977c524a4fd49170156f2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/b-thi/actions/runs/25035549740"
    },
    {
      "r": "4.5.1",
      "os": "wasm",
      "version": "1.0",
      "date": "2026-04-28T05:32:21.000Z",
      "commit": "dd44b586802e6774ce6d87412c1032837833fa45",
      "fileid": "7d5f0025d3cf20036ce064e713c7d22e6d18d48600d8f0cf650d84c3d6a69f09",
      "status": "success",
      "buildurl": "https://github.com/r-universe/b-thi/actions/runs/25035549740"
    }
  ]
}