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
Problem: The gcm names in climR have "-" which is a special character. On line 158 climateCastor attempts to name a SQLite table using this special character which is invalid.
Solution: Naming of the tables in castor should be special character safe
Problem: The gcm names in climR have "-" which is a special character. On line 158 climateCastor attempts to name a SQLite table using this special character which is invalid.
Solution: Naming of the tables in castor should be special character safe