rsbivand / rgrass

Interpreted interface between the GRASS geographical information system and R
https://rsbivand.github.io/rgrass/
26 stars 9 forks source link

Roxygenize rgrass documentation #97

Closed stevenpawley closed 3 weeks ago

stevenpawley commented 3 weeks ago

Purpose

This is a pull request to roxygenize the rgrass documentation. This should reproduce the original documentation but using roxygen2 tags. The code examples within the documentation have been reformatted for readability, although there are no logic changes to the examples.

Testing

Examples have been checked in the GRASS NC basic dataset. Documentation and package build passes devtools::check() with:

0 errors ✔ | 0 warnings ✔ | 0 notes ✔

Note

Note, the read_RAST example that returns data using 'sp' fails due to the PROJ4 string from GRASS (using GRASS 8.3.2 on Ubuntu 24.04).

stevenpawley commented 3 weeks ago

Thanks for reviewing this!