Password prompt inactive

Hüsing, Johannes via ESS-help <[email protected]> Mon, 17 Mar 2025 06:43:19 +0000
Newsgroups gmane.emacs.ess.general
Message-ID <[email protected]>
--===============9086906155502288376==
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-length: 2681

Hi all,
running the following script from RStudio results in an open mini dialog wi=
ndow asking for my password, entered keyboard characters are hidden.

library(DBI)
library(getPass)
library(dplyr)

  con <- dbConnect(RPostgres::Postgres(),
                   dbname =3D "EpiData",
                   host=3D'somehost',
                   port=3D5432,
                   user=3D if(!is.na(user)) user else readline(),
                   password=3DgetPass())

Running the same script out of an ess session results in an alternating cha=
racter ("\" -> "/" -> "-" repeat) displayed right of the session name, indi=
cating that some process is busy. As I am using Windows, I can look at the =
processes using task manager. The process named "R for Windows terminal fro=
nt-end" has been started since I entered "M-x run-ess-r-latest". Task Manag=
er doesn't indicate any significant load on CPU or storage.

This behaviour did not occur before, and I cannot recall what I have been d=
oing lately which would have caused this behaviour.

> packageVersion("DBI")
[1] '1.1.3'
> packageVersion("getPass")
[1] '0.2.2'
> packageVersion("dplyr")
[1] '1.1.4'
> R.Version()
$platform
[1] "x86_64-w64-mingw32"

$arch
[1] "x86_64"

$os
[1] "mingw32"

$crt
[1] "ucrt"

$system
[1] "x86_64, mingw32"

$status
[1] ""

$major
[1] "4"

$minor
[1] "3.1"

$year
[1] "2023"

$month
[1] "06"

$day
[1] "16"

$`svn rev`
[1] "84548"

$language
[1] "R"

$version.string
[1] "R version 4.3.1 (2023-06-16 ucrt)"

$nickname
[1] "Beagle Scouts"

Dr. Johannes H=FCsing
Epidemiologie

Landeskrebsregister NRW gGmbH
Gesundheitscampus 10
44801 Bochum



T 0234 54509-216
F 0234 54509-499
[email protected]<mailto:Johannes.Huesing@krebsregister=
.nrw.de>
www.landeskrebsregister.nrw<http://www.landeskrebsregister.nrw>

Das Landeskrebsregister NRW online
FACEBOOK: https://www.facebook.com/LKRNordrheinWestfalen/
INSTAGRAM: https://www.instagram.com/landeskrebsregister_nrw
LINKEDIN: https://www.linkedin.com/company/87452209/admin/feed/posts/

Newsletter LKR NRW - jetzt anmelden unter
 https://www.landeskrebsregister.nrw/aktuelles/newsletter




Gesch=E4ftsf=FChrer
Dr. Andres Sch=FCtzend=FCbel
Vorsitzender der Gesellschafterversammlung
Staatssekret=E4r Matthias Heidmeier
Sitz der Gesellschaft
Bochum
Registergericht
Amtsgericht Bochum
HRB 17715

HINWEIS: Diese Nachricht ist nur f=FCr den Adressaten bestimmt. Es ist nich=
t erlaubt, diese Nachricht zu kopieren oder Dritten zug=E4nglich zu machen.=
 Sollten Sie irrt=FCmlich diese Nachricht erhalten haben, bitte ich um Ihre=
 Mitteilung per E-Mail oder unter der oben angegebenen Telefonnummer.

	[[alternative HTML version deleted]]


--===============9086906155502288376==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/ess-help

--===============9086906155502288376==--