Package: sfcr Title: Simulate Stock-Flow Consistent Models Version: 0.2.3 Authors@R: person(given = "Joao", family = "Macalos", role = c("aut", "cre"), email = "joaomacalos@gmail.com", comment = c(ORCID = "https://orcid.org/0000-0001-6050-6394")) Description: Routines to write, simulate, and validate stock-flow consistent (SFC) models. The accounting structure of SFC models are described in Godley and Lavoie (2007, ISBN:978-1-137-08599-3). The algorithms implemented to solve the models (Gauss-Seidel and Broyden) are described in Kinsella and O'Shea (2010) and Peressini and Sullivan (1988, ISBN:0-387-96614-5). License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 URL: https://github.com/joaomacalos/sfcr BugReports: https://github.com/joaomacalos/sfcr/issues Imports: dplyr (>= 1.0.2), expm (>= 0.999.5), forcats (>= 0.5.0), igraph (>= 1.2.6), kableExtra (>= 1.3.1), magrittr (>= 1.5), purrr (>= 0.3.4), Rdpack (>= 2.1), rootSolve (>= 1.8.2.1), rlang (>= 0.4.7), tibble (>= 3.0.3), tidyr (>= 1.1.2), tidyselect (>= 1.1.0), stringr (>= 1.4.0), utils, vctrs (>= 0.3.5), Rcpp (>= 1.0.5) Suggests: ggraph, ggplot2, grDevices, knitr, pkgdown, rmarkdown, RColorBrewer, testthat (>= 2.3.2), tidygraph, tidyverse, networkD3 VignetteBuilder: knitr RdMacros: Rdpack LinkingTo: Rcpp, RcppArmadillo Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev libglpk-dev make libharfbuzz-dev libicu-dev libpng-dev libuv1-dev libxml2-dev Repository: https://joaomacalos.r-universe.dev Date/Publication: 2025-10-09 21:08:36 UTC RemoteUrl: https://github.com/joaomacalos/sfcr RemoteRef: HEAD RemoteSha: c0c3e21b8bf51883e1f0e6a2467b67144872433a NeedsCompilation: yes Packaged: 2026-07-08 06:29:15 UTC; root Author: Joao Macalos [aut, cre] (ORCID: ) Maintainer: Joao Macalos