Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dash | 19,713 | 804 | 634 | 5 days ago | 174 | November 28, 2023 | 804 | mit | Python | |
Data Apps & Dashboards for Python. No JavaScript Required. | ||||||||||
Metaflow | 7,195 | 1 | 25 | 20 hours ago | 103 | December 04, 2023 | 308 | apache-2.0 | Python | |
:rocket: Build and manage real-life data science projects with ease! | ||||||||||
Awesome R | 5,416 | 8 months ago | 9 | R | ||||||
A curated list of awesome R packages, frameworks and software. | ||||||||||
Drake | 1,332 | 15 | 1 | a month ago | 47 | November 06, 2023 | gpl-3.0 | R | ||
An R-focused pipeline toolkit for reproducibility and high-performance computing | ||||||||||
Easystats | 976 | 3 days ago | 3 | November 05, 2023 | 44 | other | R | |||
:milky_way: The R easystats-project | ||||||||||
Datascience Box | 878 | 2 months ago | 12 | other | JavaScript | |||||
Data Science Course in a Box | ||||||||||
Targets | 824 | 9 hours ago | other | R | ||||||
Function-oriented Make-like declarative workflows for R | ||||||||||
Engsoccerdata | 707 | a year ago | 20 | R | ||||||
English and European soccer results 1871-2022 | ||||||||||
Moderndive_book | 693 | 4 months ago | 13 | other | HTML | |||||
Statistical Inference via Data Science: A ModernDive into R and the Tidyverse | ||||||||||
Collapse | 516 | 19 | 24 days ago | 37 | November 12, 2023 | 5 | other | C | ||
Advanced and Fast Data Transformation in R |
A set of R scripts to populate an indicator on trends in greenhouse gas emissions in British Columbia. These scripts reproduce the results and graphs published on Environmental Reporting BC.
British Columbia Greenhouse Gas Emissions data are sourced from the B.C. Data Catalogue, released under the Open Government Licence - British Columbia.
British Columbia population estimates (Table: 17-10-0005-01) and gross domestic product (Table: 36-10-0222-01) data are sourced from Statistics Canada, released under the Statistics Canada Open Licence Agreement.
There are three core scripts that are required for the indicator, they need to be run in order:
The run_all.R
script can be source
ed to run it all at once.
Most packages used in the analysis can be installed from CRAN using install.packages()
, but you will need to install envreportutils using remotes:
install.packages("remotes") # If you don't already have it installed
remotes::install_github("bcgov/envreportutils")
To report bugs/issues/feature requests, please file an issue.
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.
Copyright 2023 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This repository is maintained by Environmental Reporting BC. Click here for a complete list of our repositories on GitHub.