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
flashr 0.2.0
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.
flashr 0.1.2
Allow the export of Rmd files (#19)
Fix bug to allow :: operator in decks (#18)
flashr 0.1.1
Include new hex logo
Switch recommended GitHub install from {devtools} to {remotes}
package
Make examples run only in interactive mode
Skip testing on CRAN
flashr 0.1.0
Create utility function to check if internet resources are
available; otherwise, fail gracefully