allogamous / EnvRtype

Provide tools for collecting environmental data from GIS-based platforms,enabling environmental characterization studies, providing environmental relatedness kinships and kernels for genomic prediction of reaction norms
25 stars 20 forks source link

get_weather function issue #9

Closed covaruber closed 3 years ago

covaruber commented 3 years ago

I tried the exmaple in the help page

library(EnvRtype)

## Temperature for a single location:
get_weather(env.id = "NM", lat = -13.05, lon = -56.05,
            start.day = "2015-02-15", end.day = "2015-06-15",
            variables.names = c("T2M"))

and I get the following error message

ATTENTION: This function requires internet access


Error: object ‘is_present’ is not exported by 'namespace:lifecycle'

covaruber commented 3 years ago

By the way the bug only happens in Windows, not in Mac. Cheers.

allogamous commented 3 years ago

Sounds good. We will check what is happening. Anyway, did you like the package?

On Fri, 23 Oct 2020 at 17:20 Gio Covarrubias notifications@github.com wrote:

By the way the bug only happens in Windows, not in Mac. Cheers.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/allogamous/EnvRtype/issues/9#issuecomment-715570978, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANAQADBQJNGCKCNUG34HBZTSMHQPNANCNFSM4S47O4GQ .

-- Roberto Fritsche-Neto Allogamous Plant Breeding Lab http://www.genetica.esalq.usp.br/alogamas/index2.html Department of Genetics http://www.genetica.esalq.usp.br/en/ ESALQ - USP http://www.esalq.usp.br/

covaruber commented 3 years ago

I am just testing it but looks fantastic! :)