To install dataquieR
from CRAN use the following commands:
if (!requireNamespace("dataquieR")) {
install.packages("dataquieR")
}
If you prefer the development version, you can install this version from gitlab.com using the following commands:
if (!requireNamespace("dataquieR")) {
if (!requireNamespace("remotes")) {
install.packages("remotes")
}
remotes::install_git("https://gitlab.com/libreumg/dataquieR.git")
}
You may copy the whole command to the clipboard using the small blue icon in the upper right corner of the code box.
Bug reports may be filed to the gitlab project site under Tickets. Alternatively, you may send an email to , so that you donโt have to create a gitlab account.
Please be precise about your environment (used operating system,
R-version, devtools::session_info()
), thank you.