{"id":19834146,"url":"https://github.com/sciviews/svhttp","last_synced_at":"2025-10-08T15:57:46.351Z","repository":{"id":56937752,"uuid":"132008373","full_name":"SciViews/svHttp","owner":"SciViews","description":"HTTP server for R","archived":false,"fork":false,"pushed_at":"2025-08-26T09:29:52.000Z","size":1281,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-26T11:47:22.798Z","etag":null,"topics":["r","sciviews","server"],"latest_commit_sha":null,"homepage":"https://www.sciviews.org/svHttp/","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.Rmd","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,"zenodo":null}},"created_at":"2018-05-03T14:37:27.000Z","updated_at":"2025-08-26T09:26:01.000Z","dependencies_parsed_at":"2025-08-26T11:17:38.912Z","dependency_job_id":"150f908b-27f0-403d-b3a3-8f92b8dde6c6","html_url":"https://github.com/SciViews/svHttp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SciViews/svHttp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvHttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvHttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvHttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvHttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SciViews","download_url":"https://codeload.github.com/SciViews/svHttp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvHttp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278972318,"owners_count":26078017,"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-08T02:00:06.501Z","response_time":56,"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":["r","sciviews","server"],"created_at":"2024-11-12T12:03:19.407Z","updated_at":"2025-10-08T15:57:46.346Z","avatar_url":"https://github.com/SciViews.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(collapse = TRUE, comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\", out.width = \"100%\")\n```\n\n# 'SciViews::R' - Http Server \u003ca href=\"https://www.sciviews.org/svHttp\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"138\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/SciViews/svHttp/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/SciViews/svHttp/actions/workflows/R-CMD-check.yaml)\n[![codecov](https://codecov.io/gh/SciViews/svHttp/graph/badge.svg?token=7pFvANuW8O)](https://codecov.io/gh/SciViews/svHttp)\n[![CRAN Status](https://www.r-pkg.org/badges/version/svHttp)](https://cran.r-project.org/package=svHttp)\n[![r-universe status](https://sciviews.r-universe.dev/badges/svHttp)](https://sciviews.r-universe.dev/svHttp)\n[![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html)\n[![Life cycle stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)\n\u003c!-- badges: end --\u003e\n\nA HTTP server that allows for another process to connect to R and to interact with it as if it was at the command line directly.\n\n## Installation\n\nThe latest stable version of {svHttp} can simply be installed from [CRAN](http://cran.r-project.org):\n\n``` r\ninstall.packages(\"svHttp\")\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 {svHttp} package from GitHub (source from **master** branch will be recompiled on your machine):\n\n``` r\nremotes::install_github(\"SciViews/svSocket\")\n```\n\nR should install all required dependencies automatically, and then it should compile and install {svHttp}.\n\nLatest devel version of {svHttp} (source + Windows binaries for the latest stable version of R at the time of compilation) is also available from [appveyor](https://ci.appveyor.com/project/phgrosjean/svHttp/build/artifacts).\n\n## Further explore {svHttp}\n\nYou can get further help about this package this way: Make the {svHttp} package available in your R session:\n\n``` r\nlibrary(\"svHttp\")\n```\n\nGet help about this package:\n\n``` r\nlibrary(help = \"svHttp\")\nhelp(\"svHttp-package\")\nvignette(\"svHttp\") # None is installed with install_github()\n```\n\nFor further instructions, please, refer to these help pages at \u003chttps://www.sciviews.org/svHttp/\u003e.\n\n## Code of Conduct\n\nPlease note that the {svHttp} project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By 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 latest [R-Forge version](https://r-forge.r-project.org/projects/sciviews/) was moved to this GitHub repository on 2016-03-18 (SVN version 569). **Please, do not use R-Forge anymore for SciViews development, use this Github repository instead.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciviews%2Fsvhttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsciviews%2Fsvhttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciviews%2Fsvhttp/lists"}