{
  "_id": "6a1f1696b401979e7341e85d",
  "Package": "adass",
  "Type": "Package",
  "Title": "Adaptive Smoothing Spline (AdaSS) Estimator for the\nFunction-on-Function Linear Regression",
  "Version": "1.0.1",
  "Authors@R": "c(\nperson(\"Fabio\", \"Centofanti\",\nemail = \"fabio.centofanti@unina.it\",\nrole = c(\"cre\",\"aut\")),\nperson(\"Antonio\", \"Lepore\", role = c(\"aut\")),\nperson(\"Alessandra\", \"Menafoglio\", role = c(\"aut\")),\nperson(\"Biagio\", \"Palumbo\", role = c(\"aut\")),\nperson(\"Simone\", \"Vantini\", role = c(\"aut\"))\n)",
  "Description": "Implements the adaptive smoothing spline estimator for the\nfunction-on-function linear regression model described in\nCentofanti et al. (2023) <doi:10.1007/s00180-022-01223-6>.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "URL": "https://github.com/unina-sfere/adass",
  "BugReports": "https://github.com/unina-sfere/adass",
  "SystemRequirements": "GNU make",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Config/pak/sysreqs": "make",
  "Repository": "https://unina-sfere.r-universe.dev",
  "Date/Publication": "2024-07-17 15:33:46 UTC",
  "RemoteUrl": "https://github.com/unina-sfere/adass",
  "RemoteRef": "HEAD",
  "RemoteSha": "4b4025276bd42bb43443f00fe38843590828645e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-17 06:19:49 UTC",
    "User": "root"
  },
  "Author": "Fabio Centofanti [cre, aut],\nAntonio Lepore [aut],\nAlessandra Menafoglio [aut],\nBiagio Palumbo [aut],\nSimone Vantini [aut]",
  "Maintainer": "Fabio Centofanti <fabio.centofanti@unina.it>",
  "MD5sum": "0b280ae801d9381e3d604bdfaf6ee2a5",
  "_user": "unina-sfere",
  "_type": "src",
  "_file": "adass_1.0.1.tar.gz",
  "_fileid": "0332b4fc7c28cf9554cafba479da1be5b9e8878b32993cc0cac2273952980cc2",
  "_filesize": 180682,
  "_sha256": "0332b4fc7c28cf9554cafba479da1be5b9e8878b32993cc0cac2273952980cc2",
  "_created": "2026-05-17T06:19:49.000Z",
  "_published": "2026-06-02T17:44:54.251Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79135052885,
      "time": 154,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7039963096"
    },
    {
      "job": 79135052949,
      "time": 135,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7039960916"
    },
    {
      "job": 79135052547,
      "time": 172,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7039962632"
    },
    {
      "job": 79135052519,
      "time": 157,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7039960804"
    },
    {
      "job": 79135051854,
      "time": 192,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7039946749"
    },
    {
      "job": 79135052112,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365478546"
    },
    {
      "job": 79135052430,
      "time": 88,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7039956017"
    },
    {
      "job": 79135053654,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7039955652"
    },
    {
      "job": 79135052686,
      "time": 82,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7039955393"
    }
  ],
  "_buildurl": "https://github.com/r-universe/unina-sfere/actions/runs/25983287645",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/unina-sfere/adass",
  "_commit": {
    "id": "4b4025276bd42bb43443f00fe38843590828645e",
    "author": "fabiocentofanti <fabio.centofanti@unina.it>",
    "committer": "fabiocentofanti <fabio.centofanti@unina.it>",
    "message": "change test.R\n",
    "time": 1721230426
  },
  "_maintainer": {
    "name": "Fabio Centofanti",
    "email": "fabio.centofanti@unina.it",
    "login": "fabiocentofanti",
    "description": "",
    "uuid": 51292338
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "fda",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "matrixcalc",
      "role": "Imports"
    },
    {
      "package": "SparseM",
      "role": "Imports"
    },
    {
      "package": "mvtnorm",
      "role": "Imports"
    },
    {
      "package": "Rfast",
      "role": "Imports"
    },
    {
      "package": "plot3D",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "unina-sfere",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "fabiocentofanti",
      "count": 30,
      "uuid": 51292338
    }
  ],
  "_userbio": {
    "uuid": 59825208,
    "type": "organization",
    "name": "unina-sfere"
  },
  "_downloads": {
    "count": 231,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/adass"
  },
  "_devurl": "https://github.com/unina-sfere/adass",
  "_searchresults": 21,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/adass.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/unina-sfere/adass",
  "_realowner": "unina-sfere",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2021-11-18"
    },
    {
      "version": "1.0.1",
      "date": "2024-07-18"
    }
  ],
  "_exports": [
    "adass.fr",
    "adass.fr_eaass",
    "simulate_data"
  ],
  "_help": [
    {
      "page": "adass-package",
      "title": "Adaptive smoothing spline estimator for the function-on-function linear regression model",
      "topics": [
        "adass-package",
        "adass"
      ]
    },
    {
      "page": "adass.fr",
      "title": "Adaptive smoothing spline estimator for the function-on-function linear regression model",
      "topics": [
        "adass.fr"
      ]
    },
    {
      "page": "adass.fr_eaass",
      "title": "Evolutionary algorithm for the adaptive smoothing spline estimator (EAASS).",
      "topics": [
        "adass.fr_eaass"
      ]
    },
    {
      "page": "plot.slasso",
      "title": "Plot the results of the AdaSS method",
      "topics": [
        "plot.adass"
      ]
    },
    {
      "page": "simulate_data",
      "title": "Simulate data through the function-on-function linear regression model",
      "topics": [
        "simulate_data"
      ]
    }
  ],
  "_readme": "https://github.com/unina-sfere/adass/raw/HEAD/README.md",
  "_rundeps": [
    "ash",
    "bitops",
    "cli",
    "cluster",
    "colorspace",
    "cpp11",
    "deSolve",
    "farver",
    "fda",
    "fds",
    "FNN",
    "ggplot2",
    "glue",
    "gtable",
    "hdrcde",
    "isoband",
    "kernlab",
    "KernSmooth",
    "ks",
    "labeling",
    "lattice",
    "lifecycle",
    "locfit",
    "MASS",
    "Matrix",
    "matrixcalc",
    "mclust",
    "mgcv",
    "misc3d",
    "multicool",
    "mvtnorm",
    "nlme",
    "pcaPP",
    "plot3D",
    "pracma",
    "R6",
    "rainbow",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppParallel",
    "RCurl",
    "Rfast",
    "rlang",
    "S7",
    "scales",
    "SparseM",
    "vctrs",
    "viridisLite",
    "withr",
    "zigg"
  ],
  "_score": 3.4983105537896004,
  "_indexed": true,
  "_nocasepkg": "adass",
  "_universes": [
    "unina-sfere",
    "fabiocentofanti"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-17T06:22:15.000Z",
      "distro": "noble",
      "commit": "4b4025276bd42bb43443f00fe38843590828645e",
      "fileid": "f2fac1e0654e0a01e8311f1660513c9d421d5ebee1bbf33ab8f26d4e6dcdd102",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/unina-sfere/actions/runs/25983287645"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-17T06:21:58.000Z",
      "distro": "noble",
      "commit": "4b4025276bd42bb43443f00fe38843590828645e",
      "fileid": "aff46ff1dbd29b9e0ce8fa783a1ab7628deac8ec6d43e57f87b0294c73d5ab28",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/unina-sfere/actions/runs/25983287645"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-17T06:22:09.000Z",
      "commit": "4b4025276bd42bb43443f00fe38843590828645e",
      "fileid": "87a781909e7d08ee4213e2fcd0c30e6acf95027c670b73e555845520f9394648",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/unina-sfere/actions/runs/25983287645"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-17T06:21:52.000Z",
      "commit": "4b4025276bd42bb43443f00fe38843590828645e",
      "fileid": "5b438571f1b2d7345b753913a8f0c01cb6b67a1db4264f71780988adb95c25b8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/unina-sfere/actions/runs/25983287645"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-17T06:21:08.000Z",
      "commit": "4b4025276bd42bb43443f00fe38843590828645e",
      "fileid": "edb267fb4008f6b9d4da3a5c2fbcb57c7819db72ec85b94aa1bf7f4a82c807ec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/unina-sfere/actions/runs/25983287645"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-17T06:21:05.000Z",
      "commit": "4b4025276bd42bb43443f00fe38843590828645e",
      "fileid": "9bc30fe8b10a0dcc0db1efaa89d11451c2bd785a35d075b6bb7549db4555b631",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/unina-sfere/actions/runs/25983287645"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-17T06:21:02.000Z",
      "commit": "4b4025276bd42bb43443f00fe38843590828645e",
      "fileid": "3af2daa6bd5c80d4d4e0c97319aa78b745c96f6824e33c74c82ccb973c3697a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/unina-sfere/actions/runs/25983287645"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-06-02T17:44:38.000Z",
      "commit": "4b4025276bd42bb43443f00fe38843590828645e",
      "fileid": "dfcca9ecd5ac45def599846ad70c8f3c246558745c86b08f0f04c0ae06e6e366",
      "status": "success",
      "buildurl": "https://github.com/r-universe/unina-sfere/actions/runs/25983287645"
    }
  ]
}