You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the adv-r repo and did "Build Book". Had errors pointing to a block of code in Translation.Rmd and complaining that con parameter does not have a default value. I added con = simulate_sqlite() to the translate_sql calls and it seemed to stop the errors.
NOTE: I have no idea what translate_sql, simulate_sqlite mean; this might not be the value of con that should be used.
The text was updated successfully, but these errors were encountered:
I cloned the adv-r repo and did "Build Book". Had errors pointing to a block of code in Translation.Rmd and complaining that con parameter does not have a default value. I added
con = simulate_sqlite()
to the translate_sql calls and it seemed to stop the errors.NOTE: I have no idea what translate_sql, simulate_sqlite mean; this might not be the value of con that should be used.
The text was updated successfully, but these errors were encountered: