r-capstone-code
Course code used for the DSCI 799 capstone at RIT.
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.9%) to scientific vocabulary
Keywords
data-science
education
housing
r
spatio-temporal
Last synced: 6 months ago
·
JSON representation
·
Repository
Course code used for the DSCI 799 capstone at RIT.
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
- Releases: 3
Topics
data-science
education
housing
r
spatio-temporal
Created about 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
License
Citation
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# R: NYC Housing & Education Prediction Modelling Capstone
[![MIT License Badge]](https://spdx.org/licenses/MIT.html)
[![CC-BY-4.0 Badge]](https://creativecommons.org/licenses/by/4.0/)
[![DOI Badge]](https://zenodo.org/doi/10.5281/zenodo.10254057)
[![Lifecycle: experimental Badge]](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status Badge]](https://CRAN.R-project.org/package=RITDSCI799CapstoneIAE2784)
This repository contains the canonical code developed for the purposes of the final capstone project.
## Installation
You can install the development version of RITDSCI799CapstoneIAE2784 from [GitHub] with:
``` r
# install.packages("devtools")
devtools::install_github("rimij405/r-capstone-code")
```
## Citation
This project would not be possible without the ability to use datasets provided by third parties under different license constraints and without the ability to use third-party tools created by other developers. Please refer to the [CITATION] file to see the full list of citation references to external datasets, databases, tools, libraries, and utilities.
If you would like to cite this project, please refer to the following citation:
> Effendi I. (2023). R: NYC Housing & Education Prediction Modelling Capstone (version 0.0.1-alpha.1). DOI: 10.5281/zenodo.10254058 URL: https://github.com/rimij405/r-capstone-code
```bibtex
@misc{YourReferenceHere,
author = {Effendi, Ian},
doi = {10.5281/zenodo.10254058},
title = {R: NYC Housing & Education Prediction Modelling Capstone},
url = {https://github.com/rimij405/r-capstone-code},
year = {2023},
month = {12}
}
```
## Legal Notices
The owner of this repository and any contributors grant you a license to any source code in this repository under the [MIT License], see the [LICENSE] file, and grant you a license to documentation and other non-code content in this repository under the [![CC-BY-4.0 Icon]](https://creativecommons.org/licenses/by/4.0/) [Creative Commons Attribution 4.0 International Public License] , see the [LICENSE-DOCS] file, except in cases where specified otherwise and in the case of third-party libraries and datasets.
The licenses for this project do not explicitly grant you the rights to use included or referenced third-party datasets, mentioned in the [CITATION]. Please refer to the maintainers of the respective datasets in order to establish their copyright and license restrictions.
The owner of this repository and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.
[CITATION]: ./CITATION
[LICENSE]: ./LICENSE
[LICENSE-DOCS]: ./LICENSE-DOCS
[DOI Badge]: https://zenodo.org/badge/727053331.svg
[CC-BY-4.0 Badge]: https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg
[MIT License Badge]: https://img.shields.io/badge/License-MIT-yellow.svg
[CRAN Status Badge]: https://www.r-pkg.org/badges/version/RITDSCI799CapstoneIAE2784
[Lifecycle: experimental Badge]: https://img.shields.io/badge/lifecycle-experimental-orange.svg
[GitHub]: https://github.com
[CC-BY-4.0 Icon]: https://i.creativecommons.org/l/by/4.0/80x15.png
[Creative Commons Attribution 4.0 International Public License]: https://creativecommons.org/licenses/by/4.0/
[MIT License]: https://spdx.org/licenses/MIT.html
Owner
- Name: Ian Effendi
- Login: effendiian
- Kind: user
- Location: Bronx, NY
- Website: https://effendiian.github.io/
- Repositories: 1
- Profile: https://github.com/effendiian
Full-stack software developer and database engineer.
Citation (CITATION)
# Citations
## Software Citation
If you use the code from this project, you must cite:
<!-- markdownlint-disable MD034 -->
> Effendi I. (2023). R: NYC Housing & Education Prediction Modelling Capstone (version `VERSION`). DOI: 10.5281/zenodo.10254058 URL: https://github.com/rimij405/r-capstone-code
```bibtex
@misc{YourReferenceHere,
author = {Effendi, Ian},
doi = {10.5281/zenodo.10254058},
title = {R: NYC Housing & Education Prediction Modelling Capstone},
url = {https://github.com/rimij405/r-capstone-code},
year = {2023},
month = {12}
}
```
Please replace `VERSION` with the specific version you are citing. If you wish to cite the general concept and not a specific version in particular, you may omit the version field.
GitHub Events
Total
Last Year
Dependencies
requirements.in
pypi
- cffconvert *
- pip-tools *
- pre-commit *
DESCRIPTION
cran
- R >= 4.3.0 depends
- here * imports
- qs * imports
- tarchetypes * imports
- targets * imports
- tibble * imports
- tidyr * imports
- zipcodeR * imports
- renv * suggests
- testthat >= 3.0.0 suggests
requirements.txt
pypi
- attrs ==23.1.0
- build ==1.0.3
- certifi ==2023.11.17
- cffconvert ==2.0.0
- cffi ==1.16.0
- cfgv ==3.4.0
- charset-normalizer ==3.3.2
- click ==8.1.7
- distlib ==0.3.7
- docopt ==0.6.2
- filelock ==3.13.1
- identify ==2.5.32
- idna ==3.6
- jsonschema ==3.2.0
- nodeenv ==1.8.0
- packaging ==23.2
- pip-tools ==7.3.0
- platformdirs ==4.1.0
- pre-commit ==3.5.0
- prompt-toolkit ==3.0.41
- pycparser ==2.21
- pygments ==2.17.2
- pykwalify ==1.8.0
- pyproject-hooks ==1.0.0
- pyrsistent ==0.20.0
- python-dateutil ==2.8.2
- pyyaml ==6.0.1
- radian ==0.6.9
- rchitect ==0.4.4
- requests ==2.31.0
- ruamel-yaml ==0.18.5
- ruamel-yaml-clib ==0.2.8
- six ==1.16.0
- urllib3 ==2.1.0
- virtualenv ==20.25.0
- wcwidth ==0.2.12
- wheel ==0.42.0