lockedata / starters

R Package 📦 for initializing projects for various R activities :nut_and_bolt:
https://itsalocke.com/starters/
GNU General Public License v3.0
124 stars 16 forks source link

add name validation #120

Closed maelle closed 5 years ago

maelle commented 5 years ago

cf #38

where should the documentation go? A link to https://cran.r-project.org/doc/manuals/r-release/R-exts.html#The-DESCRIPTION-file in @details?

codecov-io commented 5 years ago

Codecov Report

Merging #120 into master will increase coverage by 0.91%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   44.72%   45.63%   +0.91%     
==========================================
  Files          12       12              
  Lines         796      802       +6     
==========================================
+ Hits          356      366      +10     
+ Misses        440      436       -4
Impacted Files Coverage Δ
R/createPackageProject.R 86.36% <100%> (+3.03%) :arrow_up:
R/createBasicProject.R 83.6% <100%> (+1.06%) :arrow_up:
R/utils.R 41.05% <100%> (+6.93%) :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 a392941...f2e375d. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #120 into master will increase coverage by 0.91%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   44.72%   45.63%   +0.91%     
==========================================
  Files          12       12              
  Lines         796      802       +6     
==========================================
+ Hits          356      366      +10     
+ Misses        440      436       -4
Impacted Files Coverage Δ
R/createPackageProject.R 86.36% <100%> (+3.03%) :arrow_up:
R/createBasicProject.R 83.6% <100%> (+1.06%) :arrow_up:
R/utils.R 41.05% <100%> (+6.93%) :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 a392941...f2e375d. Read the comment docs.

maelle commented 5 years ago

@stephlocke where should the documentation go? A link to https://cran.r-project.org/doc/manuals/r-release/R-exts.html#The-DESCRIPTION-file in @details?

maelle commented 5 years ago

I'll add it to the README for now.