{"id":20624845,"url":"https://github.com/sciviews/svmisc","last_synced_at":"2025-10-08T12:13:41.328Z","repository":{"id":51131694,"uuid":"53993749","full_name":"SciViews/svMisc","owner":"SciViews","description":"Miscellaneous functions for SciViews or general use","archived":false,"fork":false,"pushed_at":"2024-11-14T11:20:36.000Z","size":5637,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T15:02:42.520Z","etag":null,"topics":["cran","gui","r","r-package","sciviews"],"latest_commit_sha":null,"homepage":"https://www.sciviews.org/svMisc/","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":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-03-16T02:15:54.000Z","updated_at":"2024-11-14T11:18:50.000Z","dependencies_parsed_at":"2024-05-01T12:16:54.807Z","dependency_job_id":"8243d20c-64c1-4ff4-b3af-197e6ddbb7ab","html_url":"https://github.com/SciViews/svMisc","commit_stats":{"total_commits":89,"total_committers":2,"mean_commits":44.5,"dds":"0.022471910112359605","last_synced_commit":"79bb9c99eb4629089386ee22e8a88bd915060cf9"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvMisc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvMisc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvMisc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvMisc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SciViews","download_url":"https://codeload.github.com/SciViews/svMisc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249094932,"owners_count":21211837,"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":["cran","gui","r","r-package","sciviews"],"created_at":"2024-11-16T13:06:56.990Z","updated_at":"2025-10-08T12:13:41.323Z","avatar_url":"https://github.com/SciViews.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n# ‘SciViews::R’ - Miscellaneous Functions \u003ca href=\"https://www.sciviews.org/svMisc\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"138\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n\n[![R-CMD-check](https://github.com/SciViews/svMisc/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/SciViews/svMisc/actions/workflows/R-CMD-check.yaml)\n[![codecov](https://codecov.io/gh/SciViews/svMisc/graph/badge.svg?token=1YyLPD4HkZ)](https://codecov.io/gh/SciViews/svMisc)\n[![CRAN\nstatus](https://www.r-pkg.org/badges/version/svMisc)](https://cran.r-project.org/package=svMisc)\n[![r-universe\nstatus](https://sciviews.r-universe.dev/badges/svMisc)](https://sciviews.r-universe.dev/svMisc)\n[![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html)\n[![Lifecycle:\nstable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n\u003c!-- badges: end --\u003e\n\n{svMisc} provides a series of functions that are used by the other\npackages that make the SciViews::R dialect. You can also use most of\nthem directly, like a progress bar, a function to run analyses in batch\n(and recover in case of error), management of a temporary environment,\netc.\n\n## Installation\n\n{svMisc} is available from CRAN, but it is an old version. You should\ninstall it from the [SciViews\nR-Universe](https://sciviews.r-universe.dev). To install this package\nand its dependencies, run the following command in R:\n\n``` r\ninstall.packages('svMisc', repos = c('https://sciviews.r-universe.dev',\n  'https://cloud.r-project.org'))\n```\n\nAn older version of {svMisc} can be installed from\n[CRAN](http://cran.r-project.org):\n\n``` r\ninstall.packages(\"svMisc\")\n```\n\nYou can also install the latest development version. Make sure you have\nthe {remotes} R package installed:\n\n``` r\ninstall.packages(\"remotes\")\n```\n\nUse `install_github()` to install the {svMisc} package from GitHub\n(source from **main** branch will be recompiled on your machine):\n\n``` r\nremotes::install_github(\"SciViews/svMisc\")\n```\n\nR should install all required dependencies automatically, and then it\nshould compile and install {svMisc}.\n\n## Further explore {svMisc}\n\nYou can get further help about this package this way: Make the {svMisc}\npackage available in your R session:\n\n``` r\nlibrary(\"svMisc\")\n```\n\nGet help about this package:\n\n``` r\nlibrary(help = \"svMisc\")\nhelp(\"svMisc-package\")\nvignette(\"svMisc\") # None is installed with install_github()\n```\n\nFor further instructions, please, refer to the help pages at\n\u003chttps://www.sciviews.org/svMisc/\u003e.\n\n## Code of Conduct\n\nPlease note that the {svMisc} package is released with a [Contributor\nCode of\nConduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html).\nBy contributing to this project, you agree to abide by its terms.\n\n## Note to developers\n\nThis package used to be developed on R-Forge in the past. However, the\nlatest [R-Forge\nversion](https://r-forge.r-project.org/projects/sciviews/) was moved to\nthis Github repository on 2016-03-16 (SVN version 569). **Please, do not\nuse R-Forge anymore for SciViews development, use this Github repository\ninstead.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciviews%2Fsvmisc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsciviews%2Fsvmisc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciviews%2Fsvmisc/lists"}