# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "ast2ast" in publications use:' type: software license: GPL-2.0-only title: 'ast2ast: Translates an R Function to a C++ Function' version: '0.4' doi: 10.32614/CRAN.package.ast2ast abstract: Enable translation of a tiny subset of R to C++. The user has to define a R function which gets translated. For a full list of possible functions check the documentation. After translation an R function is returned which is a shallow wrapper around the C++ code. Alternatively an external pointer to the C++ function is returned to the user. The intention of the package is to generate fast functions which can be used as ode-system or during optimization. authors: - family-names: Konrad given-names: Krämer email: konrad_kraemer@yahoo.de repository: https://fastverse.r-universe.dev repository-code: https://github.com/Konrad1991/ast2ast commit: 1fd466ed1d62f89423fb137c7e46251190e8fdfe url: https://github.com/Konrad1991/ast2ast date-released: '2024-06-06' contact: - family-names: Konrad given-names: Krämer email: konrad_kraemer@yahoo.de