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

updating git submodule; closes #184 #219

Merged
merged 2 commits into from
Feb 24, 2022
Merged

Conversation

IndrajeetPatil
Copy link
Member

No description provided.

@IndrajeetPatil
Copy link
Member Author

As far as I can see, the failing build is due to #220, and nothing to do with updates in this PR.

@Yuri05
Copy link
Member

Yuri05 commented Feb 24, 2022

The error is "Running examples in 'tlf-Ex.R' failed". Where does tlf-Ex.R come from? I cannot find this file at all

* checking examples ... ERROR
Running examples in 'tlf-Ex.R' failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: setXAxis
> ### Title: setXAxis
> ### Aliases: setXAxis
> 
> ### ** Examples
> 
> myPlot <- addLine(x = c(1, 2, 3), y = c(10, 50, 100))
> 
> # Set x-axis in log scale
> setXAxis(myPlot, scale = Scaling$log)
> 
> # Set x-axis ticklabels to Greek letters
> setXAxis(myPlot, ticks = c(1, 2, 3), ticklabels = parse(text = c("alpha", "beta", "gamma")))
Error: Only vectors of base object types are allowed.
Execution halted

@IndrajeetPatil
Copy link
Member Author

#' @examples
#' myPlot <- addLine(x = c(1, 2, 3), y = c(10, 50, 100))
#'
#' # Set x-axis in log scale
#' setXAxis(myPlot, scale = Scaling$log)
#'
#' # Set x-axis ticklabels to Greek letters
#' setXAxis(myPlot, ticks = c(1, 2, 3), ticklabels = parse(text = c("alpha", "beta", "gamma")))
#'

@PavelBal
Copy link
Member

The xxx-Ex.R are generated on build from examples... Meaning some of the examples are failing.

@IndrajeetPatil IndrajeetPatil linked an issue Feb 24, 2022 that may be closed by this pull request
@IndrajeetPatil IndrajeetPatil merged commit 4eea999 into develop Feb 24, 2022
@IndrajeetPatil IndrajeetPatil deleted the 184_update_git_submodule branch February 24, 2022 14:59
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

Successfully merging this pull request may close these issues.

updating git submodule
4 participants