International-Soil-Radiocarbon-Database / ISRaD

Repository for the development and release of ISRaD data and tools
https://international-soil-radiocarbon-database.github.io/ISRaD/
24 stars 15 forks source link

ISRaD User Manual Fail #122

Closed coreylawrence closed 5 years ago

coreylawrence commented 5 years ago

I am working through the installation tutorial again. I can see one immediate problem. The original code in the tutorial: devtools::install_github("International-Soil-Radiocarbon-Database/ISRaD", ref="dev", force=TRUE)

The current ref setting directs toward the no-longer available dev branch. I assume this should be changed to "master" but could someone please confirm before I make any changes?

jb388 commented 5 years ago

"dev" branch doesn't exist anymore. You can specify "master" or not specify anything and it will default to master.

coreylawrence commented 5 years ago

I made changes to the user manual (as well as other places where this install script shows up) so that copying and pasting of the code line will function correctly (i.e., "dev" -> "master")