ScotGovAnalysis / opendatascot

An R package to pull data from statistics.gov.scot into R
https://scotgovanalysis.github.io/opendatascot/
MIT License
47 stars 6 forks source link

Lintr test #63

Closed GordonBryden closed 5 years ago

lintr-bot commented 5 years ago

tests/spelling.R:1:3: style: Place a space before left parenthesis, except in a function call.

​if( requireNamespace("spelling", quietly = TRUE))
  ^

tests/spelling.R:1:4: style: Do not place spaces around code in parentheses or square brackets.

​if( requireNamespace("spelling", quietly = TRUE))
   ^
codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #63   +/-   ##
=======================================
  Coverage   86.54%   86.54%           
=======================================
  Files           7        7           
  Lines         171      171           
=======================================
  Hits          148      148           
  Misses         23       23

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 9cfdb63...c87b626. Read the comment docs.