This webpage was last updated on:

Sys.Date()
## [1] "2022-03-07"

The SMART package was built using windows. Below is my R session information and the package versions I worked with:

library(SMART)
sessionInfo()
## R version 3.6.3 (2020-02-29)
## Platform: x86_64-w64-mingw32/x64 (64-bit)
## Running under: Windows 10 x64 (build 19042)
## 
## Matrix products: default
## 
## locale:
## [1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252    LC_MONETARY=English_United States.1252 LC_NUMERIC=C                          
## [5] LC_TIME=English_United States.1252    
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## other attached packages:
## [1] SMART_0.1.0
## 
## loaded via a namespace (and not attached):
##  [1] knitr_1.36       magrittr_2.0.1   tidyselect_1.1.1 R6_2.5.1         rlang_0.4.11     fastmap_1.1.0    fansi_0.4.2      stringr_1.4.0    dplyr_1.0.7     
## [10] tools_3.6.3      xfun_0.28        utf8_1.2.1       DBI_1.1.1        jquerylib_0.1.4  htmltools_0.5.2  ellipsis_0.3.2   assertthat_0.2.1 yaml_2.2.1      
## [19] digest_0.6.27    tibble_3.1.1     lifecycle_1.0.1  crayon_1.4.2     purrr_0.3.4      tidyr_1.1.3      sass_0.4.0       vctrs_0.3.8      rsconnect_0.8.25
## [28] glue_1.4.2       evaluate_0.14    rmarkdown_2.11   stringi_1.6.1    bslib_0.3.1      compiler_3.6.3   pillar_1.6.4     generics_0.1.1   jsonlite_1.7.2  
## [37] pkgconfig_2.0.3