Source: PR #168 review (round 1, item #4)
In mod_citation_audit.R:529, the numericInput for min frequency has min = 2, preventing users from typing 1 to see all papers. Combined with value = 2 default, papers appearing in only one seed are permanently hidden with no way to reveal them. Change to min = 1.
Source: PR #168 review (round 1, item #4)
In
mod_citation_audit.R:529, thenumericInputfor min frequency hasmin = 2, preventing users from typing1to see all papers. Combined withvalue = 2default, papers appearing in only one seed are permanently hidden with no way to reveal them. Change tomin = 1.