Package: RcppAsioExample Type: Package Title: A Simple Example of Using 'Asio' from 'R' via 'Rcpp' Version: 0.0.1.1 Date: 2023-03-30 Authors@R: person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")) Description: The 'AsioHeader' packages brings the 'Asio' library in a header-only format to R. This package illustrates its use via a simple example, and be used as a test whether all relevant packages are correctly setup to allow compilation. License: GPL (>= 2) Imports: Rcpp (>= 1.0.0) LinkingTo: Rcpp, AsioHeaders RoxygenNote: 6.0.1 Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2024-09-13 00:22:07 UTC RemoteUrl: https://github.com/eddelbuettel/rcppasioexample RemoteRef: HEAD RemoteSha: c146a6056fb4527dc57ea3612f11572f8a88d62e NeedsCompilation: yes Packaged: 2026-07-04 20:54:02 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ) Maintainer: Dirk Eddelbuettel