Gitmaxwell / lastools

‘lastools’ is an R package for reading and writing version 1.2 and version 2.0 Log ASCII Standard (LAS) and for performing common functions on LAS
Other
12 stars 2 forks source link

Replace magic-quotes with regular double-quotes n the install command. #10

Closed dcslagel closed 4 years ago

dcslagel commented 4 years ago

The devtools::install\_github(“Gitmaxwell/lastools”) instruction for lastools install contained magic-quotes that cause an error when cut-and-pasting the command to an R> terminal. Replacing the magic-quotes with regular quotes enables the cut-and-paste to install lastools. The related README.Rmd already has the correct double-quotes.

Let me know if this change could be accepted (or rejected) or needs some additional changes before being approved and merged.

Thank you, DC