Package: onemapsgapi
Type: Package
Title: R Wrapper for the 'OneMap.Sg API'
Version: 1.1.0
Authors@R: person("Jolene", "Lim", email = "jyl2187@columbia.edu",
      role = c("aut", "cre"))
Maintainer: Jolene Lim <jyl2187@columbia.edu>
Description: An R wrapper for the 'OneMap.Sg' API <https://www.onemap.gov.sg/docs/>. 
    Functions help users query data from the API and return raw JSON data
    in "tidy" formats. Support is also available for users to retrieve data from multiple API calls 
    and integrate results into single dataframes, without
    needing to clean and merge the data themselves. This package is best suited for users who would 
    like to perform analyses with Singapore's spatial data without having to perform excessive data cleaning.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 2.10)
Imports: rlang, httr, dplyr, purrr, stringr, tidyr, future, furrr
RoxygenNote: 7.2.1
Suggests: knitr, rmarkdown, sf, rgdal, sp, googlePolylines
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-11-29 07:26:08 UTC; jolene
Author: Jolene Lim [aut, cre]
Repository: CRAN
Date/Publication: 2022-11-29 08:00:03 UTC
