Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 474 Bytes

File metadata and controls

17 lines (9 loc) · 474 Bytes

Timber Workshop Materials Package

A collection of documents, examples, and data for the Aug 2019 Workshop

You can install this package in a running R session by typing the next two lines:

Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")

devtools::install_github("stranda/TimberWS1",build_opts=c(""),force=T)

This might ask you to install a couple of packages but it should not take too long.

After install, try:

library(TimberWS1)

browseVignettes("TimberWS1")