{"id":16472941,"url":"https://github.com/elipousson/isstatic","last_synced_at":"2026-05-13T15:43:16.267Z","repository":{"id":63230723,"uuid":"566153251","full_name":"elipousson/isstatic","owner":"elipousson","description":"A R package for Dependency-Free Object Tests","archived":false,"fork":false,"pushed_at":"2026-05-07T05:34:28.000Z","size":1492,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-07T07:34:31.354Z","etag":null,"topics":["rpackage","rstats"],"latest_commit_sha":null,"homepage":"https://elipousson.github.io/isstatic/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elipousson.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-15T04:16:23.000Z","updated_at":"2026-05-07T05:32:12.000Z","dependencies_parsed_at":"2023-02-13T00:45:44.051Z","dependency_job_id":"a0e5a805-9aa8-4904-8137-fc3c46480de5","html_url":"https://github.com/elipousson/isstatic","commit_stats":{"total_commits":80,"total_committers":1,"mean_commits":80.0,"dds":0.0,"last_synced_commit":"29ce2ff9a0206386c67cc41585f11fa8be42f947"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/elipousson/isstatic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipousson%2Fisstatic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipousson%2Fisstatic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipousson%2Fisstatic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipousson%2Fisstatic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elipousson","download_url":"https://codeload.github.com/elipousson/isstatic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipousson%2Fisstatic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32989873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"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":["rpackage","rstats"],"created_at":"2024-10-11T12:19:05.179Z","updated_at":"2026-05-13T15:43:16.248Z","avatar_url":"https://github.com/elipousson.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# isstatic\n\n\u003c!-- badges: start --\u003e\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-brightgreen.svg)](http://creativecommons.org/publicdomain/zero/1.0/)\n\u003c!-- badges: end --\u003e\n\nThe goal of isstatic is to provide a convenient set of static functions for checking object class inheritance, regex pattern matching, extracting attributes, and basic type conversion.\n\nI've used and reused these functions across a number of different packages so using [staticimports](https://github.com/wch/staticimports) is also intended as a way to keep those functions standardized across projects. This package is inspired by the [stringstatic](https://github.com/rossellhayes/stringstatic/) package by  Alex Rossell Hayes.\n\n## Installation\n\nYou can install the development version of isstatic like so:\n\n``` r\npak::pkg_install(\"elipousson/isstatic\")\n```\n## Usage\n\nTo import functions from `isstatic` into your package, put a comment block starting with `# @staticimports pkg:isstatic` in one of your R source files.\n\nFor example, your `utils.R` file may have this at the top:\n\n```\n# @staticimports pkg:isstatic\n#  is_sf is_bbox is_url\n```\n\n`pkg:isstatic` means you will import functions from the `stringstatic` package.\nYou can find many other useful functions in [`pkg:staticimports`](https://github.com/wch/staticimports).\n\nSubsequent lines list the objects to import from the package.\nIn this case, they are `is_sf()`, `is_bbox()` and `is_url()`.\n\nTo perform the import, run:\n\n```r\nstaticimports::import()\n```\n\nBy default, this will write the functions to an `R/staticimports.R` file in your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felipousson%2Fisstatic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felipousson%2Fisstatic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felipousson%2Fisstatic/lists"}