# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "kindling" in publications use:' type: software license: MIT title: 'kindling: Higher-Level Interface of ''torch'' Package to Auto-Train Neural Networks' version: 0.3.1 identifiers: - type: doi value: 10.32614/CRAN.package.kindling abstract: Provides a higher-level interface to the 'torch' package for defining, training, and fine-tuning neural networks through code generation. The package supports several architectures, including feedforward (multi-layer perceptron) and recurrent neural networks (RNN, LSTM, GRU), while reducing boilerplate 'torch' code. Model training methods also bridge to machine learning frameworks in R, particularly the 'tidymodels' ecosystem, including 'parsnip' model specifications, workflows, recipes, and tuning tools. authors: - family-names: Marie given-names: Joshua email: joshua.marie.k@gmail.com - family-names: Soetewey given-names: Antoine email: ant.soetewey@gmail.com orcid: https://orcid.org/0000-0001-8159-0804 preferred-citation: type: manual title: 'kindling: Higher-Level Interface of ''torch'' Package to Auto-Train Neural Networks' authors: - family-names: Marie given-names: Joshua email: joshua.marie.k@gmail.com year: '2026' notes: R package version 0.3.1 repository: https://cran.r-universe.dev repository-code: https://github.com/joshuamarie/kindling commit: e6a3dd3e4b8ac1cda932eb1224ae8656fbb6fe4f url: https://kindling.joshuamarie.com date-released: '2026-07-02' contact: - family-names: Marie given-names: Joshua email: joshua.marie.k@gmail.com