{"id":23065805,"url":"https://github.com/konrad1991/rpointer","last_synced_at":"2026-05-06T22:07:21.813Z","repository":{"id":108851580,"uuid":"472868325","full_name":"Konrad1991/RPointer","owner":"Konrad1991","description":"A small and very dangerous R package. You can create a vector on the heap from R. Therefore, three classes exist: bool, integer and numeric which create the memory during the construction. The memory is not automatically freed. You have to use the method delete in order to three the memory.","archived":false,"fork":false,"pushed_at":"2023-02-06T15:22:54.000Z","size":5334,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T08:49:01.951Z","etag":null,"topics":["c","cpp","pointer","r","rstats"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Konrad1991.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":"2022-03-22T17:30:02.000Z","updated_at":"2024-10-09T13:18:50.000Z","dependencies_parsed_at":"2023-04-07T08:36:42.834Z","dependency_job_id":null,"html_url":"https://github.com/Konrad1991/RPointer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Konrad1991/RPointer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konrad1991%2FRPointer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konrad1991%2FRPointer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konrad1991%2FRPointer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konrad1991%2FRPointer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Konrad1991","download_url":"https://codeload.github.com/Konrad1991/RPointer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konrad1991%2FRPointer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32713868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","cpp","pointer","r","rstats"],"created_at":"2024-12-16T05:10:08.996Z","updated_at":"2026-05-06T22:07:21.778Z","avatar_url":"https://github.com/Konrad1991.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RPointer\n\nA small and **very dangerous** R package. You can create a vector on the heap from R. Therefore, three classes exist: *bool*, *integer* and *numeric* which create the memory during the construction. The memory is not automatically freed. You have to use the method *delete* in order to three the memory. Furthermore, the following methods are implemented:\n\n* size --\u003e returns the size of the vector\n* print --\u003e prints vector elements on console\n* [[ --\u003e for indexing; Index starts at 0 not 1!\n* resize --\u003e for resizing the vector\n\n```R\n# Installation:\nremotes::install_github(\"konrad1991/RPointer\")\n# bool values\nb \u003c- bools$new(10)\nb$print()\nb$delete()\n# integer vector\ni \u003c- integer$new(5)\ni[[1]] \u003c- 2\ni$print()\ni$resize(4)\ni$print()\ni$delete()\n# double vector\nd \u003c- numeric$new(6)\nd[[1]] \u003c- 4\nd[[2]] \u003c- d[[1]]*5\nd$print()\nd$delete()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonrad1991%2Frpointer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonrad1991%2Frpointer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonrad1991%2Frpointer/lists"}