tinyscholar
A Tiny R Package to Get and Show Google Scholar Profile
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
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.9%) to scientific vocabulary
Keywords
google-scholar
r-package
Last synced: 10 months ago
·
JSON representation
Repository
A Tiny R Package to Get and Show Google Scholar Profile
Basic Info
- Host: GitHub
- Owner: ShixiangWang
- License: other
- Language: R
- Default Branch: master
- Homepage: https://shixiangwang.github.io/tinyscholar/
- Size: 1.34 MB
Statistics
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
- Releases: 0
Topics
google-scholar
r-package
Created almost 6 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tinyscholar
[](https://lifecycle.r-lib.org/articles/stages.html)
[](https://CRAN.R-project.org/package=tinyscholar)
[](https://cran.r-project.org/package=tinyscholar)
The goal of tinyscholar is to provide a simple way to get and show Google scholar profile.
## Installation
You can install the released version of tinyscholar from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("tinyscholar")
```
And the development version from [GitHub](https://github.com/) or Gitee with:
``` r
# install.packages("devtools")
devtools::install_github("ShixiangWang/tinyscholar")
# devtools::install_git("https://gitee.com/ShixiangWang/tinyscholar")
```
## Usage
Read the [online vignette](https://shixiangwang.github.io/tinyscholar/articles/tinyscholar.html).
## Similar R package
R package [scholar](https://cran.r-project.org/package=scholar) is a more comprehensive package to get and visualize the Google scholar profile. However, tinyscholar is lightweight and not limited in China.
Owner
- Name: Shixiang Wang (王诗翔)
- Login: ShixiangWang
- Kind: user
- Location: Guangzhou, China
- Company: SYSUCC
- Website: https://shixiangwang.github.io/
- Twitter: WangShxiang
- Repositories: 18
- Profile: https://github.com/ShixiangWang
纯素之道,惟神是守。守而勿失,与神为一
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| ShixiangWang | w****x@s****n | 25 |
| olivroy | 5****y | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 5
- Total pull requests: 1
- Average time to close issues: about 2 hours
- Average time to close pull requests: about 5 hours
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 1.2
- Average comments per pull request: 1.0
- Merged pull requests: 1
- 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
- ShixiangWang (4)
- Ziqian-xia (1)
Pull Request Authors
- olivroy (2)
Top Labels
Issue Labels
enhancement (2)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 816 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 8
- Total maintainers: 1
cran.r-project.org: tinyscholar
Get and Show Personal 'Google Scholar' Profile
- Homepage: https://github.com/ShixiangWang/tinyscholar
- Documentation: http://cran.r-project.org/web/packages/tinyscholar/tinyscholar.pdf
- License: MIT + file LICENSE
-
Latest release: 0.1.7
published almost 4 years ago
Rankings
Forks count: 14.9%
Stargazers count: 18.7%
Average: 29.0%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Downloads: 46.1%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R.utils * imports
- curl * imports
- dplyr * imports
- ggplot2 * imports
- gt * imports
- jsonlite * imports
- magrittr * imports
- purrr * imports
- rlang >= 0.1.2 imports
- rvest >= 1.0.0 imports
- stringr * imports
- xml2 * imports
- knitr * suggests
- rmarkdown * suggests
- roxygen2 * suggests