Skip to content

Commit

Permalink
Fix file permissions
Browse files Browse the repository at this point in the history
For some reason the scripts had execute bit set, and were not writeable
for groups or others
  • Loading branch information
jimhester committed Sep 26, 2018
1 parent 438f12f commit 956df69
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 0 deletions.
Empty file modified .gitignore 100755 → 100644
Empty file.
Empty file modified .travis.yml 100755 → 100644
Empty file.
Empty file modified 01_projects-and-blank-slates.Rmd 100755 → 100644
Empty file.
Empty file modified 02_naming-files.Rmd 100755 → 100644
Empty file.
Empty file modified 03_practice-safe-paths.Rmd 100755 → 100644
Empty file.
Empty file modified 11_get-to-know-your-r-installation.Rmd 100755 → 100644
Empty file.
Empty file modified 12_r-startup.Rmd 100755 → 100644
Empty file.
Empty file modified 13_maintaining-r.Rmd 100755 → 100644
Empty file.
Empty file modified 14_system-prep-for-build.Rmd 100755 → 100644
Empty file.
Empty file modified 15_install-single-package.Rmd 100755 → 100644
Empty file.
Empty file modified 21_local-r-debugging.Rmd 100755 → 100644
Empty file.
Empty file modified 22_read-source.Rmd 100755 → 100644
Empty file.
Empty file modified 23_reprexing.Rmd 100755 → 100644
Empty file.
Empty file modified 81_references.Rmd 100755 → 100644
Empty file.
Empty file modified 98_search.Rmd 100755 → 100644
Empty file.
Empty file modified 99_sessioninfo.Rmd 100755 → 100644
Empty file.
Empty file modified DESCRIPTION 100755 → 100644
Empty file.
Empty file modified _bookdown.yml 100755 → 100644
Empty file.
Empty file modified _output.yml 100755 → 100644
Empty file.
Empty file modified book.bib 100755 → 100644
Empty file.
Empty file modified index.Rmd 100755 → 100644
Empty file.
Empty file modified preamble.tex 100755 → 100644
Empty file.
Empty file modified style.css 100755 → 100644
Empty file.
Empty file modified toc.css 100755 → 100644
Empty file.

3 comments on commit 956df69

@jennybc
Copy link
Member

Choose a reason for hiding this comment

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

This must somehow come from the way I templated the book. I followed the instructions here:

https://bookdown.org/yihui/bookdown/get-started.html

Something to do with unzipping?

@jimhester
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Maybe, how did you unzip it? some unzip implementations don't handle permissions (I think the internal R implementation does not). I just did it on the command line and the permissions did work.

@jennybc
Copy link
Member

Choose a reason for hiding this comment

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

I think it was an "auto unzip" from Safari or macOS.

Please sign in to comment.