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

devtools::check failing #20

Open
hrodmn opened this issue Jan 31, 2023 · 0 comments
Open

devtools::check failing #20

hrodmn opened this issue Jan 31, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@hrodmn
Copy link
Contributor

hrodmn commented Jan 31, 2023

Both vignettes are failing to build:

R version 4.2.1 (2022-06-23) -- "Funny-Looking Kid"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> devtools::check()
══ Documenting ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
ℹ Installed roxygen2 version (7.2.3) doesn't match required (7.1.1)
✖ `check()` will not re-document this package
══ Building ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
Setting env vars:
• CFLAGS    : -Wall -pedantic -fdiagnostics-color=always
• CXXFLAGS  : -Wall -pedantic -fdiagnostics-color=always
• CXX11FLAGS: -Wall -pedantic -fdiagnostics-color=always
• CXX14FLAGS: -Wall -pedantic -fdiagnostics-color=always
• CXX17FLAGS: -Wall -pedantic -fdiagnostics-color=always
• CXX20FLAGS: -Wall -pedantic -fdiagnostics-color=always
── R CMD build ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
✔  checking for file ‘/home/henry/workspace/tidyFIA/DESCRIPTION’ ...
─  preparing ‘tidyFIA’:
✔  checking DESCRIPTION meta-information ...
─  installing the package to build vignettes
E  creating vignettes (2m 37.6s)
   --- re-building ‘using_tidyFIA.Rmd’ using rmarkdown
   trying URL 'https://www.arb.ca.gov/cc/capandtrade/protocols/usforest/2014/supersectionshapefiles/gis-supersection-shape-file.zip'
   Content type 'application/zip' length 9525186 bytes (9.1 MB)
   ==================================================
   downloaded 9.1 MB
   
   Quitting from lines 162-173 (using_tidyFIA.Rmd) 
   Error: processing vignette 'using_tidyFIA.Rmd' failed with diagnostics:
   Problem while computing stat.
   ℹ Error occurred in the 2nd layer.
   Caused by error in `seq_len()`:
   ! argument must be coercible to non-negative integer
   --- failed re-building ‘using_tidyFIA.Rmd’
   
   --- re-building ‘white_spruce.Rmd’ using rmarkdown
   trying URL 'ftp://ftp.gisdata.mn.gov/pub/gdrs/data/pub/us_mn_state_dnr/bdry_counties_in_minnesota/shp_bdry_counties_in_minnesota.zip'
   Content type 'unknown' length 1903768 bytes (1.8 MB)
   ==================================================
   Quitting from lines 127-129 (white_spruce.Rmd) 
   Error: processing vignette 'white_spruce.Rmd' failed with diagnostics:
   HTTP error 404.
   --- failed re-building ‘white_spruce.Rmd’
   
   SUMMARY: processing the following files failed:
     ‘using_tidyFIA.Rmd’ ‘white_spruce.Rmd’
   
   Error: Vignette re-building failed.
   Execution halted
Error in `(function (command = NULL, args = character(), error_on_status = TRUE, …`:
! System command 'R' failed
---
Exit status: 1
stdout & stderr: <printed>
---
Type .Last.error to see the more details.
@hrodmn hrodmn added the bug Something isn't working label Jan 31, 2023
@hrodmn hrodmn self-assigned this Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant