Skip to content
Snippets Groups Projects
Commit 37f852fc authored by thierry's avatar thierry
Browse files

correct install.package call in mcq.read.metadata.Rd example

parent b423cfc3
No related branches found
No related tags found
No related merge requests found
Pipeline #304118 passed
......@@ -28,7 +28,7 @@ For the good working of MCQR functions, the following columns names are forbidde
# Load the 'dataverse' library to retrieve the example data
if("dataverse" \%in\% installed.packages()){
install.packages("dataverse", repository="https://cloud.r-project.org/")
install.packages("dataverse", repos="https://cloud.r-project.org/")
}
library(dataverse)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment