Displaying 5 results from an estimated 5 matches for "gswin64c".
Did you mean:
gswin32c
2012 Jun 24
1
Error using PostScriptTrace()
...le from:
http://en.wikipedia.org/wiki/File:Senegal_location_map.svg
It was saved as "ps" file from Inkscape.
Thank you for any assistance
Modou
> library(grImport)
Loading required package: grid
Loading required package: XML
> Sys.setenv(R_GSCMD="C:/Program Files/gs/gs9.05/bin/gswin64c.exe")
> PostScriptTrace("Senegal_location_map.ps", charpath=F)
Error in PostScriptTrace("Senegal_location_map.ps", charpath = F) :
status 127 in running command 'C:/Program Files/gs/gs9.05/bin/gswin64c.exe
-q -dBATCH -dNOPAUSE -sDEVICE=pswrite -sOutputFile=
C:\...
2014 Jul 14
1
Error in compactPDF/find_gs_cmd or documentation?
...n seems not to match the usage of the function. For
GhostScript, one has to set the argument gs_cmd, which has the following
description:
gs_cmd - Character string giving the path to the GhostScript executable,
if that is to be used. On Windows this is the path to 'gswin32c.exe' or
'gswin64c.exe'. If "", the function will try to find a platform-specific
path to GhostScript.
The first part seems not to work as described. If gs_cmd is given, this
is passed to find_gs_cmd. This function will then call:
Sys.which(gs_cmd)
which rather takes the name of the executable as inp...
2019 Sep 27
1
passing extra arguments to devtools::build
...58118495/passing-extra-argumenets-to-devtoolsbuild
but there has been no useful reply.
Something seems to have changed in the |devtools|package, so that the
following commands, that used to run now give an error I can't decipher:
|>Sys.setenv(R_GSCMD="C:/Program
Files/gs/gs9.21/bin/gswin64c.exe")>devtools::build(args
=c('--resave-data','--compact-vignettes="gs+qpdf"'))The
filename,directory name,or volume label syntax is incorrect. Error
in(function(command =NULL,args =character(),error_on_status
=TRUE,:System command error|
I've tried other...
2012 Apr 20
1
R CMD check: Sys.getenv("R_GSCMD") cannot contain full pathname (contrary to docs)
...basename not a full pathname.
SUGGESTIONS:
Update tools:::find_gs_cmd() to test for file existence before turning
to Sys.which(), e.g.
find_gs_cmd <- function (gs_cmd)
{
if (!nzchar(gs_cmd)) {
if (.Platform$OS.type == "windows") {
gs_cmd <- Sys.which("gswin64c")
if (!nzchar(gs_cmd))
gs_cmd <- Sys.which("gswin32c")
gs_cmd
}
else Sys.which("gs")
} else {
if (file.exists(gs_cmd) && !file.info(gs_cmd)$isdir)
gs_cmd
else
Sys.which(gs_cmd...
2016 Jul 20
2
Fuente (Tahoma)
Hola.
Estoy logrando sacar un gráfico para una presentación en ggloot2 y me está
quedando bastante bonito! Pero, tengo es problema con las fuentes:
Warning messages:
?>?
1: In grid.Call(L_textBounds, as.graphicsAnnot(x$label), ... :
?>?
font family not found in Windows font database
?etc.?
?que proviene de
> theme_minimal(base_size = 14, base_family = "Tahoma") +
?La verdad