ropensci / RNeXML

Implementing semantically rich NeXML I/O in R
https://docs.ropensci.org/RNeXML
Other
13 stars 9 forks source link

Update README.Rmd #157

Closed stevenysw closed 7 years ago

stevenysw commented 7 years ago

add codecov badge

cboettig commented 7 years ago

@steven2249 Thanks, looks good. Can you add this to the README.md as well?

Normally the README.md file is created automatically by using R to "knit" the README.Rmd, which makes sure all the R code shown actually runs. See https://rmarkdown.rstudio.com for some background on this. For our purpose here it's good enough to just paste the badge into README.md, since none of the code has changed.

It would be good practice for you though to make sure you can install the R package on your own machine, and both knit the README locally and also run the tests locally. RStudio has nice support for this; see https://support.rstudio.com/hc/en-us/articles/200486488-Developing-Packages-with-RStudio for a good overview.

stevenysw commented 7 years ago

OK

cboettig commented 7 years ago

Nice work