glassdoor

R Glassdoor API

https://github.com/muschellij2/glassdoor

Science Score: 36.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: science.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

R Glassdoor API

Basic Info
  • Host: GitHub
  • Owner: muschellij2
  • Language: R
  • Default Branch: master
  • Size: 923 KB
Statistics
  • Stars: 6
  • Watchers: 2
  • Forks: 4
  • Open Issues: 1
  • Releases: 3
Created almost 9 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.Rmd

---
output: github_document
---



```{r setup, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)
```
# glassdoor

[![JHU Data Science](https://johnmuschelli.com/jhudsl/inst/jhudsl_logo.png)](https://jhudatascience.org/)

[![R-CMD-check](https://github.com/muschellij2/glassdoor/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/muschellij2/glassdoor/actions/workflows/R-CMD-check.yaml)
[![CRAN status](http://www.r-pkg.org/badges/version/glassdoor)](https://cran.r-project.org/package=glassdoor)    



The goal of glassdoor is to provide a Glassdoor API for R ## Installation You can install glassdoor from github with: ```{r gh-installation, eval = FALSE} # install.packages("devtools") devtools::install_github("muschellij2/glassdoor") ``` ## Glassdoor API Keys In order to use the `glassdoor` package, you need an API key from Glassdoor. After that is done, you need to set up the API keys. The keys are grabbed using ```{r, eval = FALSE} Sys.getenv("GLASSDOOR_PID") Sys.getenv("GLASSDOOR_PAT") ``` so you can set these either using `~/.Renviron` (will work generally) or your standard `.profile` or `.bash_profile` (if you work with command lines). I recommend `.Renviron` as that works well with RStudio.

Owner

  • Name: John Muschelli
  • Login: muschellij2
  • Kind: user
  • Location: United States
  • Company: Johns Hopkins Bloomberg School of Public Health

GitHub Events

Total
  • Push event: 5
Last Year
  • Push event: 5

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 55
  • Total Committers: 1
  • Avg Commits per committer: 55.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 7
  • Committers: 1
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
muschellij2 m****2@g****m 55

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 4
  • Total pull requests: 0
  • Average time to close issues: 18 days
  • Average time to close pull requests: N/A
  • Total issue authors: 4
  • Total pull request authors: 0
  • Average comments per issue: 1.75
  • 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
Top Authors
Issue Authors
  • jhsuss (1)
  • Mahesh9849 (1)
  • ksmvsn (1)
  • ChandlerDS (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 438 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: glassdoor

Interface to 'Glassdoor' API

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 438 Last month
Rankings
Forks count: 12.8%
Stargazers count: 21.1%
Dependent packages count: 29.8%
Average: 33.6%
Dependent repos count: 35.5%
Downloads: 68.7%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.1 depends
  • httr * imports
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite