-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.Rprofile
36 lines (36 loc) · 804 Bytes
/
.Rprofile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# options(
# repos = "https://cran.microsoft.com/snapshot/2022-01-01"
# )
# # source("renv/activate.R")
#
#
# # if (!requireNamespace("jmvtools", quietly = TRUE)) {
# # renv::install('jmvtools', repos = c('https://repo.jamovi.org', 'https://cran.r-project.org'))
# # }
#
#
# if (!requireNamespace("rlang", quietly = TRUE)) {
# install.packages("rlang")
# }
#
# if (!requireNamespace("magrittr", quietly = TRUE)) {
# install.packages("magrittr")
# }
#
# `%||%` <- rlang:::`%||%`
#
# `%|%` <- function(x, y) {
# if (is.na(x)) y else x
# }
#
# `%notin%` <- Negate("%in%")
# `%!in%` <- Negate("%in%")
#
#
# library("magrittr")
#
# cat( "ClinicoPath jamovi module",
# "Serdar Balci MD Pathologist",
# "https://www.serdarbalci.com/ClinicoPathJamoviModule/",
# sep = "\n"
# )