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

upcoming sf breaks sftracks #40

Closed
edzer opened this issue Mar 6, 2023 · 2 comments
Closed

upcoming sf breaks sftracks #40

edzer opened this issue Mar 6, 2023 · 2 comments

Comments

@edzer
Copy link

edzer commented Mar 6, 2023

with:

* checking re-building of vignette outputs ... ERROR
Error(s) in re-building vignettes:
--- re-building ‘sftrack1_overview.Rmd’ using rmarkdown
Quitting from lines 245-249 (sftrack1_overview.Rmd) 
Error: processing vignette 'sftrack1_overview.Rmd' failed with diagnostics:
arguments have different crs
--- failed re-building ‘sftrack1_overview.Rmd’

--- re-building ‘sftrack2_reading.Rmd’ using rmarkdown
Quitting from lines 129-141 (sftrack2_reading.Rmd) 
Error: processing vignette 'sftrack2_reading.Rmd' failed with diagnostics:
arguments have different crs
--- failed re-building ‘sftrack2_reading.Rmd’

--- re-building ‘sftrack3_workingwith.Rmd’ using rmarkdown
Quitting from lines 25-44 (sftrack3_workingwith.Rmd) 
Error: processing vignette 'sftrack3_workingwith.Rmd' failed with diagnostics:
arguments have different crs
--- failed re-building ‘sftrack3_workingwith.Rmd’

--- re-building ‘sftrack4_groups.Rmd’ using rmarkdown
--- finished re-building ‘sftrack4_groups.Rmd’

--- re-building ‘sftrack5_spatial.Rmd’ using rmarkdown
Quitting from lines 21-35 (sftrack5_spatial.Rmd) 
Error: processing vignette 'sftrack5_spatial.Rmd' failed with diagnostics:
arguments have different crs
--- failed re-building ‘sftrack5_spatial.Rmd’

SUMMARY: processing the following files failed:
  ‘sftrack1_overview.Rmd’ ‘sftrack2_reading.Rmd’
  ‘sftrack3_workingwith.Rmd’ ‘sftrack5_spatial.Rmd’

Error: Vignette re-building failed.
Execution halted

* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR
See
  ‘/tmp/sftrack.Rcheck/00check.log’
for details.

it seems that the following NEWS.md item is responsible:

  • c.sfc() (and, consequently, dplyr::bind_rows()) gives an error if components have different CRS; #1884

see r-spatial/sf#1884

@edzer edzer added the use-case Use cases label Mar 6, 2023
@basille
Copy link
Member

basille commented Mar 7, 2023

CRS errors, of course! Thanks @edzer for the report. Can I ask you when is the upcoming sf due? I'll do my best to fix this issue before then.

@basille
Copy link
Member

basille commented Mar 16, 2023

New sftrack version 0.5.4 (now on CRAN) fixes this issue. Thanks @edzer for the report!

@basille basille closed this as completed Mar 16, 2023
@basille basille removed the use-case Use cases label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants