{"id":24895436,"url":"https://github.com/symbolixau/rapidjsonr","last_synced_at":"2025-10-06T13:37:23.591Z","repository":{"id":85450044,"uuid":"114433926","full_name":"SymbolixAU/rapidjsonr","owner":"SymbolixAU","description":"R package exposing the rapidjsonr c++ header-only library","archived":false,"fork":false,"pushed_at":"2024-05-20T23:26:39.000Z","size":2720,"stargazers_count":16,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T00:42:16.007Z","etag":null,"topics":["json","r","rapidjson","rstats"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SymbolixAU.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-16T04:42:36.000Z","updated_at":"2025-03-22T11:08:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf8bc888-8b46-4986-bc20-c60a76f82841","html_url":"https://github.com/SymbolixAU/rapidjsonr","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/SymbolixAU/rapidjsonr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SymbolixAU%2Frapidjsonr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SymbolixAU%2Frapidjsonr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SymbolixAU%2Frapidjsonr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SymbolixAU%2Frapidjsonr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SymbolixAU","download_url":"https://codeload.github.com/SymbolixAU/rapidjsonr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SymbolixAU%2Frapidjsonr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278621837,"owners_count":26017253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["json","r","rapidjson","rstats"],"created_at":"2025-02-01T19:18:31.965Z","updated_at":"2025-10-06T13:37:23.560Z","avatar_url":"https://github.com/SymbolixAU.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/rapidjsonr)](https://CRAN.R-project.org/package=rapidjsonr)\n![downloads](http://cranlogs.r-pkg.org/badges/grand-total/rapidjsonr)\n[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/rapidjsonr)](https://CRAN.R-project.org/package=rapidjsonr)\n[![Github Stars](https://img.shields.io/github/stars/SymbolixAU/rapidjsonr.svg?style=social\u0026label=Github)](https://github.com/SymbolixAU/rapidjsonr)\n[![Build Status](https://travis-ci.org/SymbolixAU/rapidjsonr.svg?branch=master)](https://travis-ci.org/SymbolixAU/rapidjsonr)\n[![Coverage Status](https://codecov.io/github/SymbolixAU/rapidjsonr/coverage.svg?branch=master)](https://codecov.io/github/SymbolixAU/rapidjsonr?branch=master)\n\n# rapidjsonr\n\nR interface to the C++ header-only [Rapidjson](https://github.com/Tencent/rapidjson) library\n\nThis package is using v1.2-beta build of rapidjson. This is necessary to overcome `gcc` compiler warnings on CRAN, which are [fixed in this patch](https://github.com/Tencent/rapidjson/pull/1323)\n\n\u003c!-- git clone https://github.com/tencent/rapidjson --branch v1.1.0 --depth 1 --\u003e\n\u003c!-- git clone https://github.com/tencent/rapidjson --branch master --depth 1 --\u003e\n\n\n## Install\n\nFrom CRAN\n\n```\ninstall.packages(\"rapidjsonr\")\n```\n\n\nInstall the development version with\n\n```\ndevtools::install_github(\"SymbolixAU/rapidjsonr\")\n```\n\n## Using rapidjsonr\n\n\nTo use `rapidjsonr` in your own package, add a dependency to `rapidjsonr` to your cpp files **before** a call to `#include \u003cRcpp.h\u003e`\n\n```\n// [[Rcpp::depends(rapidjsonr)]]\n\n#include \u003cRcpp.h\u003e\n```\n\n## License\n\nThis package is provided under the MIT license, as per Rapidjson itself. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymbolixau%2Frapidjsonr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymbolixau%2Frapidjsonr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymbolixau%2Frapidjsonr/lists"}