Last updated on 2021-11-01 00:49:41 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.70 | 57.27 | 59.97 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 2.16 | 40.97 | 43.13 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 80.87 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 65.37 | NOTE | |||
r-devel-windows-x86_64 | 0.1.1 | 5.00 | 59.00 | 64.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 0.1.1 | NOTE | ||||
r-patched-linux-x86_64 | 0.1.1 | 2.55 | 50.67 | 53.22 | NOTE | |
r-patched-solaris-x86 | 0.1.1 | 86.10 | NOTE | |||
r-release-linux-x86_64 | 0.1.1 | 2.68 | 51.86 | 54.54 | NOTE | |
r-release-macos-arm64 | 0.1.1 | NOTE | ||||
r-release-macos-x86_64 | 0.1.1 | WARN | ||||
r-release-windows-ix86+x86_64 | 0.1.1 | 5.00 | 62.00 | 67.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1.1 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 6.00 | 75.00 | 81.00 | OK |
Version: 0.1.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64
Version: 0.1.1
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘getting-started-with-irg.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) not available. Falling back to R Markdown v1.
ndvi package:irg R Documentation
_<08>R_<08>a_<08>w _<08>N_<08>D_<08>V_<08>I _<08>T_<08>i_<08>m_<08>e _<08>S_<08>e_<08>r_<08>i_<08>e_<08>s
_<08>D_<08>e_<08>s_<08>c_<08>r_<08>i_<08>p_<08>t_<08>i_<08>o_<08>n:
A data.table containing NDVI samples for ten points over ten years
(2002-2012).
_<08>F_<08>o_<08>r_<08>m_<08>a_<08>t:
A data.table with 2530 rows and 5 variables:
• id - individual identifier
• yr - year of sample
• DayOfYear - julian day/day of year of sample
• NDVI - sampled value
• SummaryQA - Summary quality assessment value
SummaryQA details:
• 0 - Good data, use with confidence
• 1 - Marginal data, useful but look at detailed QA for more
information
• 2 - Pixel covered with snow/ice
• 3 - Pixel is cloudy
_<08>E_<08>x_<08>a_<08>m_<08>p_<08>l_<08>e_<08>s:
# Load data.table
library(data.table)
# Read example data
ndvi <- fread(system.file("extdata", "ndvi.csv", package = "irg"))
Quitting from lines 99-153 (getting-started-with-irg.Rmd)
Error: processing vignette 'getting-started-with-irg.Rmd' failed with diagnostics:
invalid 'path' argument
--- failed re-building ‘getting-started-with-irg.Rmd’
SUMMARY: processing the following file failed:
‘getting-started-with-irg.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.1.1
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘getting-started-with-irg.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
ndvi package:irg R Documentation
_<08>R_<08>a_<08>w _<08>N_<08>D_<08>V_<08>I _<08>T_<08>i_<08>m_<08>e _<08>S_<08>e_<08>r_<08>i_<08>e_<08>s
_<08>D_<08>e_<08>s_<08>c_<08>r_<08>i_<08>p_<08>t_<08>i_<08>o_<08>n:
A data.table containing NDVI samples for ten points over ten years
(2002-2012).
_<08>F_<08>o_<08>r_<08>m_<08>a_<08>t:
A data.table with 2530 rows and 5 variables:
• id - individual identifier
• yr - year of sample
• DayOfYear - julian day/day of year of sample
• NDVI - sampled value
• SummaryQA - Summary quality assessment value
SummaryQA details:
• 0 - Good data, use with confidence
• 1 - Marginal data, useful but look at detailed QA for more
information
• 2 - Pixel covered with snow/ice
• 3 - Pixel is cloudy
_<08>E_<08>x_<08>a_<08>m_<08>p_<08>l_<08>e_<08>s:
# Load data.table
library(data.table)
# Read example data
ndvi <- fread(system.file("extdata", "ndvi.csv", package = "irg"))
Quitting from lines 99-153 (getting-started-with-irg.Rmd)
Error: processing vignette 'getting-started-with-irg.Rmd' failed with diagnostics:
cannot open the connection
--- failed re-building ‘getting-started-with-irg.Rmd’
SUMMARY: processing the following file failed:
‘getting-started-with-irg.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-macos-x86_64