R

Building a website with `pkgdown`: a short guide

As promised in my last post, here is a short guide with some tips and tricks for building a documentation website for an R package using pkgdown. In the end, this guide ended up way longer than I was expecting, but I hope you’ll find it useful, although it often replicates information already available in pkgdown documentation ! Prerequisites To build a website using pkgdown, all you need to have is an R package hosted on Git Hub, with a file structure “tweaked” with some functionality provided by devtools.

The new MODIStsp website (based on pkgdown) is online !

The MODIStsp website, which lay abandoned since several months on github pages, recently underwent a major overhaul thanks to pkgdown. The new site is now available at http://ropensci.github.io/MODIStsp/ We hope that the revised website will allow to navigate MODIStsp-related material much more easily than either github or the standard CRAN documentation, and will therefore help users in better and more easily exploiting MODIStsp functionality. The restyling was possible thanks to the very nice “pkgdown” R package (http://hadley.

MODIStsp (v 1.3.2) is on CRAN !

We are glad to report that MODIStsp is now also available on CRAN ! From now on, you can therefore install it by simply using: install.packages("MODIStsp") In v 1.3.2 we also added the functionality to automatically apply scale and offset coefficients on MODIS original values according with the specifications of single MODIS products. Setting the new “Scale output values” option to “Yes”, scale factors and offsets are applied (if existing).

MODIStsp v.1.3.1 released !

MODIStsp is a R package allowing automatic download and preprocessing of MODIS Land Products time series, available at this https://github.com/ropensci/MODIStsp github page (See also here for additional information) v1.3.1 adds functionality for processing MODIS snow cover products, accelerated download, processing specified portions of years, plus various bug fixing and improvements. MODIStsp: the main processing GUI See here for a detailed description of introduced changes We hope you will find the new version useful and that we didn’t introduce too many bugs !

MODIStsp v1.3.0 released - adds support for Collection 6 datasets

MODIStsp v1.3.0 has been finally released ! It adds the much-needed functionality for downloading and preprocessing MODIS Collection 006 datasets. Off-line preprocessing of already downloaded hdf images was also improved, and the GUI was a bit revamped to improve user-friendliness (A detailed changelog can be found here). More detailed usage instructions were also added to the main github page, and a FAQ section addressing common issues with the package (e.g., installation problems, etc) was added.

Welcome to this Blog