ncss-tech / soilDB

soilDB: Simplified Access to National Cooperative Soil Survey Databases
http://ncss-tech.github.io/soilDB/
GNU General Public License v3.0
81 stars 20 forks source link

ROSETTA function in new stable version of soilDB (v2.7.1) #252

Closed floveil closed 2 years ago

floveil commented 2 years ago

Hello,

I used theROSETTA function with version 2.6.6 of the package. However, with the stable version (2.7.1), it does not seem to exist anymore. Is this normal?

Thanks in advance.

brownag commented 2 years ago

There was a mistake in exporting this function when the Roxygen documentation was reworked. Unfortunately the incomplete NAMESPACE got uploaded with 2.7.1. Try 2.7.2 from GitHub in the meantime, which should have these issues sorted out.

brownag commented 2 years ago

Also with 2.7.1, you can access the unexported function with soilDB:::ROSETTA()