Skip to content

Commit

Permalink
initiate renv
Browse files Browse the repository at this point in the history
  • Loading branch information
bbartholdy committed Feb 17, 2022
1 parent 9d49f2f commit 2509e1e
Show file tree
Hide file tree
Showing 10 changed files with 1,534 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
^renv$
^renv\.lock$
^.*\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^\.github$
^CHANGELOG\.md$
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
.RData
.Ruserdata
*_files
_book
_book/
7 changes: 5 additions & 2 deletions 01-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
<!-- chapter status badge -->
![](https://img.shields.io/badge/status-writing-blue)

<!-- dental calculus in context -->
An introduction to the dissertation where I put the study of dental calculus
in context, as well as provide the outline and structure of the dissertation.

<!-- dental calculus in context
## Archaeological applications
<!-- various archaeological applications of dental calculus -->
<!-- various archaeological applications of dental calculus
## Thesis outline and structure
Expand Down
5 changes: 4 additions & 1 deletion 02-background.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
<!-- chapter status badge -->
![](https://img.shields.io/badge/status-writing-blue)

An introduction to biofilms.

<!-- dental calculus background? -->

<!--
## Oral biofilms
<!-- brief intro to oral biofilms -->
<!-- brief intro to oral biofilms
## Oral biofilm models
Expand Down
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Authors@R:
Description: What the package does (one paragraph).
Imports:
bookdown
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
License: CC BY 4.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Loading

0 comments on commit 2509e1e

Please sign in to comment.