furdeb

FUnctions for R DEvelopment and Beyond!

https://github.com/ob7-ird/furdeb

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 (14.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

FUnctions for R DEvelopment and Beyond!

Basic Info
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • Open Issues: 11
  • Releases: 3
Created almost 7 years ago · Last pushed 7 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%"
)
options(tibble.print_min = 5, tibble.print_max = 5)
```

# furdeb package 


[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/furdeb)](https://cran.r-project.org/package=furdeb)
[![R-CMD-check](https://github.com/OB7-IRD/furdeb/workflows/R-CMD-check/badge.svg)](https://github.com/OB7-IRD/furdeb/actions)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)


***FUnctions for R DEvelopment and Beyond!***

## Overview

This package aims to organise, standardise and share useful functions for many purposes (spatial manipulation, database connection, ...).

## Installation

Working in progress for this section. Be patient.
```{r, eval = FALSE, include=TRUE}
devtools::install_github("https://github.com/OB7-IRD/furdeb",
                         INSTALL_opts=c("--no-multiarch"))
```

### Development version

To get a bug fix or to use a feature from the development version, you can install the development version of furdeb from GitHub.

```{r, eval = FALSE, include=TRUE}
devtools::install_github("https://github.com/OB7-IRD/furdeb",
                         ref = "development",
                         INSTALL_opts=c("--no-multiarch"))
```

## Cheatsheet

Working in progress for this section. Be patient.

## Usage

```{r, eval = FALSE, include=TRUE}
library(furdeb)
```

## Getting help

If you encounter a clear bug, please file an issue with a minimal reproducible example on [GitHub issues page](https://github.com/OB7-IRD/furdeb/issues). This link is also available if you have any questions and improvement propositions.

## References

Working in progress for this section.

Owner

  • Name: OB7-IRD
  • Login: OB7-IRD
  • Kind: organization
  • Location: Sète, France

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 "furdeb" in publications use:'
type: software
license: GPL-3.0-only
title: 'furdeb: FUnctions for R DEvelopment and Beyond!'
version: 1.0.1
abstract: Functions and processes for R development and beyond!
authors:
- family-names: Clément
  given-names: Jeanne
  email: jeanne.clement@ird.fr
  orcid: https://orcid.org/0000-0002-5228-5015
- family-names: Depetris
  given-names: Mathieu
  email: mathieu.depetris@ird.fr
  orcid: https://orcid.org/0000-0001-8080-0531
- family-names: Bouhineau
  given-names: Oceane
  email: oceane.bouhineau@ird.fr
  orcid: https://orcid.org/0000-0001-7418-2925
- family-names: Lerebourg
  given-names: Clara
  email: clara.lerebourg@ird.fr
  orcid: https://orcid.org/0000-0003-0589-8932
repository-code: https://github.com/OB7-IRD/furdeb
url: https://github.com/OB7-IRD/furdeb
contact:
- family-names: Clément
  given-names: Jeanne
  email: jeanne.clement@ird.fr
  orcid: https://orcid.org/0000-0002-5228-5015

GitHub Events

Total
  • Release event: 3
  • Delete event: 1
  • Member event: 1
  • Push event: 36
  • Pull request event: 10
  • Create event: 4
Last Year
  • Release event: 3
  • Delete event: 1
  • Member event: 1
  • Push event: 36
  • Pull request event: 10
  • Create event: 4

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 9 hours
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 9 hours
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • OceaneBouhineauIRD (1)
Pull Request Authors
  • JeanneClement (3)
  • OceaneBouhineauIRD (1)
Top Labels
Issue Labels
bug (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 4.0.0 depends
  • DBI >= 1.0.0 imports
  • RJDBC >= 0.2.7.1 imports
  • RPostgreSQL >= 0.6.2 imports
  • dplyr >= 0.8.1 imports
  • magrittr >= 1.5 imports
  • parallel >= 4.1.2 imports
  • sf >= 1.0.2 imports
  • stringr >= 1.4.0 imports
  • yaml >= 2.2.1 imports
  • codama >= 0.9.0 suggests
  • testthat >= 3.0.4 suggests