Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: Citation related functions used in dynamic reporting - particularil
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.3
Suggests:
RefManageR,
testthat (>= 3.0.0),
Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export(xct_keys_extract_table)
export(xct_keys_guess_match)
export(xct_keys_to_inline)
export(xct_keys_to_inline_table_col)
export(xct_keys_to_xref)
importFrom(RefManageR,ReadBib)
importFrom(chk,chk_character)
importFrom(chk,chk_data)
importFrom(chk,chk_file)
Expand Down
File renamed without changes.
4,384 changes: 3,271 additions & 1,113 deletions inst/extdata/NewGraphEnvironment.bib

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion inst/extdata/xct_xref_citations_match.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ ciottiDesignCriteriaProcessBased2021a,wheaton2021LowtechProcessBased,ciotti_etal
flnroBulkleyRiverAngling2013,flnro2013OverviewAngling,flnro2013BulkleyRiver
gottesfeldConservingSkeenaFish2002,gottesfeld_rabnett2007SkeenaFish,gottesfeld_etal2002ConservingSkeena
gottesfeldSkeenaFishPopulations2007,gottesfeld_etal2009CaseHistory,gottesfeld_rabnett2007SkeenaFish
wilsonFishPassageAssessment2007,moe2021PSCISAssessments,wilson_rabnett2007FishPassage
wilsonFishPassageAssessment2007,moe2021PSCISAssessments,wilson_rabnett2007FishPassage,
Bramblett_2002,Bailey2004,bramblett_etal2002SeasonalUse
27 changes: 0 additions & 27 deletions man/xct_assemble.Rd

This file was deleted.

6 changes: 1 addition & 5 deletions man/xct_bib_clean.Rd

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

31 changes: 0 additions & 31 deletions man/xct_format.Rd

This file was deleted.

33 changes: 0 additions & 33 deletions man/xct_format_single.Rd

This file was deleted.

6 changes: 1 addition & 5 deletions man/xct_keys_extract.Rd

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

6 changes: 1 addition & 5 deletions man/xct_keys_to_inline.Rd

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

53 changes: 0 additions & 53 deletions man/xct_keys_to_xref.Rd

This file was deleted.

2 changes: 1 addition & 1 deletion tests/testthat/test-xct_keys_to_inline.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ testthat::test_that("xct_keys_to_inline runs and returns character", {
"test this [@busch_etal2011LandscapeLevelModela] and that @woll_etal2017SalmonEcological",
path_bib
)
testthat::expect_equal(result, "test this (Busch et al. 2011) and that Woll, Albert, and Whited (2017)") # Checks if result is a tibble
testthat::expect_equal(result, "test this (Busch et al. 2011) and that Woll et al. (2017)") # Checks if result is a tibble
})


Expand Down