Read-only mirror of https://github.com/statistikZH/Ressources_Maps — Kanton Zürich. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-09-03 13:54:48 +02:00
data added Ressource for Gemeindetypen matching 2021-09-03 13:54:48 +02:00
inst Merge branch 'master' of https://github.com/statistikZH/Ressources_Maps 2021-08-20 08:58:47 +02:00
R debug 2021-03-18 08:51:43 +01:00
renv renv important files 2021-03-17 18:19:55 +01:00
Script 2021 erstellt aus 2020 (copy paste da keine Fusionen) 2021-08-20 09:08:21 +02:00
.gitignore project initialisation 2021-03-17 18:20:47 +01:00
.Rbuildignore project initialisation 2021-03-17 18:20:47 +01:00
.Rprofile project initialisation 2021-03-17 18:20:47 +01:00
CodeOfConduct.md Initial commit 2020-11-25 08:54:33 +01:00
CONTRIBUTING.md Initial commit 2020-11-25 08:54:33 +01:00
DESCRIPTION project initialisation 2021-03-17 18:20:47 +01:00
KtZuerichLogo.png Initial commit 2020-11-25 08:54:33 +01:00
LICENSE_data Initial commit 2020-11-25 08:54:33 +01:00
NAMESPACE project initialisation 2021-03-17 18:20:47 +01:00
README.md Update README.md 2020-12-21 17:05:23 +01:00
README_EN.md Initial commit 2020-11-25 08:54:33 +01:00
renv.lock add renv.lock file 2021-03-17 18:19:40 +01:00
Ressources_Maps.Rproj project initialisation 2021-03-17 18:20:47 +01:00

Project Name

Project Description

Describe the project here: introduction, methodology, results, recommended form of citation etc.
Remember that github is the place where we exchange code. So this is the place where interested people look for instructions: How was the analysis carried out? What has to be considered when running the code? What do the variable names mean?

Prerequisites

E.g.:

R version 3.5.0 (2018-04-23)
RStudio version 1.1.453
Deppendencies:

package name version number
dplyr 0.8.3
sf 0.8-1

R Code to obtain above listed information :

# R version
print(version[['version.string']])
# R Studio Version
require(rstudioapi)
RStudioversionInfo <- versionInfo()
print(paste("RStudio version", RStudioversionInfo$version))
# list names of loaded libraries with version number
print(subset(data.frame(sessioninfo::package_info()), attached==TRUE, c(package, loadedversion)),  row.names = FALSE)

Contributors

Thanks to the following people who have contributed to this project

@kalakaru @mmznrSTAT

Contact

first name last name
firstname.lastname@ji.statistik.zh.ch
phone number

Twitter Follow

License

This project uses the following license:

Guidelines for contributing

We welcome contributions. Please see our CONTRIBUTING.md file for detailed guidelines of how to contribute.

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.