bcgov / bcgov-r-geo-workshop

Some lessons & resources supporting an R geospatial workshop & hackathon
Other
26 stars 10 forks source link
citz data-science env flnr r rstats

img

bcgov-r-geo-workshop

This repository contains lessons & resources supporting a FLNRO-sponsored bcgov North Area R Geospatial Workshop & Hackathon staff-driven training event in Prince George, British Columbia (November 5-8, 2019).

Here, you will find:


Event Details


Course Materials

If you are a course attendee, please note that course materials should be downloaded after November 5th

To download course materials and open an instance of RStudio, please run this code:

if (requireNamespace("usethis")) {
  install.packages("usethis")
}
library(usethis)
use_course("bcgov/bcgov-r-geo-workshop")

The course materials are by default downloaded to your desktop. If you would like to download to a different location you can set it via the destdir argument.


Workshop Difficulty Level

We expect attendees to have at least the following level of experience:


Pre-Workshop Requirements (Please Read Carefully)


Workshop Schedule


Registration

Registration is closed. Please contact alexandre.bevington [at] gov.bc.ca for questions or concerns.

Code of Conduct

In the interest of ensuring a safe environment for all, all attendees, speakers and organisers of the r-geospatial-workshop-hackathon (Prince George, November 2019) must agree to follow the bcgov standards of conduct and the day's code of conduct.

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

How to Contribute

If you would like to contribute, please see our CONTRIBUTING guidelines.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Creative Commons License

Unless otherwise stated, Copyright 2019 Province of British Columbia

This work is licensed under the Creative Commons Attribution 4.0 International License.
To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.

This project was created using the bcgovr package.