Preparing for CRAN upload
[agghoo.git] / README.md
index e932011..337abcb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,13 +1,15 @@
 # agghoo
 
 R package for model selection based on aggregation.
-Alternative to standard corss-validation.
+Alternative to standard cross-validation.
 
 ## Install the package
 
-R CMD INSTALL .
+From GitHub: `devtools::install_github("yagu0/agghoo")`
+
+Locally, in a terminal: `R CMD INSTALL .`
 
 ## Use the package
 
-> library(agghoo)
-> ?agghoo
+    library(agghoo)
+    ?agghoo