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

Fix README links in R implementation deploy tool #53

Merged
merged 1 commit into from Jan 22, 2020

Conversation

hongyuanjia
Copy link
Contributor

Pull request view

The URL construction in updating links in src/r/tools/deploy.R is incorrect. The generated links were something like https://github.com/psychrometrics/psychrolibDEVELOP.md, which is invalid.

Unfortunately, existing test platform cannot capture this type of error, except machines on CRAN. This PR fixes the issue by adding /blob/master/ between the GitHub repo link and target file name.

@hongyuanjia hongyuanjia mentioned this pull request Jan 22, 2020
6 tasks
@dmey dmey self-requested a review January 22, 2020 08:55
@dmey dmey added the bug label Jan 22, 2020
@dmey dmey added this to the 2.4.0 milestone Jan 22, 2020
@dmey dmey merged commit a89e1be into psychrometrics:master Jan 22, 2020
@hongyuanjia hongyuanjia deleted the hotfix/CRAN branch January 22, 2020 08:56
@hongyuanjia
Copy link
Contributor Author

@dmey thanks!

@codecov-io
Copy link

Codecov Report

Merging #53 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #53   +/-   ##
=======================================
  Coverage   88.42%   88.42%           
=======================================
  Files           3        3           
  Lines         380      380           
=======================================
  Hits          336      336           
  Misses         44       44

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6785a02...a8d2982. Read the comment docs.

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

Successfully merging this pull request may close these issues.

None yet

3 participants