Skip to content

Commit

Permalink
serve locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Brandl committed Dec 16, 2019
1 parent b739c14 commit 9610819
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,18 @@ Instead to use the latest master-branch version (which is subject of constant ch
```
devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/master/R/datatable_commons.R")
```


### How to serve locally?


Launch local file server in directory where files are located
```
python -m http.server &
```

Use the local server to source the files

```
devtools::source_url("http://localhost:8000/core_commons.R")
```

0 comments on commit 9610819

Please sign in to comment.