rspacer

RSpace API Wrapper

https://github.com/lacdr/rspacer

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

RSpace API Wrapper

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 3
  • Releases: 0
Created almost 2 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog License Citation

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# rspacer


[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![R-CMD-check](https://github.com/LACDR/rspacer/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/LACDR/rspacer/actions/workflows/R-CMD-check.yaml)


The goal of rspacer is to wrap the [RSpace API](https://community.researchspace.com/public/apiDocs), that is, allow you to use the API directly from R using convenience functions.

## Installation

You can install the development version of rspacer with

```{r, eval = FALSE}
remotes::install_github("lacdr/rspacer")
```

## Usage

See the [Get started](https://lacdr.github.io/rspacer/articles/rspacer.html) article how to use this package.

**NB:** API Paging/rate limiting is not properly handled yet, but this can be worked around.

Owner

  • Login: lacdr
  • Kind: user

Citation (CITATION.cff)

# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
 
cff-version: 1.2.0
message: 'To cite package "rspacer" in publications use:'
type: software
license: MIT
title: 'rspacer: RSpace API Wrapper'
version: 0.1.0.9001
abstract: Wrapper for the RSpace ELN (<https://www.researchspace.com/>) API. This
  R package is not developed or endorsed by Research Space.
authors:
- family-names: Burger
  given-names: Gerhard
  email: burger.ga@gmail.com
  orcid: https://orcid.org/0000-0003-1062-5576
- family-names: Leegwater
  given-names: Hanneke
  email: h.leegwater@lacdr.leidenuniv.nl
  orcid: https://orcid.org/0000-0001-6003-1544
repository-code: https://github.com/lacdr/rspacer
url: https://lacdr.github.io/rspacer/
contact:
- family-names: Burger
  given-names: Gerhard
  email: burger.ga@gmail.com
  orcid: https://orcid.org/0000-0003-1062-5576

GitHub Events

Total
  • Issues event: 9
  • Issue comment event: 2
  • Push event: 28
Last Year
  • Issues event: 9
  • Issue comment event: 2
  • Push event: 28

Packages

  • Total packages: 1
  • Total downloads:
    • cran 214 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: rspacer

'RSpace' API Wrapper

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 214 Last month
Rankings
Dependent packages count: 26.1%
Dependent repos count: 32.1%
Average: 48.2%
Downloads: 86.3%
Maintainers (1)
Last synced: 6 months ago