Package: goserveR Type: Package Title: HTTP(S) File Server with Range Requests and Unbounded CORS Using 'go' Version: 0.1.3-0.9000 Authors@R: c( person(given = c("Sounkou", "Mahamane"), family = "Toure", role = c("aut", "cre"), email = "sounkoutoure@gmail.com")) Description: Provides a lightweight HTTP(S) file server implemented in Go and exposed to R. It supports range requests, configurable CORS and COOP headers, and optional TLS. The package builds and runs a background server that can be cleanly shut down from R using an OS pipe and C/Go interop. Asynchronous log handling is also supported. License: GPL (>= 3) Depends: R (>= 4.4.0) Imports: utils SystemRequirements: Go (https://golang.org), GNU make URL: https://github.com/sounkou-bioinfo/goServeR BugReports: https://github.com/sounkou-bioinfo/goServeR/issues RoxygenNote: 7.3.2 Encoding: UTF-8 Suggests: tinytest, curl Config/pak/sysreqs: make Repository: https://sounkou-bioinfo.r-universe.dev Date/Publication: 2026-04-14 17:02:20 UTC RemoteUrl: https://github.com/sounkou-bioinfo/goServeR RemoteRef: HEAD RemoteSha: f2d90087edf5352b124392a28f14d5b66792162f NeedsCompilation: yes Packaged: 2026-06-24 02:04:07 UTC; root Author: Sounkou Mahamane Toure [aut, cre] Maintainer: Sounkou Mahamane Toure