[R-pkg-devel] Fwd: R-package-devel at R-project.org: RANDR
Cathy Lee Gierke
leegi001 at umn.edu
Tue Jan 24 23:41:24 CET 2017
Thank you Dirk.
When you say test, I think you mean the examples in the documentation.
Which I likely do have wrong, because I'm not sure how to make a data file
available to the example..... but that may be a different issue.
I don't know what RANDR is. I am opening several alternate output files:
pdf, rtf txt. Would that impact it? Here is the example call to my
package, if that helps:
\examples{
#--------------------- Vignette3 visualization
filePath<-"~/file/path/Installing CAT/Vignette3"
# use for mac
#filePath<-"c:\\file\\path\\Installing CAT\\Vignette3"
# use for PC
fileName<-file.path(filePath,'activity stress c57--stress
copy2-part.txt')
file2Name<-file.path(filePath,'good-6d-2m-part.txt')
CatCall(TimeCol=c(1,2), timeFormat=“\%d/\%m/\%y
\%H:\%M:\%S”,lum=NA, valCols=5, sumCols=c(), Avg=FALSE, export=TRUE,
sizePts=2, binPts=1, Span = 0, Increment=0, k=5, yLab=NA, modulo=1440,
Rverbose=0, RmaxGap=3000, Skip=0, header=TRUE, Smoothing=T,
Actogram=T,AutoCorr=T,CrossCorr=T,Console=F,Graphics="pdf", Darkness1=0,
LagPcnt=1, tz="GMT",
fileName=fileName,file2=list(Name=file2Name,TimeCol=c(1,2),
timeFormat="\%d/\%m/\%y \%H:\%M:\%S", lum=NA, valCols=5,
sumCols=c(),sizePts=2, binPts=1,Darkness=0))
}
Can I tell you anything that would be more helpful?
Cathy Lee Gierke
*“Darkness cannot drive out darkness: only light can do that. Hate cannot
drive out hate: only love can do that.” *
*“The arc of the moral universe is long, but it bends towards justice.”*
*“Nothing in the world is more dangerous than sincere ignorance and
conscientious stupidity.” *
*“Never forget that everything Hitler did in Germany was legal.” *
*“Forgiveness is not an occasional act, it is a constant attitude.” *
*“Injustice anywhere is a threat to justice everywhere.” *
― Martin Luther King Jr.
<http://www.goodreads.com/author/show/23924.Martin_Luther_King_Jr_>
On Tue, Jan 24, 2017 at 4:28 PM, Dirk Eddelbuettel <edd at debian.org> wrote:
>
> On 24 January 2017 at 15:11, Cathy Lee Gierke wrote:
> | I'm cleaning up the problems in my build, but there are a few I do not
> | understand, like this one. What is this telling me?
> |
> | --------------------
> |
> | * checking for unstated dependencies in examples ...Warning in
> grep("^Xlib:
> | *extension \"RANDR\" missing on display", out, invert = TRUE, :
> |
> | input string 4 is invalid in this locale
> |
> | Error in grep("^Xlib: *extension \"RANDR\" missing on display", out,
> invert
> | = TRUE, :
> |
> | attempt to set index 4/4 in SET_STRING_ELT
> |
> | Execution halted
> |
> | --------------------
> | Thank you for your assistance,
>
> Those are X11 error messages. How are your running your test? Anything
> unusual like a remote connection suppressing display extension such as
> RANDR
> which are usually available at the workstation itself.
>
> In any case, this may have nothing to do with you package per se but as did
> not share code or how you ran the tests it is hard to say more.
>
> Best, Dirk
>
> --
> http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
>
[[alternative HTML version deleted]]
More information about the R-package-devel
mailing list