Re: [R-pkg-devel] Fwd: R-package-devel@R-project.org: RANDR

2017-01-24 Thread Roy Mendelssohn - NOAA Federal
Hi Cathy:
> On Jan 24, 2017, at 2:41 PM, Cathy Lee Gierke  wrote:
> 
> 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.

See:

http://r-pkgs.had.co.nz/data.html

In fact read through the entire thing.  it will make you like much easier if 
and when you go to submit your package.

-Roy


**
"The contents of this message do not reflect any position of the U.S. 
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new street address***
110 McAllister Way
Santa Cruz, CA 95060
Phone: (831)-420-3666
Fax: (831) 420-3980
e-mail: roy.mendelss...@noaa.gov www: http://www.pfeg.noaa.gov/

"Old age and treachery will overcome youth and skill."
"From those who have been given much, much will be expected" 
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Fwd: R-package-devel@R-project.org: RANDR

2017-01-24 Thread Dirk Eddelbuettel

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 | e...@debian.org

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel