Skip to content

progress_estimated()` was deprecated in dplyr 1.0.0 - warning message when downloading Vectronics data #95

@dgermanwildlife

Description

@dgermanwildlife

Sample code

vectronics keyfiles path - set this to where you store them

path <- get_paths("c:/R/CDFWDataCleaning-main/KeyFiles_CollarRegistration", ext = "keyx$")
path <- get_paths("KeyFiles_CollarRegistration", ext = "keyx$")
#path <- collar::get_paths("RegistrationKeys", ext = "keyx$")

make date object in correct format for fetch_vectronics function

vec_startdate <- paste(vec_start, "T00:00:00",sep="")

_pull all vectronics data

download from vectronics

vec_web <- collar::fetch_vectronics(key_paths=path[1],
start_date = as.character(vec_startdate),
which_date = "acquisition")

-------- warning message generated ---------------

-Downloading Vectronics collar data...
Parsing data...
No encoding supplied: defaulting to UTF-8.
0.02Done. Elapsed time: minutes
Warning message:
progress_estimated() was deprecated in dplyr 1.0.0.
ℹ The deprecated feature was likely used in the collar package.
Please report the issue at https://github.com/Huh/collar/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

-- note: data was successfully downloaded

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions