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

Minor issues/typos #73

Open
tbartels163 opened this issue Jan 10, 2024 · 2 comments
Open

Minor issues/typos #73

tbartels163 opened this issue Jan 10, 2024 · 2 comments

Comments

@tbartels163
Copy link

Thank you so much for this wonderful resource! I’d love to pay forward and share the few minor issues/typos that I spotted while working through Hands-On Programming with R.

  • 5.7 choose “subelement” or “sub-element” for consistency
  • 7.0.2 “indivuidually compare” --> typo in “individually”
  • 8.8 “the function’s origin enviornment” --> typo in “environment”
  • 9.1 “If a subtask seems complicated, try to divide it again into even subtasks that are even more simple.” --> I’m assuming delete the first “even” so that it reads “[…] try to divide it again into subtasks that are even more simple.”
  • 9.3 length(unique(symbols) == 1) shouldn’t this be length(unique(symbols)) == 1 ?
  • 9.3 Some of the brackets {} are highlighted in red but should probably just be black.
  • Very end of 9.5: play() ## "BB" "BB" "B" ## 25 --> shouldn’t that be 5 (any combination of bars)?
  • Exercise 11.7 (Calculate the Expected Value): “Solution.” header missing
  • 12.1/2 function specified as “abs-sets” in the code but referred to as “abs-set” (“s” missing) in the main body of text
  • 12.3 “abs_loop and change_many illustrate a characteristic of vectorized code: […]” --> change “change_many” to “change_symbols” in two instances, I think.

Thank you very much once again. I hope this is helpful :-)

@tbartels163 tbartels163 changed the title Minor issues/typos (Hands-On Programming with R) Minor issues/typos Jan 10, 2024
@marcosj
Copy link

marcosj commented Feb 5, 2024

Another (Project 1: Weighted Dice)
frivilous -> frivolous

@brobr
Copy link

brobr commented Mar 26, 2024

2.1 The R User Interface, [25] should be [27] in example output:

> 100:130
[1] 100 101 102 103 104 105 106 107 108 109 110 111 112
[14] 113 114 115 116 117 118 119 120 121 122 123 124 125
[25] 126 127 128 129 130

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

No branches or pull requests

3 participants