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

update to manual c1 #846

Merged
merged 1 commit into from Aug 6, 2020
Merged

update to manual c1 #846

merged 1 commit into from Aug 6, 2020

Conversation

AnnaGoodman1
Copy link
Contributor

No description provided.

@Robinlovelace
Copy link
Member

Thanks for this @AnnaGoodman1, looking at the changes now...

txt_old = pdftools::pdf_text("~/npct/pct-shiny/regions_www/www/static/03a_manual/pct-bike-eng-user-manual-c1.pdf")
writeLines(txt_old, "/tmp/txt_old.txt")
txt_old = readLines("/tmp/txt_old.txt")
txt_new = pdftools::pdf_text("https://github.com/npct/pct-shiny/raw/a59ebd1619af4400eeb7ffb2a8ecdd8ce4c3753d/regions_www/www/static/03a_manual/pct-bike-eng-user-manual-c1.pdf")
writeLines(txt_new, "/tmp/txt_new.txt")
txt_new = readLines("/tmp/txt_new.txt")

system("meld /tmp/txt_old.txt /tmp/txt_new.txt")

Helps show the difference...

@Robinlovelace
Copy link
Member

One question, why not call it Manual version 1.5? 1.4r is fine though, just currious on seeing this:

image

@Robinlovelace
Copy link
Member

image

Reasonable addition.

@Robinlovelace
Copy link
Member

Is this bit from the current version still in there somewhere?

image

@Robinlovelace
Copy link
Member

I guess this is the main change:

image

@Robinlovelace
Copy link
Member

Copy link
Member

@Robinlovelace Robinlovelace left a comment

Choose a reason for hiding this comment

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

This looks to document the updated hilliness methodology in the updated manual. Seems reasonable to me.

@Robinlovelace Robinlovelace merged commit 224fd41 into master Aug 6, 2020
@Robinlovelace Robinlovelace deleted the new-manual-200806 branch August 6, 2020 16:57
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