Skip to content

Commit 6021d14

Browse files
rm the +expenses
1 parent 968fa2f commit 6021d14

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# History files
22
.Rhistory
33
.Rapp.history
4+
*.pdf
45

56
# Session Data files
67
.RData

proposal.Rmd

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "ergo proposal"
2+
title: "ergo: high level interface between R and Go"
33
author: "Romain François"
4-
output: github_document
4+
output: pdf_document
55
---
66

77
```{r setup, include=FALSE}
@@ -103,15 +103,15 @@ The time will be used for implementation, testing, documentation and community e
103103

104104
# Project Milestones
105105

106-
## First iteration. $25k + expenses
106+
## First iteration. $25k
107107

108108
This is the main lump of technical work on this project. This is when `ergo` starts to
109109
materialise as a development time R package.
110110

111111
By design, `ergo` is only needed by package developers. End users of a package that contains
112112
code generated by `ergo` do not need to have `ergo` installed.
113113

114-
## Second iteration. $10k + expenses
114+
## Second iteration. $10k
115115

116116
The second iteration is about reacting to community feedback, apply lessons learned,
117117
and tighten the distribution of packages with code generated by `ergo`.

0 commit comments

Comments
 (0)