# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "goserveR" in publications use:' type: software license: GPL-2.0-or-later title: 'goserveR: HTTP File Server with Range Requests and Unbounded CORS using Go' version: 0.1.0 doi: 10.32614/CRAN.package.goserveR abstract: This package provides an interface to an HTTP file server written in Go using Copilot. The server supports range requests and unbounded CORS. It uses the cgo package to call Go functions from R, following the guide at https://purrple.cat/blog/2017/05/14/calling-go-from-r/. authors: - family-names: Toure given-names: Sounkou Mahammane email: sounkoutoure@gmail.com - email: sounkoutoure@gmail.com repository: https://sounkou-bioinfo.r-universe.dev commit: b83689872372a072cb98db5a5503967199c163d5 contact: - family-names: Toure given-names: Sounkou Mahammane email: sounkoutoure@gmail.com - email: sounkoutoure@gmail.com