[BlindRUG] BrailleR error message

Henrik Bengtsson henrik.bengtsson at gmail.com
Wed Jul 7 04:36:07 UTC 2021


Just a wild guess: That error "Érvénytelen a könyvtárnév.", which
translates to "Invalid directory name.", is a bit odd. It _might_ be
because you have "é" in your "C:\Users\Péter" path.  If so, it's
unrelated to BrailleR, and maybe related to the 'remotes' package.  If
you try to install another package, for example,

remotes::install_github("r-lib/conflicted")

does that give the same error?

If so, what happens if you do:

path <- tempdir()
print(path)
setwd(path)
.libPaths(c(path, .libPaths()))
remotes::install_github("r-lib/conflicted")

If the latter works, then it could be related to having "é" in your path.

/Henrik

On Sun, Jul 4, 2021 at 1:12 PM Péter Zsigmond via BlindRUG
<blindrug at nfbnet.org> wrote:
>
> Dear Iryna,
> thank You for your counsel! Saddly I have error message again.
>
> I wrote:
> setwd("c:/Users/peter")
> if(!require(remotes)) {install.packages("remotes")}
> remotes::install_github('ajrgodfrey/BrailleR')
>
> Error: Failed to install 'BrailleR' 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)
>  >
>
> I  would like to ask you: I downloaded from github:
> BrailleR-master.zip file. I  can install BrailleR package by this file?
>
> Best regards,
> Peter
>
>
>
>
>
>
>
>
>
> --
> Az e-mailen az AVG vírusellenőrzést végzett.
> http://www.avg.com
>
>
> _______________________________________________
> BlindRUG mailing list
> BlindRUG at nfbnet.org
> http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org
> To unsubscribe, change your list options or get your account info for BlindRUG:
> http://nfbnet.org/mailman/options/blindrug_nfbnet.org/henrik.bengtsson%40gmail.com
> The list archive can be viewed at:
> http://www.nfbnet.org/pipermail/blindrug_nfbnet.org
> More information and useful links about using R as a blind person can be obtained at:
> http://R-Resources.massey.ac.nz
>
> Look for help using R commands by reading the accessible e-book "Let's Use R Now" compiled by Jonathan Godfrey at:
> http://R-Resources.massey.ac.nz/lurn/front.html



More information about the BlindRUG mailing list