{
  "_id": "6a49b854dbd0482285eb724d",
  "Package": "snap",
  "Type": "Package",
  "Title": "Simple Neural Application",
  "Version": "1.1.0",
  "Author": "Giancarlo Vercellino",
  "Maintainer": "Giancarlo Vercellino <giancarlo.vercellino@gmail.com>",
  "Description": "A simple wrapper to easily design vanilla deep neural\nnetworks using 'Tensorflow'/'Keras' backend for regression,\nclassification and multi-label tasks, with some tweaks and\ntricks (skip shortcuts, embedding, feature selection and\nanomaly detection).",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.1.1",
  "URL": "https://rpubs.com/giancarlo_vercellino/snap",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-18 08:38:51 UTC",
    "User": "root"
  },
  "Config/pak/sysreqs": "libicu-dev libpng-dev python3 libx11-dev",
  "Repository": "https://pigian.r-universe.dev",
  "Date/Publication": "2021-06-30 07:30:02 UTC",
  "RemoteUrl": "https://github.com/cran/snap",
  "RemoteRef": "HEAD",
  "RemoteSha": "92dfad78c3968e150e0323722a99bed72db6cf55",
  "_user": "pigian",
  "_type": "src",
  "_file": "snap_1.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/156a2b66bd13df6ebf9316965213a584d9dec3d9a3274a2f9a9aaaaec22c2cbf",
  "_filesize": 135192,
  "_sha256": "156a2b66bd13df6ebf9316965213a584d9dec3d9a3274a2f9a9aaaaec22c2cbf",
  "_expires": "2026-10-13T01:50:10.000Z",
  "_created": "2026-06-18T08:38:51.000Z",
  "_published": "2026-07-05T01:50:12.009Z",
  "_jobs": [
    {
      "job": 85183758843,
      "time": 160,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7718358498"
    },
    {
      "job": 85183758826,
      "time": 151,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7718355178"
    },
    {
      "job": 85183758763,
      "time": 88,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7718336091"
    },
    {
      "job": 85183758806,
      "time": 134,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7718352420"
    },
    {
      "job": 85183758699,
      "time": 181,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7718294856"
    },
    {
      "job": 85183758798,
      "time": 110,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7718341670"
    },
    {
      "job": 85183758761,
      "time": 132,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7718356712"
    },
    {
      "job": 85183758885,
      "time": 120,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7718343207"
    },
    {
      "job": 85183758903,
      "time": 97,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7718333471"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/pigian/actions/runs/27747240819",
  "_status": "success",
  "_upstream": "https://github.com/cran/snap",
  "_commit": {
    "id": "92dfad78c3968e150e0323722a99bed72db6cf55",
    "author": "Giancarlo Vercellino <giancarlo.vercellino@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.1.0\n",
    "time": 1625038202
  },
  "_maintainer": {
    "name": "Giancarlo Vercellino",
    "email": "giancarlo.vercellino@gmail.com",
    "login": "pigian",
    "description": "",
    "uuid": 182648476
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "keras",
      "version": ">= 2.3.0.0",
      "role": "Imports"
    },
    {
      "package": "tensorflow",
      "version": ">= 2.2.0",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.2",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 0.3.4",
      "role": "Imports"
    },
    {
      "package": "forcats",
      "version": ">= 0.5.0",
      "role": "Imports"
    },
    {
      "package": "tictoc",
      "version": ">= 1.0.1",
      "role": "Imports"
    },
    {
      "package": "readr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.3.3",
      "role": "Imports"
    },
    {
      "package": "CORElearn",
      "version": ">= 1.54.2",
      "role": "Imports"
    },
    {
      "package": "dbscan",
      "version": ">= 1.1-5",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "reticulate",
      "version": ">= 1.18",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "pigian",
      "count": 2,
      "uuid": 182648476
    }
  ],
  "_userbio": {
    "uuid": 182648476,
    "type": "user",
    "name": "pigian",
    "followers": 0
  },
  "_downloads": {
    "count": 211,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/snap"
  },
  "_mentions": 11,
  "_searchresults": 9,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/snap.html",
    "manual.pdf"
  ],
  "_realowner": "pigian",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2021-05-11"
    },
    {
      "version": "1.1.0",
      "date": "2021-06-30"
    }
  ],
  "_exports": [
    "snap"
  ],
  "_datasets": [
    {
      "name": "friedman3",
      "title": "friedman3 data set",
      "object": "friedman3",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x.1",
        "x.2",
        "x.3",
        "x.4",
        "y"
      ],
      "rows": 150,
      "table": true,
      "tojson": true
    },
    {
      "name": "threenorm",
      "title": "threenorm data set",
      "object": "threenorm",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x.1",
        "x.2",
        "x.3",
        "x.4",
        "x.5",
        "x.6",
        "x.7",
        "x.8",
        "x.9",
        "x.10",
        "x.11",
        "x.12",
        "x.13",
        "x.14",
        "x.15",
        "x.16",
        "x.17",
        "x.18",
        "x.19",
        "x.20",
        "classes"
      ],
      "rows": 150,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "friedman3",
      "title": "friedman3 data set",
      "topics": [
        "friedman3"
      ]
    },
    {
      "page": "snap",
      "title": "snap",
      "topics": [
        "snap-package",
        "snap"
      ]
    },
    {
      "page": "threenorm",
      "title": "threenorm data set",
      "topics": [
        "threenorm"
      ]
    }
  ],
  "_rundeps": [
    "backports",
    "base64enc",
    "bit",
    "bit64",
    "cli",
    "clipr",
    "cluster",
    "config",
    "CORElearn",
    "cpp11",
    "crayon",
    "dbscan",
    "dplyr",
    "farver",
    "forcats",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "here",
    "hms",
    "isoband",
    "jsonlite",
    "keras",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "nnet",
    "pillar",
    "pkgconfig",
    "plotrix",
    "png",
    "prettyunits",
    "processx",
    "progress",
    "ps",
    "purrr",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppTOML",
    "readr",
    "reticulate",
    "rlang",
    "rpart",
    "rpart.plot",
    "rprojroot",
    "rstudioapi",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "tensorflow",
    "tfautograph",
    "tfruns",
    "tibble",
    "tictoc",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "vroom",
    "whisker",
    "withr",
    "yaml",
    "zeallot"
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "snap",
  "_universes": [
    "pigian"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-18T08:41:11.000Z",
      "distro": "noble",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "https://r2.ropensci.org/166d858c9be758cf9a6148d4ace25bb8f6dbdc705505acec839c9a602290f900",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27747240819"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-18T08:41:05.000Z",
      "distro": "noble",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "https://r2.ropensci.org/2f4dff02a786137a4075b93139f9c3fbc8fec37b21e17628987813e256e6d7ec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27747240819"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-18T08:40:32.000Z",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "https://r2.ropensci.org/7f9c4ed79c6d46524ef03d95af7a81405ce8ae79bb7343c2af3e0060b7bfd7d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27747240819"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-18T08:40:58.000Z",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "https://r2.ropensci.org/abfdf79d5ae11c88d8104f1bb8164d57f4e70435f0b6934ab123759e21b73b91",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27747240819"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-06-18T08:41:09.000Z",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "https://r2.ropensci.org/7abe246f140635d0975a13aa9bbe0968559b0d4720724c1c4c053148f8af8067",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27747240819"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-18T08:41:01.000Z",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "https://r2.ropensci.org/3c179e7a3b4490bfe6567358e67d26a2e4d85277ed28c25813ff7ed74077dbb8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27747240819"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-18T08:40:18.000Z",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "https://r2.ropensci.org/856d45355834b60830dd14dac71e35bf0e6eade0182b0cefff57d5c675def98a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27747240819"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-18T08:40:05.000Z",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "https://r2.ropensci.org/858db66cb66722b65e31ead1a48a03198ef5ad91693c0c32a94fcebb5f775606",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27747240819"
    }
  ]
}