File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44^\.Rproj\.user$
55^\.github$
66^_pkgdown\.yml$
7+ ^.ipynb_checkpoints$
78^acro\.Rproj$
89^cran-comments\.md$
910^dev_history\.R$
Original file line number Diff line number Diff line change 1- acro_venv <- " r-acro-0.4.11"
1+ acro_venv <- " r-acro" # -0.4.11"
22acro_package <- " acro==0.4.11"
33python_version <- " >=3.10"
44
@@ -10,6 +10,7 @@ python_version <- ">=3.10"
1010# '
1111# ' @return No return value, called for side effects
1212
13+ # was envname= "r-acro"
1314install_acro <- function (envname = " r-acro" , ... ) {
1415 # create Python virtual environment
1516 reticulate :: virtualenv_create(
Original file line number Diff line number Diff line change 11ADR
2+ Acknowledgement
23Analytics
34EPSRC
45GRAIMATTER
56HDR
67Initialise
78Karnofsky
89MRC
10+ MyBinder
11+ RStudio
912SACRO
1013SDC
14+ Xplore
15+ auditable
16+ codecov
17+ disclosive
18+ github
1119https
1220initialised
1321json
22+ numpy
1423openml
24+ pre
25+ programme
26+ scipy
1527www
1628xlsx
Original file line number Diff line number Diff line change 44install.packages(" devtools" )
55install.packages(" usethis" )
66install.packages(" covr" )
7+ install.packages(" admiraldev" )
8+ install.packages(" spelling" )
79library(devtools )
810library(covr )
9-
11+ # library(reticulate)
12+ # use_condaenv("r-acro")
1013# check that there are no errors, warnings or notes
1114devtools :: check()
1215
You can’t perform that action at this time.
0 commit comments