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

error in fcTimeSeries* (yearly, hourly...) #4

Open
MalditoBarbudo opened this issue Oct 13, 2016 · 2 comments
Open

error in fcTimeSeries* (yearly, hourly...) #4

MalditoBarbudo opened this issue Oct 13, 2016 · 2 comments

Comments

@MalditoBarbudo
Copy link

When executing the examples in ?fcTimesSeriesYearly an error appears:

fcTimeSeriesYearly(variable="airt",latitude=75.5, longitude=57.7,firstYear=1950,lastYear=2000)
No encoding supplied: defaulting to UTF-8.
Error in x[sapply(x, is.null)] <- NA : invalid subscript type 'list'

It worked before, but not since the last few days (I don't know exactly when started to fail).

My session info:

sessionInfo()
R version 3.3.1 (2016-06-21)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 14.04.5 LTS

locale:
[1] LC_CTYPE=es_ES.UTF-8       LC_NUMERIC=C               LC_TIME=es_ES.UTF-8        LC_COLLATE=es_ES.UTF-8    
[5] LC_MONETARY=es_ES.UTF-8    LC_MESSAGES=es_ES.UTF-8    LC_PAPER=es_ES.UTF-8       LC_NAME=C                 
[9] LC_ADDRESS=C               LC_TELEPHONE=C             LC_MEASUREMENT=es_ES.UTF-8 LC_IDENTIFICATION=C

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base   

other attached packages:
[1] RFc_0.1-2         sp_1.2-3          httr_1.2.1        jsonlite_1.0      sapfluxnetr_0.0.7

loaded via a namespace (and not attached):
[1] Rcpp_0.12.7      magrittr_1.5     munsell_0.4.3    colorspace_1.2-6 xtable_1.8-2     lattice_0.20-34  R6_2.1.3        
[8] plyr_1.8.4       dplyr_0.5.0      tools_3.3.1      grid_3.3.1       gtable_0.2.0     logging_0.7-103  tpldata_0.1     
[15] DBI_0.5          htmltools_0.3.5  assertthat_0.1   digest_0.6.10    tibble_1.2       shiny_0.13.2     ggplot2_2.1.0   
[22] curl_1.2         mime_0.5         scales_0.4.0     tpl_0.1          httpuv_1.3.3   
@MalditoBarbudo
Copy link
Author

Looking in CRAN checks (https://cran.r-project.org/web/checks/check_results_RFc.html) this error also appears in there

@dgrechka
Copy link
Owner

Thank you for the report!

I'm traveling now without PC and with limited internet access till 20 October.
I'll check the issue after 20 October.

Sorry for that.

Regards,
Dmitry.

Sent from a phone

On 13 Oct 2016, at 16:16, Víctor Granda [email protected] wrote:

When executing the examples in ?fcTimesSeriesYearly an error appears:

fcTimeSeriesYearly(variable="airt",latitude=75.5, longitude=57.7,firstYear=1950,lastYear=2000)
No encoding supplied: defaulting to UTF-8.
Error in x[sapply(x, is.null)] <- NA : invalid subscript type 'list'
It worked before, but not since the last few days (I don't know exactly when started to fail).

My session info:

sessionInfo()
R version 3.3.1 (2016-06-21)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 14.04.5 LTS

locale:
[1] LC_CTYPE=es_ES.UTF-8 LC_NUMERIC=C LC_TIME=es_ES.UTF-8 LC_COLLATE=es_ES.UTF-8
[5] LC_MONETARY=es_ES.UTF-8 LC_MESSAGES=es_ES.UTF-8 LC_PAPER=es_ES.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=es_ES.UTF-8 LC_IDENTIFICATION=C

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] RFc_0.1-2 sp_1.2-3 httr_1.2.1 jsonlite_1.0 sapfluxnetr_0.0.7

loaded via a namespace (and not attached):
[1] Rcpp_0.12.7 magrittr_1.5 munsell_0.4.3 colorspace_1.2-6 xtable_1.8-2 lattice_0.20-34 R6_2.1.3
[8] plyr_1.8.4 dplyr_0.5.0 tools_3.3.1 grid_3.3.1 gtable_0.2.0 logging_0.7-103 tpldata_0.1
[15] DBI_0.5 htmltools_0.3.5 assertthat_0.1 digest_0.6.10 tibble_1.2 shiny_0.13.2 ggplot2_2.1.0
[22] curl_1.2 mime_0.5 scales_0.4.0 tpl_0.1 httpuv_1.3.3

You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

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