tere

The goal of tere is to support kaimahi at Auckland Council when they work with the R programming language

https://github.com/auckland-council-cc-insights-team/tere

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

Repository

The goal of tere is to support kaimahi at Auckland Council when they work with the R programming language

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 6
  • Releases: 0
Created over 3 years ago · Last pushed 9 months ago
Metadata Files
Readme 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%"
)
```

# tere


[![R-CMD-check](https://github.com/lddurbinAC/tere/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/lddurbinAC/tere/actions/workflows/R-CMD-check.yaml)
[![test-coverage](https://github.com/lddurbinAC/tere/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/lddurbinAC/tere/actions/workflows/test-coverage.yaml)


The goal of tere is to support kaimahi at Auckland Council when they work with the R programming language.

## Installation

You can install the development version of tere from [GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
remotes::install_github("Auckland-Council-CC-Insights-Team/tere")
```

## Example

This is a basic example which shows you how to quickly read an Excel file:

```{r example, eval=FALSE}
library(tere)
get_excel_file("my_excel_file", "sheet_name")
```

Owner

  • Name: Auckland-Council-CC-Insights-Team
  • Login: Auckland-Council-CC-Insights-Team
  • Kind: organization
  • Location: New Zealand

Citation (CITATION.cff)

# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.2.2
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------

cff-version: 1.2.0
message: 'To cite package "tere" in publications use:'
type: software
license: MIT
title: 'tere: Simplify the Process of Writing R Code at Auckland Council'
version: 0.0.0.9000
abstract: A set of utility functions for Auckland Council R developers to get up and
  running quickly with the language.
authors:
- family-names: Durbin
  given-names: Lee
  email: lee.durbin@aucklandcouncil.govt.nz
preferred-citation:
  type: manual
  title: 'tere: Simplify the Process of Writing R Code at Auckland Council'
  authors:
  - family-names: Durbin
    given-names: Lee
    email: lee.durbin@aucklandcouncil.govt.nz
  version: 0.0.0.9000
  abstract: A set of utility functions for Auckland Council R developers to get up
    and running quickly with the language.
  contact:
  - family-names: Durbin
    given-names: Lee
    email: lee.durbin@aucklandcouncil.govt.nz
  license: MIT
  year: '2022'
contact:
- family-names: Durbin
  given-names: Lee
  email: lee.durbin@aucklandcouncil.govt.nz
references:
- type: software
  title: cli
  abstract: 'cli: Helpers for Developing Command Line Interfaces'
  notes: Imports
  authors:
  - family-names: Csárdi
    given-names: Gábor
    email: csardi.gabor@gmail.com
  year: '2022'
  url: https://CRAN.R-project.org/package=cli
- type: software
  title: here
  abstract: 'here: A Simpler Way to Find Your Files'
  notes: Imports
  authors:
  - family-names: Müller
    given-names: Kirill
    email: krlmlr+r@mailbox.org
    orcid: https://orcid.org/0000-0002-1416-3412
  year: '2022'
  url: https://CRAN.R-project.org/package=here
- type: software
  title: stringr
  abstract: 'stringr: Simple, Consistent Wrappers for Common String Operations'
  notes: Imports
  authors:
  - family-names: Wickham
    given-names: Hadley
    email: hadley@rstudio.com
  year: '2022'
  url: https://CRAN.R-project.org/package=stringr
- type: software
  title: utils
  abstract: 'R: A Language and Environment for Statistical Computing'
  notes: Imports
  authors:
  - name: R Core Team
  location:
    name: Vienna, Austria
  year: '2022'
  url: https://www.R-project.org/
  institution:
    name: R Foundation for Statistical Computing

GitHub Events

Total
  • Public event: 1
  • Push event: 5
  • Pull request event: 1
Last Year
  • Public event: 1
  • Push event: 5
  • Pull request event: 1