Skip to content

Commit

Permalink
Fixed the repair_refs!
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMattG committed Dec 19, 2024
1 parent 7f671dd commit 9bd2427
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
33 changes: 17 additions & 16 deletions .Rproj.user/shared/notebooks/paths
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/bibfix/R/decode_dois.R="F95AE8CF"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/bibfix/inst/shiny-examples/bibfix/app.R="16CC443D"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/bibfix/inst/shiny-examples/bibfix/build_ris.R="6F85CBC8"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/bibfix/inst/shiny-examples/bibfix/decode_dois.R="94F305F8"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/bibfix/inst/shiny-examples/bibfix/functions.R="0E38325C"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/bibfix/inst/shiny-examples/bibfix/google-analytics.html="FF9CB785"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/bibfix/inst/shiny-examples/bibfix/plot_health.R="B7F16593"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/bibfix/inst/shiny-examples/bibfix/repair_refs.R="3FACFBA9"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/bibfix/inst/shiny-examples/bibfix/scan_file.R="13B1F476"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/bibfix/inst/shiny-examples/bibfix/search_openAlex.R="EF8B2266"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/citationchaser private/citationchaser/inst/shiny-examples/citationchaser/app.R="03706E48"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/citationchaser private/citationchaser/inst/shiny-examples/citationchaser/functions.R="032381A8"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/citationchaser private/citationchaser/inst/shiny-examples/citationchaser/mixed_id_wrapper.R="8380540F"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/citationchasertest/inst/shiny-examples/citationchasertest/app.R="A216DC70"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/citationchasertest/inst/shiny-examples/citationchasertest/functions.R="D49257AD"
/Users/nealhaddaway/OneDrive - SEI/ESHackathon/4.Remote 2020/citationchasertest/inst/shiny-examples/citationchasertest/mixed_id_wrapper.R="F1817740"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/DESCRIPTION="6FA2B510"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/R/build_ris.R="EC8188C9"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/R/decode_dois.R="136028EC"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/R/dev/fill_blanks.R="0C299367"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/R/fill_blanks.R="1AA9D749"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/R/functions.R="D6783113"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/R/plot_health.R="24D8B67D"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/R/repair_refs.R="81AE1A63"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/R/runBibfixApp.R="D70915BB"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/R/scan_file.R="5A66CA1E"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/R/search_openAlex.R="0AA59F97"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/R/update_retractionwatch_data.R="1A74B192"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/inst/extdata/data.csv="708A568C"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/inst/shiny-examples/bibfix/app.R="CF9E49B4"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/inst/shiny-examples/bibfix/www/Factory_Scholar.ris="25D08583"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/inst/shiny-examples/bibfix/www/Forest_scholar.ris="FA10FDC7"
C:/Users/matthew.grainger/Documents/Projects_in_development/bibfix/inst/shiny-examples/bibfix/www/lookup_table.txt="6CF87D1B"
3 changes: 2 additions & 1 deletion R/repair_refs.R
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,8 @@ refs<-refs |>
}
)

}}
}}
}
####End DOI section####

####Title section####
Expand Down
1 change: 1 addition & 0 deletions bibfix.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: d6840c25-e3c9-4b07-ae51-2b0d37656448

RestoreWorkspace: Default
SaveWorkspace: Default
Expand Down

0 comments on commit 9bd2427

Please sign in to comment.