An examination of early language development across languages, using parent reports through the MacArthur-Bates Communicative Development Inventory and its adaptations.
Visible at: https://langcog.github.io/wordbank-book/index.html
-
Install R, RStudio, and a LaTeX distribution (e.g. MacTeX).
-
Clone this repository.
-
Open the project
wordbank-book.proj
in RStudio. -
Install all R packages listed under
Imports
in theDESCRIPTION
file usinginstall.packages()
. -
Install all R packages listed under
Remotes
in theDESCRIPTION
file usingdevtools::install_packages()
. -
Add the fonts in the
fonts/
directory to your system (e.g. copy them to Font Book on OSX). -
Run
extrafont::font_import("fonts")
and thenextrafont::loadfonts()
. -
Under the RStudio
Build
menu click onBuild Book
(selectbookdown::gitbook
to build only the html version orbookdown::pdf_book
to build only the pdf version).