В Tue, 14 Mar 2023 02:03:29 +0200
Guy Kelman пишет:
> A while ago I tried to bundle packages for offline installations. For
> this I created a script that would access
> ftp://cran.r-project.org/pub/R/src/contrib/ for each package in a
> loop.
Next time, follow the instructions at
https://cran.r
Dear r-help@,
A while ago I tried to bundle packages for offline installations. For this
I created a script that would access
ftp://cran.r-project.org/pub/R/src/contrib/ for each package in a loop.
The first trial was bugous and it generated many bad URL requests to
cran.r-project.org
>From that m
Hi Rodrigo,
Try to add tkgrid.configuration and change values as you want.
library(tcltk2)
win1 <- tktoplevel()
butOK <- tk2button(win1, text = "TEST", width = 77)
tkgrid(whiteSPACE, butOK, columnspan=2, padx=20, pady=10)
tkgrid.configure(butOK,rowspan=2,columnspan= 3,sticky="nsew")
Here is the d
3 matches
Mail list logo