Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #88 from ukgovdatascience/packrat
Browse files Browse the repository at this point in the history
Upgrade Rcpp to 1.0.0 (fix #87)
  • Loading branch information
nacnudus authored Jan 9, 2019
2 parents da70797 + acffa7b commit 07a05c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions 04-exemplar.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,12 @@ As the code is stored on Github we can access the current master version as well

Installation means the package is on our computer but it is not loaded into the computer's working memory. We also load any additional packages that might be useful for exploring the package or data therein.

```{r, echo=FALSE}
```{r, eval=FALSE}
devtools::install_github('ukgovdatascience/eesectors')
library(eesectors)
```

```{r, echo = FALSE}
library(eesectors)
```

This makes all the functions within the package available for use. It also provides us with some R [data objects](https://github.com/ukgovdatascience/eesectors/tree/master/data), such as aggregated data sets ready for visualisations or analysis within the report.
Expand Down
3 changes: 1 addition & 2 deletions packrat/packrat.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ Hash: c0d56cd15034f395874c870141870c25

Package: Rcpp
Source: CRAN
Version: 0.12.12
Hash: 8b3d5ebb9a9a4ab5c86b3a81b0cfb774
Version: 1.0.0

Package: assertr
Source: CRAN
Expand Down

0 comments on commit 07a05c7

Please sign in to comment.