您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
boB Rudis 65e4accbd1
MIT
4 年前
R initial commit 4 年前
inst/tinytest R package repo initialization complete 4 年前
man initial commit 4 年前
tests R package repo initialization complete 4 年前
.Rbuildignore MIT 4 年前
.codecov.yml R package repo initialization complete 4 年前
.gitignore R package repo initialization complete 4 年前
.travis.yml R package repo initialization complete 4 年前
CONDUCT.md R package repo initialization complete 4 年前
DESCRIPTION MIT 4 年前
LICENSE MIT 4 年前
LICENSE.md MIT 4 年前
NAMESPACE initial commit 4 年前
NEWS.md R package repo initialization complete 4 年前
README.Rmd initial commit 4 年前
README.md MIT 4 年前
bacharach.Rproj R package repo initialization complete 4 年前

README.md

Project Status: Active – The project has reached a stable, usablestate and is being activelydeveloped. Signedby Signed commit% Linux buildStatus
Minimal RVersion License

bacharach

Tools to Work with the Raindrop API

Description

Raindrop https://raindrop.io provides a URL bookmarking service and an API for working with that service and more. Tools are provided to work with the Raindrop API. A Raindrop API key (free) is required.

What’s Inside The Tin

The following functions are implemented:

  • get_collection: Get a collection
  • get_raindrop: Get a single raindrop
  • get_raindrops: Get all raindrops from a collection (TODO pagination)
  • get_user: Get currently authenticated user details
  • raindrop_api_token: Get or set RAINDROP_API_TOKEN value
  • raindrop_parse_url: Parse and extract useful info from any URL

NOTE: This is a woefully incomplete wrapper (so far). You are def encouraged to contribute if you use Raindrop and the package will be a full wrapper. This skeleton was made to remind myself to make this package and have something to hack on during long-running Athena queries or tedious conference calls.

Installation

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

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

Usage

library(bacharach)

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

bacharach Metrics

Lang # Files (%) LoC (%) Blank lines (%) # Lines (%)
R 8 0.89 159 0.95 90 0.85 54 0.63
Rmd 1 0.11 8 0.05 16 0.15 32 0.37

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.