Skip to content

Commit a021fca

Browse files
committed
use Rcpp as submodule
1 parent f61b053 commit a021fca

32 files changed

+8
-1918
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "R-parallel"]
22
path = R-parallel
33
url = [email protected]:lgatto/R-parallel.git
4+
[submodule "rccpp"]
5+
path = rccpp
6+
url = [email protected]:lgatto/rccpp.git

04-perf.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ h <- function() {
407407

408408
```{r, eval=FALSE}
409409
library("profvis")
410-
source("./src/lineprof-example.R")
410+
source("lineprof-example.R")
411411
profvis(f())
412412
```
413413

04-perf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ h <- function() {
437437

438438
```r
439439
library("profvis")
440-
source("./src/lineprof-example.R")
440+
source("lineprof-example.R")
441441
profvis(f())
442442
```
443443

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
# Rscript -e "rmarkdown::render('$^', output_format=rmarkdown::html_document())"
77

88
all:
9-
make 01-intro.md 02-funprog.md 03-debug.md 04-perf.md unittesting.md rc.md deferred-eval.md
9+
make 01-intro.md 02-funprog.md 03-debug.md 04-perf.md unittesting.md
1010

1111
.PHONY: all

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ develop and release packages in the future.
4545
- Profiling
4646
- Optimisation
4747
- Memory
48-
- [Rcpp](https://github.com/lgatto/2016-02-25-adv-programming-EMBL/blob/master/rc.md)
48+
- [Rcpp](https://github.com/lgatto/rccpp/blob/master/rc.md)
4949

5050
#### Other topics
5151

deferred-eval.Rmd

-53
This file was deleted.

deferred-eval.md

-54
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)