https://github.com/chainsawriot/tw_hk_text
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.4%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: chainsawriot
- Language: R
- Default Branch: master
- Size: 5.1 MB
Statistics
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Created over 6 years ago
· Last pushed over 6 years ago
Metadata Files
Readme
README.Rmd
---
title: "Setup"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## README
Please install the following packages:
For the quanteda course:
```{r, eval = FALSE}
install.packages(c('geometry', 'Rtsne', 'rsvd'))
install.packages(c('tidyverse', 'rio', 'quanteda', 'rtweet', 'topicmodels', 'stm'))
```
For the spacyr course, you need to install two more packages:
```{r, eval = FALSE}
install.packages(c('spacyr', 'igraph'))
require(spacyr)
spacy_install()
```
If you are using a Windows machine, please install also git.
https://git-scm.com/download/
Then, create a new project by:
File -> New Project -> Version Control -> Repo URL: https://github.com/chainsawriot/tw_hk_text.git
## rstudio.cloud
If you really don't know what I am talking about, [click here](https://rstudio.cloud/project/677081) to launch the RStudio Cloud instace.
You need a gmail or github account.
Owner
- Login: chainsawriot
- Kind: user
- Location: Germany
- Company: @gesistsa
- Website: http://www.chainsawriot.com
- Repositories: 241
- Profile: https://github.com/chainsawriot
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0