You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
boB Rudis 19103d52dc
a few more API endpoints
5 years ago
R a few more API endpoints 5 years ago
inst this might be the one 5 years ago
man a few more API endpoints 5 years ago
tests R package repo initialization complete 5 years ago
.Rbuildignore another try 5 years ago
.build.yml this might be the one 5 years ago
.codecov.yml R package repo initialization complete 5 years ago
.gitignore R package repo initialization complete 5 years ago
.travis.yml R package repo initialization complete 5 years ago
CONDUCT.md R package repo initialization complete 5 years ago
DESCRIPTION a few more API endpoints 5 years ago
LICENSE another try 5 years ago
LICENSE.md another try 5 years ago
NAMESPACE a few more API endpoints 5 years ago
NEWS.md R package repo initialization complete 5 years ago
README.Rmd a few more API endpoints 5 years ago
README.md a few more API endpoints 5 years ago
sourcehut.Rproj R package repo initialization complete 5 years ago

README.md

Project Status: WIP – Initial development is in progress, but therehas not yet been a stable, usable release suitable for thepublic. Signedby Signed commit% Linux buildStatus builds.sr.htstatus
Minimal RVersion License

sourcehut

Tools to Work with the SourceHut Development Ecosystem

Description

SourceHut (https://sourcehut.org/) provides support for collaborative development of anything that can can be managed by Git or Mecurial version control systems. Tools are provided to query and ochestrate a wide variety of SourceHut servies.

What’s Inside The Tin

The following functions are implemented:

  • git_repos: Retrieve metadata about repositories
  • git_user: Retrieve metadata about yourself or another SourceHut user
  • meta_audit: Retrieve your audit log
  • meta_profile: Retrieve metadata about yourself
  • meta_ssh_keys: Retrieve your SSH keys
  • sourcehut_pat: Get or set SourceHut Personal Access Token
  • sourcehut_user: Get or set SourceHut username value
  • use_builds: Setup .build.yml for SourceHut builds

Installation

remotes::install_git("https://git.rud.is/hrbrmstr/sourcehut.git")
# or
remotes::install_git("https://git.sr.ht/~hrbrmstr/sourcehut")
# or
remotes::install_gitlab("hrbrmstr/sourcehut")
# or
remotes::install_bitbucket("hrbrmstr/sourcehut")
# or
remotes::install_github("hrbrmstr/sourcehut")

NOTE: To use the ‘remotes’ install options you will need to have the {remotes} package installed.

Usage

library(sourcehut)

# current version
packageVersion("sourcehut")
## [1] '0.1.0'

sourcehut Metrics

Lang # Files (%) LoC (%) Blank lines (%) # Lines (%)
R 13 0.93 155 0.95 67 0.82 72 0.72
Rmd 1 0.07 8 0.05 15 0.18 28 0.28

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.