Jason Bryer

Results 9 issues of Jason Bryer

Is it possible to have a section expanded by default when using the slide-menu? Perhaps having a parameter in the YAML for an _index.md file indicating this subfolder should be...

The R-Bloggers demo, for example, requires a Google Reader username and password to pull the RSS feed. Currently, makeR will save that password in the project XML file. Instead, sensitive...

To facilitate easier debugging the assignProperties function on a Version class should call setwd() as the build process would.

Create a check_doc function (similar to devtools) that reports which queries are not properly documented.

The dest_dir will save the book to any specified directory, not just the current working directory. Also added roxygen2 documentation.

This will download books without setting the working directory. If there is an error in the downloading process, the working directory for the calling environment will not be impacted.

This fixes an issue where the figure wouldn't render if the `year.range` parameter was specified.

By using seq_len the for loop will not execute when the interests parameter is not used (i.e. set to NULL).

The help document states: is an n X 2 dataframe or matrix. First column defines X (intially for horzontal axis), the second defines Y. However, when running this code it...