Changes in version 0.3.0.9000 Changes in version 0.3.0 (2025-05-07) - Allow for not randomizing slide order by setting random = FALSE (#25) - Allow for building decks from CSV files without internet connection (#26) - Properly display LaTeX code in terms (#27) - Remove pipe from code Changes in version 0.2.0 (2024-12-08) - Create extract_code(), extract_functions(), and build_functions_df() functions to extract R functions from R Markdown and Quarto documents and build data frames for flashcard decks. - Allow for the ability to run flashcard() on data frames. Changes in version 0.1.2 (2024-03-15) - Allow the export of Rmd files (#19) - Fix bug to allow :: operator in decks (#18) Changes in version 0.1.1 (2023-03-28) - Include new hex logo - Switch recommended GitHub install from {devtools} to {remotes} package - Make examples run only in interactive mode - Skip testing on CRAN Changes in version 0.1.0 (2022-11-22) - Create utility function to check if internet resources are available; otherwise, fail gracefully Changes in version 0.0.4 - Users can create their own decks by drawing functions from the flashr_decks repo function list - Update links to the flashr_decks website - Fix bug that caused fatal error when flashcard() was applied to decks with no package for items Changes in version 0.0.3 - When listing decks, read in a CSV of available decks rather than reading in all of the actual decks - Allow users to change font color of text and links - Post screen capture video example to README - Fix bug of {NA} output when package = TRUE but no package is included for term Changes in version 0.0.2 - Include column of URLs to CSV files that create links to documentation for terms - Allow users to customize font size of presentations - Allow output directly to default browser rather than RStudio viewer - Add precommit hooks to reduce commit errors - Add codemeta.json Changes in version 0.0.1 - Create a NEWS.md file to track changes to the package.