Watts-College / cpp-527-spr-2022

https://watts-college.github.io/cpp-527-spr-2022/
0 stars 1 forks source link

Creating R Package Project: Where to edit and document? #18

Open dholford opened 2 years ago

dholford commented 2 years ago

I understand the ultimate goal for monty hall project and I understand the documenting, building unit tests, etc. I'm a little lost, though, on the mechanics of how we are supposed to get it done.

I was able to get all the packages installed, build the skeleton, and was in the R console. However, this is where I get a little lost. The directions say to complete the lab in the R console, not in R studio, but does that mean I should be adding all of my documentation and the unit tests directly into the console?

Dselby86 commented 2 years ago

Hi Dylan,

That means to write everything as an R Script not as an R Markdown file using R Console

On Tue, Jan 25, 2022 at 10:45 PM dholford @.***> wrote:

I understand the ultimate goal for monty hall project and I understand the documenting, building unit tests, etc. I'm a little lost, though, on the mechanics of how we are supposed to get it done.

I was able to get all the packages installed, build the skeleton, and was in the R console. However, this is where I get a little lost. The directions say to complete the lab in the R console, not in R studio, but does that mean I should be adding all of my documentation and the unit tests directly into the console?

— Reply to this email directly, view it on GitHub https://github.com/Watts-College/cpp-527-spr-2022/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4EHB35ZV7JCWHK7CRK3D3UX6DABANCNFSM5M2EHVUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

dholford commented 2 years ago

Awesome, that is sort of what I was assuming but this section of the instructions through me a little. I thought it was saying I shouldn't use RMD or RStudio and instead type directly into the console. Just wanted to triple check.

question

Thanks!