International-Soil-Radiocarbon-Database / ISRaD

Repository for the development and release of ISRaD data and tools
https://international-soil-radiocarbon-database.github.io/ISRaD/
24 stars 15 forks source link

ISRaD.extra.Cstocks not loading w/ pkg #111

Closed jb388 closed 5 years ago

jb388 commented 5 years ago

@greymonroe @mguderle ISRaD.extra.Cstocks function doesn't load when ISRaD is installed. I checked the NAMESPACE file and noticed that it isn't listed as an "export" object.

ShaneStoner commented 5 years ago

Could the spatial soil function could have the same problem then?

jb388 commented 5 years ago

No, ISRaD.extra.geospatial.soil does load with the package.

greymonroe commented 5 years ago

ok should be fixed. for future reference... #' @export needs to be in the function header then you run devtools::document() to uipdate the NAMESPACE