We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8a4a1 commit 2a58e2aCopy full SHA for 2a58e2a
README.md
@@ -100,7 +100,7 @@ protected:
100
}
101
102
void complete() {
103
- Rprintf("Result is %d", result);
+ Rprintf("Result is %f\n", result);
104
105
106
private:
vignettes/later-cpp.Rmd
@@ -91,7 +91,7 @@ protected:
91
92
93
94
95
96
97
0 commit comments