Skip to contents

Introduction

This vignette describes how to install the QUEST package and load it in R.

Install QUEST from GitHub

You can install the development version of QUEST from GitHub using the devtools package:

install.packages("devtools")
devtools::install_github("YanlinTong/QUEST")

Load the package

After installation, load the package with:

Check the installation

You can confirm that the package was installed successfully by checking its version:

packageVersion("QUEST")
#> [1] '0.1.0'

Session information

sessionInfo()
#> R version 4.3.3 (2024-02-29)
#> Platform: aarch64-apple-darwin20 (64-bit)
#> Running under: macOS 26.4
#> 
#> Matrix products: default
#> BLAS:   /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRblas.0.dylib 
#> LAPACK: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRlapack.dylib;  LAPACK version 3.11.0
#> 
#> locale:
#> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
#> 
#> time zone: America/Chicago
#> tzcode source: internal
#> 
#> attached base packages:
#> [1] stats     graphics  grDevices utils     datasets  methods   base     
#> 
#> other attached packages:
#> [1] QUEST_0.1.0
#> 
#> loaded via a namespace (and not attached):
#>  [1] digest_0.6.37     desc_1.4.3        R6_2.5.1          fastmap_1.2.0    
#>  [5] xfun_0.52         cachem_1.1.0      knitr_1.49        htmltools_0.5.8.1
#>  [9] rmarkdown_2.29    lifecycle_1.0.4   cli_3.6.3         sass_0.4.9       
#> [13] pkgdown_2.1.1     textshaping_0.4.1 jquerylib_0.1.4   systemfonts_1.1.0
#> [17] compiler_4.3.3    rstudioapi_0.17.1 tools_4.3.3       ragg_1.3.3       
#> [21] bslib_0.8.0       evaluate_1.0.1    Rcpp_1.0.13-1     yaml_2.3.10      
#> [25] jsonlite_1.8.9    rlang_1.1.4       fs_1.6.5          htmlwidgets_1.6.4