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

R CMD check failing #135

Closed
elinw opened this issue Mar 17, 2022 · 3 comments
Closed

R CMD check failing #135

elinw opened this issue Mar 17, 2022 · 3 comments
Labels
Backlog Issues to be resolved ASAP

Comments

@elinw
Copy link
Contributor

elinw commented Mar 17, 2022

Need to resolve remaining issues in R CMD Check.

@elinw elinw added the Backlog Issues to be resolved ASAP label Mar 17, 2022
@elinw
Copy link
Contributor Author

elinw commented Apr 6, 2022

Even though it's passing now-- that is because some things are commented out.

@maelle
Copy link
Member

maelle commented May 2, 2022

@elinw I assume you also know of the pkgdown building failure due to one of the vignettes? https://github.com/r-universe/ropensci/runs/6189739404?check_suite_focus=true

Reading 'vignettes/wind_pressure.Rmd'
-- RMarkdown error -------------------------------------------------------------

Attaching package: 'dplyr'

The following objects are masked from 'package:stats':

    filter, lag

The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union

Loading required package: ggplot2
rrricanes is not intended for use in emergency situations.
Quitting from lines 55-56 (wind_pressure.Rmd) 
Error in filter(., Key == key, Adv <= adv) : object 'fstadv' not found
--------------------------------------------------------------------------------
Error in render_rmarkdown(pkg, input = input, output = output_file, output_format = format,  : 
  Failed to render RMarkdown
Caused by error:
! callr subprocess failed: object 'fstadv' not found
Caused by error:
! object 'fstadv' not found
In addition: Warning message:
The vignette title specified in \VignetteIndexEntry{} is different from the title in the YAML metadata. The former is "Installing rrricanesrdata", and the latter is "Installing rrricanesdata". If that is intentional, you may set options(rmarkdown.html_vignette.check_title = FALSE) to suppress this check. 

Error: <callr_status_error: callr subprocess failed: Failed to render RMarkdown
Caused by error:
! callr subprocess failed: object 'fstadv' not found
Caused by error:
! object 'fstadv' not found>

@maelle
Copy link
Member

maelle commented Oct 3, 2022

GHA passing now

@maelle maelle closed this as completed Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backlog Issues to be resolved ASAP
Projects
None yet
Development

No branches or pull requests

2 participants