ropensci / git2rdata

An R package for storing and retrieving data.frames in git repositories.
https://ropensci.github.io/git2rdata/
GNU General Public License v3.0
99 stars 12 forks source link

list_data(), read_vc(), write_vc(): align titles with other functions * #22

Closed florisvdh closed 5 years ago

florisvdh commented 5 years ago

Description

For other functions, the explicit referral to a 'repository' is not made in their title. In these functions, it is not needed either. Removing this from the title of list_data(), read_vc() and write_vc() makes the list of functions on the pkgdown website look more uniform.

Related Issue

Example

codecov-io commented 5 years ago

Codecov Report

Merging #22 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #22   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines         523    523           
=====================================
  Hits          523    523
Impacted Files Coverage Δ
R/write_vc.R 100% <ø> (ø) :arrow_up:
R/list_data.R 100% <ø> (ø) :arrow_up:
R/read_vc.R 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 42e5905...461f77a. Read the comment docs.