Type: Package
Package: meetupr
Title: Access Meetup Data
Version: 0.3.1
Authors@R: c(
person("Athanasia Mo", "Mowinckel", , "a.m.mowinckel@psykologi.uio.no", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5756-0223")),
person("Erin", "LeDell", , "oss@ledell.org", role = "aut"),
person("Olga", "Mierzwa-Sulima", , "olga@rladies.org", role = "aut"),
person("Lucy", "D'Agostino McGowan", , "lucy@rladies.org", role = "aut"),
person("Claudia", "Vitolo", role = "aut"),
person("Gabriela", "De Queiroz", , "gabriela@rladies.org", role = "ctb"),
person("Michael", "Beigelmacher", role = "ctb"),
person("Augustina", "Ragwitz", , "augustina.ragwitz@ibm.com", role = "ctb"),
person("Greg", "Sutcliffe", , "github@emeraldverie.org", role = "ctb"),
person("Rick", "Pack", , "rickeyhp@gmail.com", role = "ctb"),
person("Ben", "Ubah", , "ubah.ben22@gmail.com", role = "ctb"),
person("Maëlle", "Salmon", , "maelle.salmon@yahoo.se", role = "ctb",
comment = c(ORCID = "0000-0002-2815-0399")),
person("Barret", "Schloerke", , "barret@rstudio.com", role = "ctb",
comment = c(ORCID = "0000-0001-9986-114X")),
person("RLadies+", role = "cph",
comment = c(ROR = "https://ror.org/05wpb1k41"))
)
Description: Provides programmatic access to the 'Meetup' 'GraphQL' API
(), enabling users to retrieve
information about groups, events, and members from 'Meetup'
(). Supports authentication via
'OAuth2' and includes functions for common queries and data
manipulation tasks.
License: MIT + file LICENSE
Depends: R (>= 4.2)
Imports: countrycode, cli, clipr, dplyr, fs, glue, httr2, jsonlite,
lifecycle, purrr, rlang, rlist, S7, tools, stats, utils, withr,
rstudioapi
Suggests: covr, cyphr, ggplot2, ggwordcloud, httpuv, jose, knitr,
openssl, rmarkdown, sodium, testthat, tidyr, tidytext, vcr
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://rladies.org/meetupr/
BugReports: https://github.com/rladies/meetupr/issues
Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libssl-dev
libx11-dev
Repository: https://drmowinckels.r-universe.dev
Date/Publication: 2026-05-14 19:40:20 UTC
RemoteUrl: https://github.com/rladies/meetupr
RemoteRef: HEAD
RemoteSha: dfa16fdbe4668db9bafea2cf9725f61dd8b5a748
NeedsCompilation: no
Packaged: 2026-07-04 09:27:37 UTC; root
Author: Athanasia Mo Mowinckel [aut, cre] (ORCID:
),
Erin LeDell [aut],
Olga Mierzwa-Sulima [aut],
Lucy D'Agostino McGowan [aut],
Claudia Vitolo [aut],
Gabriela De Queiroz [ctb],
Michael Beigelmacher [ctb],
Augustina Ragwitz [ctb],
Greg Sutcliffe [ctb],
Rick Pack [ctb],
Ben Ubah [ctb],
Maëlle Salmon [ctb] (ORCID: ),
Barret Schloerke [ctb] (ORCID: ),
RLadies+ [cph] (ROR: )
Maintainer: Athanasia Mo Mowinckel