Laura DeCicco

Results 102 comments of Laura DeCicco

Can you send me a copy of one of the eLists that give you the error?

There isn't, but that's a good idea. I could probably take the code I'm pasting here and add it to EGRET. Here's some code for the pairs you could use...

`pairOut` would be what you get back from the `runPairs` function: ```r eList

No problem! Does this work for you? ```r print_pairs(eList, pairResults) ``` If not, what is the error message you see?

Did you run the `sink()` command first? `sink` is a weird function, when you run it once, it starts putting all the console output into a file. To stop sending...

Those are only calculated when the `runPairsBoot` (or other "boot" function) is run, so it would need to be a little different. I'll think about how to implement it though.

Yeah, I've been looking for a way to contribute, and this is a natural fit. I've led a similar effort for USGS data (sorry for the non-unique package name...): https://github.com/USGS-R/dataRetrieval...

I see 4 people posted 👍 ...so the directions are pretty clear...but I'm still a bit confused. If the R markdown looks like this: ```` --- title: "Untitled" site: bookdown::bookdown_site...

Nevermind - I figured it out 1 minute after posting, I think the solution is this: ```` --- title: "Untitled" site: bookdown::bookdown_site output: bookdown::gitbook documentclass: book --- ```{r myDThtmltools, results="asis",...

To chime in on a similar enhancement request...I'd love to add custom tags or categories or parameters to the header. For example, I would like to add something like: ```...