{
  "_id": "6a1eefc9b401979e73412cc9",
  "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-05-19 08:32:13 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",
  "MD5sum": "61551078e24d6a3a9b3599bdc64bd53e",
  "_user": "pigian",
  "_type": "src",
  "_file": "snap_1.1.0.tar.gz",
  "_fileid": "58eca6ea43e3518386b5b0114f53e709acda7c96cf9eb5087c3d1f4dbb023d6d",
  "_filesize": 133602,
  "_sha256": "58eca6ea43e3518386b5b0114f53e709acda7c96cf9eb5087c3d1f4dbb023d6d",
  "_created": "2026-05-19T08:32:13.000Z",
  "_published": "2026-06-02T14:59:21.357Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79101577661,
      "time": 151,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7078632662"
    },
    {
      "job": 79101577444,
      "time": 187,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078644709"
    },
    {
      "job": 79101577797,
      "time": 145,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7078640354"
    },
    {
      "job": 79101577329,
      "time": 99,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078622230"
    },
    {
      "job": 79101576950,
      "time": 176,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078580774"
    },
    {
      "job": 79101576670,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361444199"
    },
    {
      "job": 79101577571,
      "time": 114,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7078619883"
    },
    {
      "job": 79101578125,
      "time": 120,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7078621461"
    },
    {
      "job": 79101577613,
      "time": 102,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078616087"
    }
  ],
  "_buildurl": "https://github.com/r-universe/pigian/actions/runs/26085627803",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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"
  },
  "_downloads": {
    "count": 207,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/snap"
  },
  "_mentions": 11,
  "_searchresults": 5,
  "_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-05-19T08:34:23.000Z",
      "distro": "noble",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "82c110000cb6d246cde776e48a56108406080e653b4a7a5bb722263a4bdaaa81",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/26085627803"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-19T08:34:55.000Z",
      "distro": "noble",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "7f6410e5a37c2f9ec7c707f48951dbd051ba353c8376edb14d19505280c215db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/26085627803"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-19T08:34:53.000Z",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "97fa07e274b5de3c222fc9aab6c24ba8c6caf7112f45f8c05d7c7bd433c6dfce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/26085627803"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-19T08:34:03.000Z",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "04e3dff679fc23e588f809ed736ad3176666ac91d3fe8706abe80078b0d10ada",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/26085627803"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-19T08:33:40.000Z",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "59d040f8af123239075316fc50d49f0d12392f74136e218f4963741930a723de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/26085627803"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-19T08:33:30.000Z",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "56ef0725380a80b94a66d78dc08683f9037cd39f107f49dba488effe83b853c5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/26085627803"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-19T08:33:28.000Z",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "dbde0f91b96683ad9f489294c5206067ce1ff3e7e436487c0c3ab99000d065b6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/26085627803"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-06-02T14:58:47.000Z",
      "commit": "92dfad78c3968e150e0323722a99bed72db6cf55",
      "fileid": "289e8e23e11784d5511aeb6f38a40f55509bfdf3dd8ae521fcfe8d0ad999c17a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/26085627803"
    }
  ]
}