{
  "_id": "6a29cbf37b7a29ca6003185b",
  "Package": "Rtumblr",
  "Title": "Collecting and Analyzing 'Tumblr' Data",
  "Version": "0.2.0",
  "Authors@R": "person(\"David\", \"Schoch\", , \"david@schochastics.net\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-2952-4812\"))",
  "Description": "An implementation of calls designed to collect 'Tumblr'\ndata via its Application Program Interfaces (API), which can be\nfound at the following URL:\n<https://www.tumblr.com/docs/en/api/v2>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/schochastics/Rtumblr/,\nhttps://schochastics.github.io/Rtumblr/",
  "BugReports": "https://github.com/schochastics/Rtumblr/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "Config/roxygen2/version": "8.0.0.9000",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://schochastics.r-universe.dev",
  "Date/Publication": "2026-06-10 19:33:39 UTC",
  "RemoteUrl": "https://github.com/schochastics/Rtumblr",
  "RemoteRef": "HEAD",
  "RemoteSha": "846be6d1643f81c3a0379e14f3ad426b62b13c66",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-10 20:38:49 UTC",
    "User": "root"
  },
  "Author": "David Schoch [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-2952-4812>)",
  "Maintainer": "David Schoch <david@schochastics.net>",
  "MD5sum": "4a9a102398aa76dce9a3b6e6d1d2569a",
  "_user": "schochastics",
  "_type": "src",
  "_file": "Rtumblr_0.2.0.tar.gz",
  "_fileid": "99a00a9ff3e2e4b7201e6a98ef6c4a9da70994be47efce586c0e10f7bc0ee6d9",
  "_filesize": 250872,
  "_sha256": "99a00a9ff3e2e4b7201e6a98ef6c4a9da70994be47efce586c0e10f7bc0ee6d9",
  "_created": "2026-06-10T20:38:49.000Z",
  "_published": "2026-06-10T20:41:23.084Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80659810948,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7547680089"
    },
    {
      "job": 80659810923,
      "time": 123,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7547682905"
    },
    {
      "job": 80659810993,
      "time": 106,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7547677939"
    },
    {
      "job": 80659811011,
      "time": 78,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7547666480"
    },
    {
      "job": 80659290617,
      "time": 160,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7547637658"
    },
    {
      "job": 80659810925,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7547676336"
    },
    {
      "job": 80659810939,
      "time": 68,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7547663251"
    },
    {
      "job": 80659810919,
      "time": 106,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7547676328"
    },
    {
      "job": 80659810935,
      "time": 90,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7547670584"
    }
  ],
  "_buildurl": "https://github.com/r-universe/schochastics/actions/runs/27304682024",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/schochastics/Rtumblr",
  "_commit": {
    "id": "846be6d1643f81c3a0379e14f3ad426b62b13c66",
    "author": "David Schoch <david@schochastics.net>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #10 from schochastics/httr2-refactor\n\nMigrate to httr2, add pagination, fix bugs, and add read-only endpoints",
    "time": 1781120019
  },
  "_maintainer": {
    "name": "David Schoch",
    "email": "david@schochastics.net",
    "login": "schochastics",
    "mastodon": "@schochastics@fosstodon.org",
    "bluesky": "@schochastics.net",
    "description": "Data Scientist/DevOps Engineer at cynkra and #RStats developer",
    "uuid": 17147355,
    "orcid": "0000-0003-2952-4812"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "role": "Imports"
    },
    {
      "package": "openssl",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "httptest2",
      "role": "Suggests"
    },
    {
      "package": "httpuv",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "schochastics",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2025-30",
      "n": 3
    },
    {
      "week": "2025-32",
      "n": 1
    },
    {
      "week": "2025-34",
      "n": 1
    },
    {
      "week": "2025-36",
      "n": 1
    },
    {
      "week": "2026-24",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "tumblr"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "schochastics",
      "count": 51,
      "uuid": 17147355
    },
    {
      "user": "arthurmuehl",
      "count": 7,
      "uuid": 223466305
    },
    {
      "user": "hadley",
      "count": 1,
      "uuid": 4196
    }
  ],
  "_userbio": {
    "uuid": 17147355,
    "type": "user",
    "name": "David Schoch",
    "description": "Data Scientist/DevOps Engineer at cynkra and #RStats developer"
  },
  "_downloads": {
    "count": 158,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/Rtumblr"
  },
  "_devurl": "https://github.com/schochastics/rtumblr",
  "_pkgdown": "https://schochastics.github.io/Rtumblr/",
  "_searchresults": 1,
  "_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/readme.html",
    "extra/readme.md",
    "extra/Rtumblr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/schochastics/rtumblr",
  "_realowner": "schochastics",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-04-05"
    },
    {
      "version": "0.1.1",
      "date": "2025-07-23"
    }
  ],
  "_exports": [
    "get_blog_avatar",
    "get_blog_blocks",
    "get_blog_followed_by",
    "get_blog_followers",
    "get_blog_following",
    "get_blog_info",
    "get_blog_likes",
    "get_blog_posts",
    "get_dashboard",
    "get_post",
    "get_post_notes",
    "get_posts_tag",
    "get_user_following",
    "get_user_info",
    "get_user_likes",
    "get_user_limits",
    "rtumblr_auth"
  ],
  "_help": [
    {
      "page": "get_blog_avatar",
      "title": "Retrieve a Blog Avatar You can get a blog's avatar in 9 different sizes",
      "topics": [
        "get_blog_avatar"
      ]
    },
    {
      "page": "get_blog_blocks",
      "title": "Retrieve Blogs Blocks",
      "topics": [
        "get_blog_blocks"
      ]
    },
    {
      "page": "get_blog_followed_by",
      "title": "Check If Followed By Blog This method can be used to check if one of your blogs is followed by another blog.",
      "topics": [
        "get_blog_followed_by"
      ]
    },
    {
      "page": "get_blog_followers",
      "title": "Retrieve followers",
      "topics": [
        "get_blog_followers"
      ]
    },
    {
      "page": "get_blog_following",
      "title": "Retrieve following",
      "topics": [
        "get_blog_following"
      ]
    },
    {
      "page": "get_blog_info",
      "title": "Retrieve Blog Info",
      "topics": [
        "get_blog_info"
      ]
    },
    {
      "page": "get_blog_likes",
      "title": "Retrieve Blog's Likes",
      "topics": [
        "get_blog_likes"
      ]
    },
    {
      "page": "get_blog_posts",
      "title": "Retrieve Published Posts",
      "topics": [
        "get_blog_posts"
      ]
    },
    {
      "page": "get_dashboard",
      "title": "Retrieve a User's Dashboard",
      "topics": [
        "get_dashboard"
      ]
    },
    {
      "page": "get_post",
      "title": "Retrieve a Single Post",
      "topics": [
        "get_post"
      ]
    },
    {
      "page": "get_post_notes",
      "title": "Retrieve Notes for a Post",
      "topics": [
        "get_post_notes"
      ]
    },
    {
      "page": "get_posts_tag",
      "title": "Get Posts with Tag",
      "topics": [
        "get_posts_tag"
      ]
    },
    {
      "page": "get_user_following",
      "title": "Retrieve the Blogs a User Is Following",
      "topics": [
        "get_user_following"
      ]
    },
    {
      "page": "get_user_info",
      "title": "Retrieve a User's Information",
      "topics": [
        "get_user_info"
      ]
    },
    {
      "page": "get_user_likes",
      "title": "Retrieve a User's Likes",
      "topics": [
        "get_user_likes"
      ]
    },
    {
      "page": "get_user_limits",
      "title": "Retrieve a User's Limits",
      "topics": [
        "get_user_limits"
      ]
    },
    {
      "page": "rtumblr_auth",
      "title": "Authenticate with Tumblr (OAuth 1.0a)",
      "topics": [
        "rtumblr_auth"
      ]
    }
  ],
  "_pkglogo": "https://github.com/schochastics/Rtumblr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/schochastics/Rtumblr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "httr2",
    "lifecycle",
    "magrittr",
    "openssl",
    "pillar",
    "pkgconfig",
    "R6",
    "rappdirs",
    "rlang",
    "sys",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 3.7781512503836434,
  "_indexed": true,
  "_nocasepkg": "rtumblr",
  "_universes": [
    "schochastics"
  ],
  "_previous": "0.1.1",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-10T20:40:48.000Z",
      "distro": "noble",
      "commit": "846be6d1643f81c3a0379e14f3ad426b62b13c66",
      "fileid": "99839a7a6166b7e168cffc7e0567652b55ca9ebeeba67524858cd7856ca68469",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schochastics/actions/runs/27304682024"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-10T20:40:54.000Z",
      "distro": "noble",
      "commit": "846be6d1643f81c3a0379e14f3ad426b62b13c66",
      "fileid": "f98452e8cc96b079b8d5391880236f8914bd42c5fd30bc885c67164b9f8e44d8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schochastics/actions/runs/27304682024"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-10T20:40:39.000Z",
      "commit": "846be6d1643f81c3a0379e14f3ad426b62b13c66",
      "fileid": "2cd75c86e1045a4a399d365284065d43fd20eddc5711084e81dcd98afcec9513",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schochastics/actions/runs/27304682024"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-10T20:40:13.000Z",
      "commit": "846be6d1643f81c3a0379e14f3ad426b62b13c66",
      "fileid": "73cb2891c24e701fb719121d51013ebecbe6f3bd6d934b4dbd058893fe9d17d9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schochastics/actions/runs/27304682024"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-10T20:40:48.000Z",
      "commit": "846be6d1643f81c3a0379e14f3ad426b62b13c66",
      "fileid": "610204eca7013a7f55059c45ee181169fc2347f17efeb97f98c07fc6e1781935",
      "status": "success",
      "buildurl": "https://github.com/r-universe/schochastics/actions/runs/27304682024"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-10T20:39:55.000Z",
      "commit": "846be6d1643f81c3a0379e14f3ad426b62b13c66",
      "fileid": "0fa71f22240b9efa8ded6a45fc79f3564bf8a65d41fee3722071c74c20c7d4f0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schochastics/actions/runs/27304682024"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-10T20:40:32.000Z",
      "commit": "846be6d1643f81c3a0379e14f3ad426b62b13c66",
      "fileid": "18c412e87cce34cce22d3504ef5d555a0da8786cd42c744a2edda5a607075797",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schochastics/actions/runs/27304682024"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-10T20:40:18.000Z",
      "commit": "846be6d1643f81c3a0379e14f3ad426b62b13c66",
      "fileid": "089e2c08ac4d258eae248f63bf0cd08df68b080daeabbf951121db7ec6fd6b95",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schochastics/actions/runs/27304682024"
    }
  ]
}