[BlindRUG] error message
Péter Zsigmond
peterzsigmond1 at gmail.com
Thu Jul 8 14:35:05 UTC 2021
Re: [BlindRUG] BrailleR error message
Dear Peter,
That's a bummer. So, it looks like that this is unrelated to BrailleR,
and a problem with the 'remotes' packages, or one of its dependencies,
in combination with your Windows setup.
I suggest you reach out to
https://github.com/r-lib/remotes/issues
and
use remotes::install_github("r-lib/conflicted") to illustrate your
problem. Make sure to report the output of traceback() _after_ you
get the error as well as the output of sessionInfo().
Back to your objective of installing BrailleR: I'll let someone else
figure out a workaround for you. However, this is a good example why
it's better to distribute popluar R packages on CRAN, because there
they make sure things install and run smoothly on various setups.
When installing from GitHub and likes, end-users can't rely on such
quality assurances, and you'll have to rely on third-party solutions
such as the 'remotes' package. Jonathan, a second-best alternative to
CRAN, could be to host your personal repository on GitHub using
https://cran.r-project.org/package=drat.
Then people could use
install.packages() to install BrailleR.
/Henrik
On Wed, Jul 7, 2021 at 3:32 AM Péter Zsigmond
<peterzsigmond1 at gmail.com>
wrote:
idézetblokk
Dear Henrik,
thank you very very much for your kindness! Saddly I have error messages
again. See below.
Best regards,
Peter
> remotes::install_github("r-lib/conflicted")
Downloading GitHub repo r-lib/conflicted at HEAD
Error: Failed to install 'conflicted' from GitHub:
create process 'C:/PROGRA~1/R/R-40~1.4/bin/x64/Rcmd.exe' (system
error 267, Érvénytelen a könyvtárnév.
) @win/processx.c:1040 (processx_exec)
>
>
> path <- tempdir()
> print(path)
[1] "C:\\Users\\PTERZS~1\\AppData\\Local\\Temp\\Rtmpa4HGme"
> setwd(path)
> .libPaths(c(path, .libPaths()))
> remotes::install_github("r-lib/conflicted")
Downloading GitHub repo r-lib/conflicted at HEAD
Error: Failed to install 'conflicted' from GitHub:
create process 'C:/PROGRA~1/R/R-40~1.4/bin/x64/Rcmd.exe' (system
error 267, Érvénytelen a könyvtárnév.
) @win/processx.c:1040 (processx_exec)
>
--
Az e-mailen az AVG vírusellenőrzést végzett.
http://www.avg.com
idézetblokk vége
--
Az e-mailen az AVG vírusellenőrzést végzett.
http://www.avg.com
More information about the BlindRUG
mailing list