bensutherland / simple_pop_stats

A short analysis of population statistics given specific inputs
5 stars 1 forks source link

on_network variable not being recognizing, causes select_species to fail #10

Open bensutherland opened 3 years ago

bensutherland commented 3 years ago

Workaround is setting the variable manually, then sourcing the start script:

on_network <- TRUE

erondeau commented 3 years ago

Haha, my personal version of this:

# User entry to determine if on local network or offline
#setup_network()
on_network <- FALSE
# User entry to set species for filling in variables
select_species()

I like how we both independently patched, but not fixed!