Skip to content

Commit fce6cff

Browse files
authored
missing full stops (#15)
1 parent eafe3d2 commit fce6cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReproducibleResearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ common R files, and commits all project files.
286286
suitable for doing reproducible research with R.
287287
- `r pkg("starter")`: Get started with new projects by dropping a skeleton of a
288288
new project into a new or existing directory, initialise git repositories, and
289-
create reproducible environments with the 'renv' package
289+
create reproducible environments with the 'renv' package.
290290
- `r github("lockedata/starters")` (GitHub only):
291291
Setting up R project directories for teaching, presenting, analysis,
292292
package development can be a pain. starters shortcuts this by
@@ -382,7 +382,7 @@ Bioconductor package `r bioc("weaver")` can be used with
382382

383383
Non-literate programming packages to facilitate caching/archiving are
384384
`r pkg("archivist")`, `r pkg("R.cache")`,
385-
`r pkg("reproducible")`, and `r pkg("storr")`
385+
`r pkg("reproducible")`, and `r pkg("storr")`.
386386

387387
### Links
388388

0 commit comments

Comments
 (0)