From dccbf543893084e9131691fc237c242139e5fb48 Mon Sep 17 00:00:00 2001 From: see24 Date: Wed, 26 Jun 2024 13:28:14 -0400 Subject: [PATCH] minor changes --- .Rbuildignore | 1 + DESCRIPTION | 6 +++--- cran-comments.md | 22 ++++------------------ 3 files changed, 8 insertions(+), 21 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 859bd49..1a4aa62 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -18,3 +18,4 @@ ^CRAN-RELEASE$ ^CRAN-SUBMISSION$ +^revdep$ diff --git a/DESCRIPTION b/DESCRIPTION index 3047952..e1ba162 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -27,12 +27,12 @@ Date: 2024-06-26 URL: https://github.com/LandSciTech/roads, https://landscitech.github.io/roads/ Description: Iterative least cost path and minimum spanning tree methods for projecting - forest road networks. The methods connect a set of target points to an existing road network using igraph + forest road networks. The methods connect a set of target points to an existing road network using 'igraph' to identify least cost routes. The cost of constructing a road segment between adjacent pixels is determined by a user supplied - `weightRaster` and a `weightFunction`; options include the average of adjacent `weightRaster` values, + weightRaster and a weightFunction; options include the average of adjacent `weightRaster` values, and a function of the elevation differences between adjacent cells that penalizes steep grades. These road network projection methods are intended for integration into R workflows and modelling frameworks used for forecasting forest change, - and can be applied over multiple timesteps without rebuilding a graph at each timestep. + and can be applied over multiple time-steps without rebuilding a graph at each time-step. License: Apache License (>= 2) Encoding: UTF-8 LazyData: true diff --git a/cran-comments.md b/cran-comments.md index 29485c7..28af14a 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -5,26 +5,12 @@ ubuntu-latest (release) ubuntu-latest(devel) ubuntu-latest(oldrel-1) -## Test environments -- R-hub windows-x86_64-devel (r-devel) -- R-hub ubuntu-gcc-release (r-release) -- R-hub fedora-clang-devel (r-devel) ## R CMD check results -❯ On windows-x86_64-devel (r-devel) - checking for non-standard things in the check directory ... NOTE - Found the following files/directories: - ''NULL'' -❯ On windows-x86_64-devel (r-devel) - checking for detritus in the temp directory ... NOTE - Found the following files/directories: - 'lastMiKTeXException' +0 errors ✔ | 0 warnings ✔ | 1 notes ✖ -❯ On ubuntu-gcc-release (r-release), fedora-clang-devel (r-devel) - checking HTML version of manual ... NOTE - Skipping checking HTML validation: no command 'tidy' found +This NOTE is related to spelling of argument names used in the description -0 errors ✔ | 0 warnings ✔ | 3 notes ✖ - -These NOTES are all related to rhub issues so I believe they can be ignored +## Reverse Dependencies +There are none \ No newline at end of file