Displaying 3 results from an estimated 3 matches for "listarray".
2002 Jan 16
0
inconsistent(?) behavior of as.vector
...moved"). This does not
seem to be the case for a list with a dim attribute. Consider the
following code:
numarray <- vector("numeric",4)
dim(numarray) <- c(2,2)
dimnames(numarray) <- list(c("A","B"),c("C","D"))
numarray[] <- 1:4
listarray <- vector("list",4)
dim(listarray) <- c(2,2)
dimnames(listarray) <- list(c("A-","A+"),c("B-","B+"))
listarray[["A+","B-"]] <- A ~ 1
listarray[["A+","B+"]] <- A + B ~ 1
## You get the idea for t...
2025 May 14
1
how to install R 4.4
...posting in a different forum.)
I am pasting the script that used to work under 4.4
```
if(!requireNamespace("remotes")) install.packages("remotes")
remotes::update_packages()
remotes::install_cran(c("readr", "tibble", "zip", "fs", "listarrays"))
install.packages("reticulate")
reticulate::miniconda_uninstall()
unlink("~/.pyenv", recursive = TRUE)
unlink("~/.virtualenvs/r-reticulate", recursive = TRUE)
python <- reticulate::install_python("3.12.3")
reticulate::virtualenv_create("r-reti...
2025 May 14
1
how to install R 4.4
On 14 May 2025 at 09:12, Stephen Bond wrote:
| I do not care about version. My packages are in
|
| /home/stephen/R/x86_64-pc-linux-gnu-library/4.4/
|
| and and after renaming the 4.4 folder I can load them.
| How do you avoid the version naming of the package folder?
It's a personal preference but I tend to set things up such that I have no
user-local directory, and that has worked for a