Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.3%) to scientific vocabulary
Keywords
google
google-search
googler
r
r-package
rstats
Last synced: 6 months ago
·
JSON representation
Repository
googler: Google from the R Console
Basic Info
- Host: GitHub
- Owner: mkearney
- License: other
- Language: R
- Default Branch: master
- Size: 98.6 KB
Statistics
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 2
- Releases: 0
Topics
google
google-search
googler
r
r-package
rstats
Created over 6 years ago
· Last pushed over 6 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
options(width = 90)
library(googler)
```
# googler
[](https://travis-ci.org/mkearney/googler)
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://ci.appveyor.com/project/mkearney/googler)
This is a wrapper around the ['googler' command line tool](https://github.com/jarun/googler).
## Requirements
Python 3 must be installed and locatable
## Installation
You can install the development version of {googler} from [Github](https://github.com/mkearney/googler) with:
``` r
remotes::install_github("mkearney/googler")
```
## Examples
Search google with various options to specify things like the desired result **`count`**, google **`news`**, within a range of **`time`**, from a given **`site`**, etc.
### Example #1: Basic google search
```{r}
## search google for 'rstats'
googler("rstats")
```
### Example #2: Advanced google search
```{r}
## search google for 100 'rstats' or "R language" hits in English in past year
googler("rstats OR \"R language\"", count = 100, time = "y1", lang = "en")
```
### Example #3: Search google news
```{r}
## search google news for rstats/R language articles in the past three weeks
googler("rstats OR \"R language\"", news = TRUE)
```
Owner
- Name: Michael W. Kearney
- Login: mkearney
- Kind: user
- Location: United States
- Company: @AwareHQ
- Website: https://mikewk.com/
- Twitter: kearneymw
- Repositories: 16
- Profile: https://github.com/mkearney
📊🧑💻📊 Senior Data Scientist
GitHub Events
Total
Last Year
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 38
- Total Committers: 1
- Avg Commits per committer: 38.0
- Development Distribution Score (DDS): 0.0
Top Committers
| Name | Commits | |
|---|---|---|
| mkearney | k****w@m****u | 38 |
Committer Domains (Top 20 + Academic)
missouri.edu: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 3
- Total pull requests: 0
- Average time to close issues: 1 day
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 1.67
- 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
- leungi (2)
- lbocken (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 195 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: googler
Google from the R Console
- Homepage: https://github.com/mkearney/googler
- Documentation: http://cran.r-project.org/web/packages/googler/googler.pdf
- License: MIT + file LICENSE
-
Latest release: 0.0.1
published over 6 years ago
Rankings
Stargazers count: 14.1%
Forks count: 17.1%
Dependent packages count: 28.8%
Average: 31.3%
Dependent repos count: 36.8%
Downloads: 59.9%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- jsonlite * imports
- tibble * imports
- utils * imports
- testthat >= 2.1.0 suggests