Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excluding manipulating data because it has dependencies #1152

Merged
merged 1 commit into from
Jul 30, 2020
Merged

Excluding manipulating data because it has dependencies #1152

merged 1 commit into from
Jul 30, 2020

Conversation

Denubis
Copy link
Contributor

@Denubis Denubis commented Jul 8, 2020

surveys <- read_csv("data_raw/portal_data_joined.csv") depends on the prior lesson

@ChristinaLK
Copy link
Contributor

I want to make sure I understand correctly: the dependency in question is downloading the data file from figshare (which happens in the previous lesson)?

@Denubis
Copy link
Contributor Author

Denubis commented Jul 29, 2020

Yes. It assumes scripts/directory structure from the prior episode. Taking a look at https://datacarpentry.org/R-ecology-lesson/03-dplyr.html It has a huge amount of setup, and then abrutply loads data from https://datacarpentry.org/R-ecology-lesson/02-starting-with-data.html. Looking at this lesson more closely, it doesn't feel like the lesson in general is a good fit for demonstrating live coding, since there's a great deal of explanation/cognitive-setup at the start of episodes. (And it leaves us exactly one episode which is allowed).

@ChristinaLK
Copy link
Contributor

Got it - I think I've always assumed that people will have that directory structure/file if they prepped the lesson in advance, but I think you're right that (for now) it's a dependency to be avoided. I also agree w/ your point about the lengthy intro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants