Science Score: 26.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
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.4%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Execute command line programs interactively
Basic Info
- Host: GitHub
- Owner: randy3k
- License: other
- Language: R
- Default Branch: master
- Homepage: https://randy3k.github.io/cliff/
- Size: 220 KB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
- Releases: 0
Created about 6 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r results='asis', echo = FALSE, eval = TRUE}
d <- read.dcf("DESCRIPTION")
```
```{r results="asis", echo = FALSE, eval = TRUE}
title <- d[colnames(d) == "Title"]
cat(c("# ", paste(trimws(strsplit(title, "\n")[[1]]), collapse = " ")))
```
[](https://github.com/randy3k/cliff/actions/workflows/check.yaml)
[](https://codecov.io/gh/randy3k/cliff)
[](https://cran.r-project.org/package=cliff)
[](https://cran.r-project.org/package=cliff)
Github: [https://github.com/randy3k/cliff](https://github.com/randy3k/cliff)
Documentation: [https://randy3k.github.io/cliff](https://randy3k.github.io/cliff/)
```{r results="asis", echo = FALSE, eval = TRUE}
cat(d[colnames(d) == "Description"])
```
## Installation
You can install the released version of cliff from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("cliff")
```
And the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("randy3k/cliff")
```
## Example
```{r example}
git <- function(...) cliff::run("git", ...)
git("log", git("rev-parse", "--abbrev-ref", "HEAD"), "-n1")
```
Owner
- Name: Randy Lai
- Login: randy3k
- Kind: user
- Location: Davis, CA
- Website: https://randycity.github.io
- Repositories: 53
- Profile: https://github.com/randy3k
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Randy Lai | r****i@g****m | 44 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- olivroy (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
DESCRIPTION
cran
- ellipsis * imports
- processx * imports
- rlang * imports
- crayon * suggests
- testthat * suggests
- withr * suggests
.github/workflows/check.yaml
actions
- actions/checkout v2 composite
- randy3k/gh-actions/cancel-previous-runs main composite
- randy3k/gh-actions/r-check main composite
- randy3k/gh-actions/r-coverage main composite