TopoToolbox / topotoolboxr

R interface to TopoToolbox
GNU General Public License v3.0
0 stars 2 forks source link

Fix warnings from R CMD check #7

Closed wkearn closed 2 months ago

wkearn commented 2 months ago

This will fix #5

R/utils.R is deleted, since that function doesn't do anything.

R/has_topotoolbox.R adds documentation of the parameter a

man/has_topotoolbox.Rd is the auto-generated documentation for has_topotoolbox

The warnings have been fixed, so I have restored the default setting for check-r-package, which fails on warnings and errors.

@FancyBirb: This PR messes with some of your R code, so I'd like your review of the changes before I merge it.