ITADN

type argument disregarded

#2303Openpedriniedoardo 创建于 2026-05-31
P
pedriniedoardocommented
Hello, thany you fro developing the tool! I was testing out the new verison of the package `1.2.3` and I have noticed that the argument `type="source"` in `renv::install()` is disregarded. ``` > renv::install("KernSmooth",type = "source") The following package(s) will be installed: - KernSmooth [2.23-26] These packages will be installed into "/beegfs/scratch/ric.cosr/pedrini.edoardo/project_edoardo/test/R46_pixi/renv/library/linux-rocky-9.5/R-4.6/x86_64-conda-linux-gnu". Do you want to proceed? [Y/n]: Y # Downloading packages ------------------------------------------------------- y KernSmooth 2.23-26 [98 kB in 0.51s] Successfully downloaded 1 package in 0.99 seconds. # Installing packages -------------------------------------------------------- y KernSmooth 2.23-26 [installed binary] ... ``` Is it expected? Is there any suggestion on how to fix this? Best ragards, edoardo
0 条评论