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

shorten long lines identified in R CMD check #276

Closed
wants to merge 8 commits into from
Prev Previous commit
Next Next commit
Merge branch 'devl' into long-lines
  • Loading branch information
achubaty committed May 27, 2024
commit ad4e7a00e48007120142bbd462e5e95672728f7f
11 changes: 6 additions & 5 deletions R/plot_timeSeries_input.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ plot_timeSeries_input <- function(
gcms = list_gcms(),
ssps = list_ssps(),
max_run = 10,
obs_ts_dataset = c("cru.gpcc", "climatena"),
obs_years = 1901:2022,
gcm_hist_years = 1850:2014,
gcm_ssp_years = 2015:2100,
vars = list_vars()) {
obs_ts_dataset = c("cru.gpcc", "climatena"),
obs_years = list_obs_years(),
gcm_hist_years = list_gcm_hist_years(),
gcm_ssp_years = list_gcm_ssp_years(),
vars = list_vars()
) {
data <- downscale(
xyz = xyz,
gcms = gcms,
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.