luca-scr / qcc

An R package for Quality Control Charts
https://luca-scr.github.io/qcc/
43 stars 17 forks source link

The patches I sent previously #1

Closed PeterBloomfield closed 9 years ago

PeterBloomfield commented 9 years ago

Hi Luca,

I'm learning all about pull requests--I hope this works!

Peter

luca-scr commented 9 years ago

Hi Peter,

it looks like I was able to merge your patches into the repository, and I have also updated my local copy without mistakes :-) As you may already know, it is possible to install a R package directly from a GitHub repository with the "devtools" package:

# install.packages("devtools") # in case you don't have it installed
library(devtools)
install_github("luca-scr/qcc")

That's it.

For the other question, I'll reply tomorrow. It's late now...

LS

PeterBloomfield commented 9 years ago

Hi Luca,

Good to hear that it went well!

Thanks for the devtools pointer--I didn't know about that. Now I can keep totally up-to-date...

Best,

Peter

On 10/14/2015 03:49:55 PM Wed, Luca Scrucca wrote:

Hi Peter,

it looks like I was able to merge your patches into the repository, and I have also updated my local copy without mistakes :-) As you may already know, it is possible to install a R package directly from a GitHub repository with the "devtools" package:

install.packages("devtools") # in case you don't have it installed

library(devtools) install_github("luca-scr/qcc")

That's it.

For the other question, I'll reply tomorrow. It's late now...

LS


Reply to this email directly or view it on GitHub: https://github.com/luca-scr/qcc/pull/1#issuecomment-148176362