Code
1+1
[1] 2
Code
using Distributions
Normal(1, 0) |> x -> rand(10)
10-element Vector{Float64}:
 0.5804180377372788
 0.011972763741350922
 0.019969357238660335
 0.05011593980740636
 0.7345797947771544
 0.9526254081126808
 0.5930602172956045
 0.5828045183000283
 0.40628372087223863
 0.6653103968836209
Code
sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19043)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252 
[2] LC_CTYPE=C                            
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.9           JuliaCall_0.17.4     digest_0.6.29       
 [4] jsonlite_1.8.0       magrittr_2.0.3       evaluate_0.16       
 [7] rlang_1.0.4          stringi_1.7.8        cli_3.3.0           
[10] rstudioapi_0.13      rmarkdown_2.14       tools_4.0.3         
[13] stringr_1.4.0        htmlwidgets_1.5.4    xfun_0.32           
[16] yaml_2.3.5           fastmap_1.1.0        compiler_4.0.3      
[19] htmltools_0.5.3.9000 knitr_1.39