drofphilosophe / USElecData

Apache License 2.0
1 stars 0 forks source link

package mask issue #14

Closed backslashpaige closed 1 year ago

backslashpaige commented 1 year ago

https://github.com/drofphilosophe/USElecData/blob/ef18a2f4986708677f49509d8e42a1b7968a0eea/src/EPA-CEMS/netToGrossCalculation.R#L234

for me I had to add:

count = dplyr::count

in order for the count function to work. but once i did that it worked. stack exchange tells me its a package masking issue.