{
  "_id": "6a487c71e06c18f0a653d664",
  "Package": "figma",
  "Type": "Package",
  "Title": "Web Client/Wrapper to the 'Figma API'",
  "Version": "0.2.0",
  "Authors@R": "person(\"Pedro\", \"Faria\", role = c(\"aut\", \"cre\", \"cph\"), email = \"pedropark99@gmail.com\")",
  "Author": "Pedro Faria [aut, cre, cph]",
  "Maintainer": "Pedro Faria <pedropark99@gmail.com>",
  "URL": "https://github.com/pedropark99/figma,\nhttps://pedropark99.github.io/figma/",
  "BugReports": "https://github.com/pedropark99/figma/issues",
  "Description": "An easy-to-use web client/wrapper for the 'Figma API'\n<https://www.figma.com/developers/api>. It allows you to bring\nall data from a 'Figma' file to your 'R' session. This includes\nthe data of all objects that you have drawn in this file, and\ntheir respective canvas/page metadata.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libicu-dev libssl-dev",
  "Repository": "https://pedropark99.r-universe.dev",
  "Date/Publication": "2023-01-02 23:15:44 UTC",
  "RemoteUrl": "https://github.com/pedropark99/figma",
  "RemoteRef": "HEAD",
  "RemoteSha": "89b281e0ce8333ad48ee221ec69d2edaf6316848",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-04 03:18:52 UTC",
    "User": "root"
  },
  "_user": "pedropark99",
  "_type": "src",
  "_file": "figma_0.2.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/08898cca4c61086a2d0ca8678a77ddc2a2baab03d8581360fe7d0d18804f7914",
  "_filesize": 455997,
  "_sha256": "08898cca4c61086a2d0ca8678a77ddc2a2baab03d8581360fe7d0d18804f7914",
  "_expires": "2026-10-12T03:22:23.000Z",
  "_created": "2026-07-04T03:18:52.000Z",
  "_published": "2026-07-04T03:22:25.063Z",
  "_jobs": [
    {
      "job": 85098520484,
      "time": 139,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8077840154"
    },
    {
      "job": 85098520480,
      "time": 121,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8077837999"
    },
    {
      "job": 85098520477,
      "time": 172,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8077837877"
    },
    {
      "job": 85098520482,
      "time": 152,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8077838305"
    },
    {
      "job": 85098342594,
      "time": 170,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8077823274"
    },
    {
      "job": 85098520468,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8077835281"
    },
    {
      "job": 85098520465,
      "time": 75,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8077832693"
    },
    {
      "job": 85098520467,
      "time": 80,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8077833041"
    },
    {
      "job": 85098520472,
      "time": 74,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8077832476"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/pedropark99/actions/runs/28693249914",
  "_status": "success",
  "_upstream": "https://github.com/pedropark99/figma",
  "_commit": {
    "id": "89b281e0ce8333ad48ee221ec69d2edaf6316848",
    "author": "pedropark99 <pedropark99@gmail.com>",
    "committer": "pedropark99 <pedropark99@gmail.com>",
    "message": "Recompile the vignettes\n",
    "time": 1672701344
  },
  "_maintainer": {
    "name": "Pedro Faria",
    "email": "pedropark99@gmail.com",
    "login": "pedropark99",
    "mastodon": "@pedropark99@fosstodon.org",
    "linkedin": "in/pedro-faria-a68140209",
    "twitter": "@PedroPark9",
    "description": "Economist and Senior Data Engineer that loves #rstats 📊📈",
    "uuid": 69123925
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "httr",
      "version": ">= 1.4.1",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 0.3.3",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 3.0.5",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "usethis",
      "role": "Suggests"
    },
    {
      "package": "emoji",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "pedropark99",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "api",
    "api-rest",
    "figma"
  ],
  "_stars": 5,
  "_contributors": [
    {
      "user": "pedropark99",
      "count": 113,
      "uuid": 69123925
    }
  ],
  "_userbio": {
    "uuid": 69123925,
    "type": "user",
    "name": "Pedro Faria",
    "followers": 187,
    "description": "Economist and Senior Data Engineer that loves #rstats 📊📈"
  },
  "_downloads": {
    "count": 264,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/figma"
  },
  "_devurl": "https://github.com/pedropark99/figma",
  "_pkgdown": "https://pedropark99.github.io/figma/",
  "_searchresults": 36,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/figma.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/pedropark99/figma",
  "_realowner": "pedropark99",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2022-11-02"
    },
    {
      "version": "0.2.0",
      "date": "2023-01-06"
    }
  ],
  "_exports": [
    "as_figma_document",
    "as_tibble",
    "default_attrs",
    "document_attrs",
    "get_document_info",
    "get_endpoint_url",
    "get_figma_file",
    "get_figma_page"
  ],
  "_datasets": [
    {
      "name": "quarto_website",
      "title": "A representation of a Quarto Website home webpage",
      "object": "quarto_website",
      "class": [
        "response"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "untitled_file",
      "title": "An example of a simple Figma file",
      "object": "untitled_file",
      "class": [
        "response"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "as_figma_document",
      "title": "Convert a 'httr' response object to a Figma Document object",
      "topics": [
        "as_figma_document"
      ]
    },
    {
      "page": "as_tibble",
      "title": "Convert a 'httr' response object to a 'tibble' object",
      "topics": [
        "as_tibble"
      ]
    },
    {
      "page": "build_query_string",
      "title": "Build a query string from a set of named parameters",
      "topics": [
        "build_query_string"
      ]
    },
    {
      "page": "build_request_url",
      "title": "Build the request URL",
      "topics": [
        "build_request_url"
      ]
    },
    {
      "page": "default_attrs",
      "title": "Default attributes of every Figma node",
      "topics": [
        "default_attrs"
      ]
    },
    {
      "page": "document_attrs",
      "title": "Default document attributes of a Figma file",
      "topics": [
        "document_attrs"
      ]
    },
    {
      "page": "get_document_info",
      "title": "Get the document metadata of a Figma File from the API",
      "topics": [
        "get_document_info"
      ]
    },
    {
      "page": "get_endpoint_url",
      "title": "Get the URL to a endpoint of Figma API",
      "topics": [
        "get_endpoint_url"
      ]
    },
    {
      "page": "get_figma_file",
      "title": "Get data of a Figma File from the API",
      "topics": [
        "get_figma_file"
      ]
    },
    {
      "page": "get_figma_page",
      "title": "Get data of a specific canvas/page in a Figma File from the API",
      "topics": [
        "get_figma_page"
      ]
    },
    {
      "page": "parse_response_object",
      "title": "Parse the response data and fit it into a R object",
      "topics": [
        "parse_response_object"
      ]
    },
    {
      "page": "quarto_website",
      "title": "A representation of a Quarto Website home webpage",
      "topics": [
        "quarto_website"
      ]
    },
    {
      "page": "select_any_of",
      "title": "Select any of the elements in a object",
      "topics": [
        "select_any_of"
      ]
    },
    {
      "page": "untitled_file",
      "title": "An example of a simple Figma file",
      "topics": [
        "untitled_file"
      ]
    }
  ],
  "_readme": "https://github.com/pedropark99/figma/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "cpp11",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "quarto-css.Rmd",
      "filename": "quarto-css.html",
      "title": "Building custom CSS from the Figma API",
      "author": "Pedro Duarte Faria",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "About the quarto_website object",
        "Lets reshape the object",
        "The nav-bar component as an example",
        "Extracting the CSS selector",
        "Getting the background color",
        "Building an attribute processor",
        "The CSS code for background color",
        "Conclusion"
      ],
      "created": "2022-12-10 20:29:13",
      "modified": "2023-01-02 23:15:44",
      "commits": 3
    },
    {
      "source": "http-errors.Rmd",
      "filename": "http-errors.html",
      "title": "Common HTTP errors in the Figma API",
      "author": "Pedro Duarte Faria",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Most common HTTP errors",
        "Wrong node ID in figma::get_figma_page() results in status code 400",
        "404: File not found",
        "403: Invalid token",
        "Other possible HTTP errors"
      ],
      "created": "2022-10-30 01:54:06",
      "modified": "2022-11-02 01:00:07",
      "commits": 3
    },
    {
      "source": "figma.Rmd",
      "filename": "figma.html",
      "title": "Get your Figma file into R",
      "author": "Pedro Duarte Faria",
      "engine": "knitr::rmarkdown",
      "headings": [
        "1. Introduction",
        "1.1 Is always nice to read the official Figma API documentation",
        "1.2 Finding the key (or ID) of your Figma file",
        "1.3 Get your personal access token",
        "1.4 Use get_figma_file() to get your Figma file",
        "1.5 Using the response object",
        "1.6 Output a Figma Document object",
        "1.7 Output a tibble::tibble() object"
      ],
      "created": "2022-10-29 17:37:18",
      "modified": "2022-11-02 17:02:21",
      "commits": 12
    }
  ],
  "_score": 5.431363764158987,
  "_indexed": true,
  "_nocasepkg": "figma",
  "_universes": [
    "pedropark99"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-07-04T03:21:12.000Z",
      "distro": "resolute",
      "commit": "89b281e0ce8333ad48ee221ec69d2edaf6316848",
      "fileid": "https://r2.ropensci.org/3b5ef6572bff85fd05ce1a6f80dcca7db593ced0d345332ecc61b8453355aa3b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedropark99/actions/runs/28693249914"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-07-04T03:20:54.000Z",
      "distro": "resolute",
      "commit": "89b281e0ce8333ad48ee221ec69d2edaf6316848",
      "fileid": "https://r2.ropensci.org/1713f91e689dfb30e74b1a5f32deb3d6a11c946ce99a9992c8b9b6515e8a3756",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedropark99/actions/runs/28693249914"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-07-04T03:20:50.000Z",
      "commit": "89b281e0ce8333ad48ee221ec69d2edaf6316848",
      "fileid": "https://r2.ropensci.org/417fcc9f4152990c2a9aca5c17c1dcf6c4121b8ca6e11b6f07a7a032a9b18902",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedropark99/actions/runs/28693249914"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-07-04T03:20:55.000Z",
      "commit": "89b281e0ce8333ad48ee221ec69d2edaf6316848",
      "fileid": "https://r2.ropensci.org/3da8c2fc68f1fdbf9ead5282ef1461f4b9b177198322501a72c6138d902d70cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedropark99/actions/runs/28693249914"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-07-04T03:20:44.000Z",
      "commit": "89b281e0ce8333ad48ee221ec69d2edaf6316848",
      "fileid": "https://r2.ropensci.org/6cd69257d2db089c34264d0c19bfea55a535f06e67547c4694b088146ac7f181",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pedropark99/actions/runs/28693249914"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-07-04T03:20:04.000Z",
      "commit": "89b281e0ce8333ad48ee221ec69d2edaf6316848",
      "fileid": "https://r2.ropensci.org/095d3b00b50487a3db5cd2f811cbf1fb538d6a3a483aa2bd46cc46ace2fbfba9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedropark99/actions/runs/28693249914"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-07-04T03:20:07.000Z",
      "commit": "89b281e0ce8333ad48ee221ec69d2edaf6316848",
      "fileid": "https://r2.ropensci.org/8a2e3dd551aa84fd77ca615fac90d4593b8616376470f6a754ec5f8ba01d63e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedropark99/actions/runs/28693249914"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-07-04T03:20:03.000Z",
      "commit": "89b281e0ce8333ad48ee221ec69d2edaf6316848",
      "fileid": "https://r2.ropensci.org/70d9247b5cd7321a576da2c6ca4d2aabb39eeb57fdd49ed639fc9ebabccab53c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedropark99/actions/runs/28693249914"
    }
  ]
}