Skip to content

Commit

Permalink
Merge pull request #7 from A2-ai/table_footnote_bug_fix
Browse files Browse the repository at this point in the history
fixed bug in add_table_footnotes.py updated notes_text to True instea…
  • Loading branch information
jacobdum authored Nov 19, 2024
2 parents a235689 + a579016 commit 966a61c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: reportifyr
Title: Create reproducible reports with quarto and word
Version: 0.2.4
Version: 0.2.5
Authors@R: c(
person("Jacob", "Dumbleton", , "[email protected]", role = c("aut", "cre")),
person("Matthew", "Smith", , "[email protected]", role = "aut"),
Expand All @@ -10,7 +10,7 @@ Authors@R: c(
person("Agnes", "Kim", , "[email protected]", role = "aut"),
person("Anne", "Zheng", , "[email protected]", role = "aut"),
person("Jenna", "Johnson", , "[email protected]", role = "aut"),
person("Fernando", "Carreno", , "[email protected]", role = "ctb"),
person("Fernando", "Carreno", , "[email protected]", role = "aut"),
person("Kashyap", "Patel", , "[email protected]", role = "ctb"),
person("Maxwell", "Chirehwa", , "[email protected]", role = "ctb"),
person("Wesley", "Cummings", , "[email protected]", role = "ctb"),
Expand Down
2 changes: 1 addition & 1 deletion inst/scripts/add_table_footnotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def create_meta_text_lines(footnotes, metadata, include_object_path):
notes_text += f". {note}"
else:
notes_text += f"Notes: {note}"
notes_text = True
notes_added = True

if not notes_added:
notes_text += "Notes N/A"
Expand Down
2 changes: 1 addition & 1 deletion man/reportifyr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 966a61c

Please sign in to comment.