Package: inline Version: 0.3.21 Date: 2025-01-08 Title: Functions to Inline C, C++, Fortran Function Calls from R Authors@R: c(person("Oleg", "Sklyar", role = "aut"), person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Romain", "Francois", role = "aut", comment = c(ORCID = "0000-0002-2444-4226")), person("Mike", "Smith", role = "ctb"), person("Duncan", "Murdoch", role = "ctb"), person("Karline", "Soetaert", role = "ctb", comment = c(ORCID = "0000-0003-4603-7100")), person("Johannes", "Ranke", role = "ctb", comment = c(ORCID = "0000-0003-4371-6538"))) Imports: methods Suggests: Rcpp, tinytest Description: Functionality to dynamically define R functions and S4 methods with 'inlined' C, C++ or Fortran code supporting the .C and .Call calling conventions. License: LGPL Copyright: Oleg Sklyar, 2005-2010 and other authors per their commits LazyLoad: yes URL: https://github.com/eddelbuettel/inline, https://dirk.eddelbuettel.com/code/inline.html BugReports: https://github.com/eddelbuettel/inline/issues Repository: https://fastverse.r-universe.dev Date/Publication: 2025-12-31 03:08:49 UTC RemoteUrl: https://github.com/eddelbuettel/inline RemoteRef: HEAD RemoteSha: 720c4209cb2df3c8aaefb15408b4bc4deabb21aa NeedsCompilation: no Packaged: 2026-06-14 07:17:49 UTC; root Author: Oleg Sklyar [aut], Dirk Eddelbuettel [aut, cre] (ORCID: ), Romain Francois [aut] (ORCID: ), Mike Smith [ctb], Duncan Murdoch [ctb], Karline Soetaert [ctb] (ORCID: ), Johannes Ranke [ctb] (ORCID: ) Maintainer: Dirk Eddelbuettel