Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
see24 committed Jun 26, 2024
1 parent 6141fac commit dccbf54
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
^CRAN-RELEASE$

^CRAN-SUBMISSION$
^revdep$
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://igraph.org>
forest road networks. The methods connect a set of target points to an existing road network using 'igraph' <https://igraph.org>
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
Expand Down
22 changes: 4 additions & 18 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dccbf54

Please sign in to comment.