Commit b18aa36626de43114fc8a46845a58df024bf6f0c

Authored by Ben Klein
2 parents fc5eeb26 6060d418

Merge pull request #440 from DepthDeluxe/master

Fixed invalid R install packages in API docs
docs/docs/api_docs/c_api/functions.md
... ... @@ -645,7 +645,7 @@ The example below plots plots the six br_eval results in the Algorithm_Dataset f
645 645  
646 646 This function requires a current [R][R] installation with the following packages:
647 647  
648   - install.packages(c("ggplot2", "gplots", "reshape", "scales", "jpg", "png"))
  648 + install.packages(c("ggplot2", "gplots", "reshape", "scales", "jpeg", "png"))
649 649  
650 650 * **function definiton:**
651 651  
... ... @@ -684,7 +684,7 @@ When computing *continuous* curves, true positives and false negatives are measu
684 684  
685 685 This function requires a current [R](http://www.r-project.org/) installation with the following packages:
686 686  
687   - install.packages(c("ggplot2", "gplots", "reshape", "scales", "jpg", "png"))
  687 + install.packages(c("ggplot2", "gplots", "reshape", "scales", "jpeg", "png"))
688 688  
689 689 * **function definition:**
690 690  
... ...