Last updated: 2019-08-31

Checks: 7 0

Knit directory: 2019-feature-selection/

This reproducible R Markdown analysis was created with workflowr (version 1.4.0). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.

The command set.seed(20190522) was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.

Great job! Recording the operating system, R version, and package versions is critical for reproducibility.

Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.

Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility. The version displayed above was the version of the Git repository at the time these results were generated.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/
    Ignored:    .Ruserdata/
    Ignored:    .drake/
    Ignored:    analysis/rosm.cache/
    Ignored:    data/
    Ignored:    inst/Benchmark for Filter Methods for Feature Selection in High-Dimensional  Classification Data.pdf
    Ignored:    inst/study-area-map/study-area.qgs~
    Ignored:    log/
    Ignored:    packrat/lib-R/
    Ignored:    packrat/lib-ext/
    Ignored:    packrat/lib/
    Ignored:    reviews/
    Ignored:    rosm.cache/
    Ignored:    tests/

Untracked files:
    Untracked:  .drake_history/

Unstaged changes:
    Modified:   _drake.R
    Modified:   analysis/eval-performance.Rmd
    Modified:   code/05-modeling/paper/tune-wrapper.R
    Modified:   code/06-benchmark-matrix.R
    Modified:   code/061-aggregate.R
    Modified:   code/98-paper/ieee/pdf/correlation-filter-nri-1.pdf
    Modified:   code/98-paper/ieee/pdf/correlation-nbins-1.pdf
    Modified:   code/98-paper/journal/defoliation-distribution-plot-1.pdf
    Modified:   code/move-figures.R
    Modified:   docs/figure/eda.Rmd/defoliation-distribution-plot-1.pdf
    Modified:   docs/figure/eval-performance.Rmd/performance-results-1.pdf
    Modified:   docs/figure/filter-correlation.Rmd/correlation-filter-nri-1.pdf
    Modified:   docs/figure/filter-correlation.Rmd/correlation-nbins-1.pdf

Staged changes:
    Modified:   analysis/response-normality.Rmd

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the R Markdown and HTML files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view them.

File Version Author Date Message
html df85aba pat-s 2019-07-12 Build site.
html 3a44a95 pat-s 2019-07-10 Build site.
html db3955e pat-s 2019-06-27 Build site.
html 4c3422d pat-s 2019-06-15 Build site.
html 53c019b pat-s 2019-05-28 Build site.
Rmd 91a2571 pat-s 2019-05-28 wflow_publish(“analysis/index.Rmd”)
html 57ef6ed pat-s 2019-05-27 Build site.
Rmd b091b62 pat-s 2019-05-27 analysis/timeline.Rmd
html 37da161 pat-s 2019-05-24 Build site.
html ad4c6c1 pat-s 2019-05-23 Build site.
html 6517dc7 pat-s 2019-05-23 Build site.
html 22eb53d pat-s 2019-05-23 Build site.
html 66ad991 pat-s 2019-05-23 Build site.
Rmd a7ae8f1 pat-s 2019-05-23 wflow_publish(all = T)
html a7ae8f1 pat-s 2019-05-23 wflow_publish(all = T)
Rmd b02b9da pat-s 2019-05-22 restructure for workflowr
html 753c7ae pat-s 2019-05-22 Build site.
Rmd 00ce986 pat-s 2019-05-22 update index
html 7ad5791 pat-s 2019-05-22 first version
Rmd 1cbc8de pat-s 2019-05-22 Start workflowr project.

Last-changedate minimal R version Licence DOI

This workflowr site contains all information and results about this research project.

Project details can be found in the About page.

Result shortcuts

  1. Prediction maps of defoliation at trees

Powered by drake + workflowr + mlr.

Acknowledgements

This work has been supported by the the European Union “Healthy Forest” Project LIFE14 ENV/ES/000179.


sessionInfo()
R version 3.5.2 (2018-12-20)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: CentOS Linux 7 (Core)

Matrix products: default
BLAS: /opt/R/3.5.2/lib64/R/lib/libRblas.so
LAPACK: /usr/lib64/libopenblaso-r0.3.3.so

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

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

loaded via a namespace (and not attached):
 [1] workflowr_1.4.0 Rcpp_1.0.0      digest_0.6.18   rprojroot_1.3-2
 [5] backports_1.1.3 git2r_0.24.0    magrittr_1.5    evaluate_0.13  
 [9] stringi_1.3.1   fs_1.2.6        whisker_0.3-2   rmarkdown_1.13 
[13] tools_3.5.2     stringr_1.4.0   glue_1.3.0      xfun_0.5       
[17] yaml_2.2.0      compiler_3.5.2  htmltools_0.3.6 knitr_1.23