Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error at last command in 1_download.Rmd #8

Open
qgroom opened this issue Jan 1, 2022 · 1 comment
Open

Error at last command in 1_download.Rmd #8

qgroom opened this issue Jan 1, 2022 · 1 comment
Assignees

Comments

@qgroom
Copy link

qgroom commented Jan 1, 2022

At the end of running 1_download.Rmd this command is run however the result is an error

update_download_list(
  file = here::here("data", "raw", "gbif_downloads.tsv"), 
  download_to_add = gbif_download_key, 
  input_checklist = ""
)

The error message

Rows: 9 Columns: 5
-- Column specification ----------------------------------------------------------------------------------------
Delimiter: "\t"
chr  (4): gbif_download_key, input_checklist, gbif_download_status, gbif_download_doi
dttm (1): gbif_download_created

i Use `spec()` to retrieve the full column specification for this data.
i Specify the column types or set `show_col_types = FALSE` to quiet this message.
[1] "https://doi.org/10.15468/dl.4r7trg"
Error in match.arg(escape) : 'arg' must be NULL or a character vector
> 
@damianooldoni
Copy link
Contributor

Sorry @qgroom, for such a late answer. I am redoing the cubes. And I am making a PR right now.
This is an error due to the new version of readr (2.x instead of 1.x). It should be fixed within a minute or two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants