{"id":21614412,"url":"https://github.com/sciviews/svbase","last_synced_at":"2025-03-18T16:45:35.761Z","repository":{"id":56794140,"uuid":"525353446","full_name":"SciViews/svBase","owner":"SciViews","description":"Base SciViews R functions to manage data frames and other main objects","archived":false,"fork":false,"pushed_at":"2024-07-05T09:05:57.000Z","size":4187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-24T20:36:46.715Z","etag":null,"topics":["data-frame","r","r-package","sciviews"],"latest_commit_sha":null,"homepage":"https://www.sciviews.org/svBase/","language":"R","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/SciViews.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-08-16T11:39:24.000Z","updated_at":"2024-07-05T09:06:01.000Z","dependencies_parsed_at":"2024-05-01T15:13:34.476Z","dependency_job_id":"56249854-2fc0-4130-99c0-41e9cbbda5fa","html_url":"https://github.com/SciViews/svBase","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvBase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvBase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvBase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvBase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SciViews","download_url":"https://codeload.github.com/SciViews/svBase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244265126,"owners_count":20425653,"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","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":["data-frame","r","r-package","sciviews"],"created_at":"2024-11-24T22:07:54.912Z","updated_at":"2025-03-18T16:45:35.733Z","avatar_url":"https://github.com/SciViews.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base Objects like Data Frames for 'SciViews::R' \u003ca href='https://www.sciviews.org/svBase'\u003e\u003cimg src='man/figures/logo.png' align='right' height='139'/\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n\n[![R-CMD-check](https://github.com/SciViews/svBase/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/SciViews/svBase/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/SciViews/svBase/branch/main/graph/badge.svg)](https://codecov.io/gh/SciViews/svBase?branch=main) [![CRAN status](https://www.r-pkg.org/badges/version/svBase)](https://cran.r-project.org/package=svBase) [![r-universe status](https://sciviews.r-universe.dev/badges/svBase)](https://sciviews.r-universe.dev/svBase) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n\n\u003c!-- badges: end --\u003e\n\n{svBase} sets up the way data frames (with objects like R base's **data.frame**, **data.table** and tibble **tbl_df**) are managed in SciViews. The user can select the class of object it uses by default and many other SciViews functions return that format. Also conversion from one to the other is smoothed, including for the management of **data.frame**'s row names or **data.table**'s keys. Also homogeneous ways to create a data frame or to print it are also provided.\n\n## Installation\n\n{svBase} is not available from CRAN yet. You should install it from the [SciViews R-Universe](https://sciviews.r-universe.dev). To install this package and its dependencies, run the following command in R:\n\n```{r, eval=FALSE}\ninstall.packages('svBase', repos = c('https://sciviews.r-universe.dev',\n  'https://cloud.r-project.org'))\n```\n\nYou can also install the latest development version. Make sure you have the {remotes} R package installed:\n\n``` r\ninstall.packages(\"remotes\")\n```\n\nUse `install_github()` to install the {svBase} package from Github (source from **main** branch will be recompiled on your machine):\n\n``` r\nremotes::install_github(\"SciViews/svBase\")\n```\n\nR should install all required dependencies automatically, and then it should compile and install {svBase}.\n\n## Further explore {svBase}\n\nYou can get further help about this package this way: Make the {svBase} package available in your R session:\n\n``` r\nlibrary(\"svBase\")\n```\n\nGet help about this package:\n\n``` r\nlibrary(help = \"svBase\")\nhelp(\"svBase-package\")\nvignette(\"svBase\") # None is installed with install_github()\n```\n\nFor further instructions, please, refer to the help pages at \u003chttps://www.sciviews.org/svBase/\u003e.\n\n## Code of Conduct\n\nPlease note that the {svBase} package is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciviews%2Fsvbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsciviews%2Fsvbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciviews%2Fsvbase/lists"}