Skip to content

Comments & organization of app code #20

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

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

diazrenata
Copy link

@diazrenata diazrenata marked this pull request as ready for review September 19, 2023 17:33
# locs <- read_csv("Lat_long_AFSshiny_012023.csv") %>%
# select(-date) # not parseable as is

locs <- read_csv("toy_locs.csv") %>%
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be more useful to change this logic to read in the real location file Lat_long_AFSshiny_012023.csv, then if that's not available to read in the toy one?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switched!

@KristinaRiemer
Copy link
Member

Other than my one comment about reading in location data, I think this looks good! Having all of these comments and structure is super useful. I am going to wait until you implement that change @diazrenata and then I'll test the code locally to make sure everything works and merge this.

diazrenata and others added 2 commits September 21, 2023 08:56
…you have to switch it). Also fix typo in ggplot on line 730 and remove review_notes.md from what would get merged upstream.
@diazrenata
Copy link
Author

@KristinaRiemer I toggled the toy_locs data and resolved the merge conflicts (mostly related to whitespace/indentation). I also fixed the typo referenced in #18, so that PR is no longer needed. This should be ready for you to test!

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.

2 participants