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

CRAN check failing #139

Closed greymonroe closed 5 years ago

greymonroe commented 5 years ago

These files are causing CRAN checks to fail. I will be commenting out their content until they are fixed.

ISRaD.extra.geospatial.soil rep_count_data rep_frc_data rep_site_map

The issue is caused by "no visible binding for global variable" warnings, which basically means that objects or functions are being called which have not been created yet or which the source package is not specified.

coreylawrence commented 5 years ago

@greymonroe Is this related to piping in dplyr, ie. not using ".data" to illustrate the variable passed to a second order process within the piping - #127 ? Or is it something else?

greymonroe commented 5 years ago

Yes this is one of the issues

On Jan 11, 2019, at 9:32 AM, Corey Lawrence notifications@github.com wrote:

@greymonroe Is this related to piping in dplyr (ie., not using ".data" to illustrate the variable passed to a second order process within the piping? Or is it something else?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

greymonroe commented 5 years ago

rep_count_data rep_frc_data rep_site_map

are now cleared for CRAN checks and have been uncommented