Crandore Hub

lehuynh

Le-Huynh Truc-Ly's R Code and Templates

Miscellaneous R functions (for graphics, data import, data transformation, and general utilities) and templates (for exploratory analysis, Bayesian modeling, and crafting scientific manuscripts).

README

# lastname_project_journal_year

This repo includes all data, code, results of data analysis, and documents related to my_project.

### Overview

	project
	|- README.md       # the top level description of content (this doc)
	|
	|- submission/
	| |- manuscript.Rmd    # executable Rmarkdown for this study
	| |- manuscript.md     # Markdown (GitHub) version of the *.Rmd file
	| |- manuscript.tex    # TeX version of *.Rmd file (for journal submission)
	| |- manuscript.pdf    # PDF version of *.Rmd file
	| |- manuscript.doc    # doc version of *.Rmd file (for discussion with Sensei)
	| |- header.tex     # LaTeX header file to format pdf version of manuscript
	| |- references.bib # BibTeX formatted references
	| |- XXXX.csl       # csl file to format references for journal XXX
	|
	|- data           # raw and primary data, are not changed once created
	| |- raw/         # raw data, will not be altered
	| +- process/     # cleaned data, will not be altered once created
	|
	|- code/          # any programmatic code
	|
	|- results        # all output from workflows and analyses
	| |- tables/      # text version of tables to be rendered with kable in R
	| |- figures/     # graphs, likely designated for manuscript figures
	| +- pictures/    # diagrams, images, and other non-graph graphics
	|
	|- exploratory/   # exploratory data analysis for study
	| |- notebook/    # preliminary data analyses
	| |- text/        # all information related to journal, meeting, outline, etc.
	| +- scratch/     # temporary files that can be safely deleted or lost
	|
	+- Makefile       # executable Makefile for this study


Versions across snapshots

VersionRepositoryFileSize
0.1.1 rolling linux/jammy R-4.5 lehuynh_0.1.1.tar.gz 182.9 KiB
0.1.1 rolling linux/noble R-4.5 lehuynh_0.1.1.tar.gz 182.8 KiB
0.1.1 rolling source/ R- lehuynh_0.1.1.tar.gz 161.9 KiB
0.1.1 latest linux/jammy R-4.5 lehuynh_0.1.1.tar.gz 182.9 KiB
0.1.1 latest linux/noble R-4.5 lehuynh_0.1.1.tar.gz 182.8 KiB
0.1.1 latest source/ R- lehuynh_0.1.1.tar.gz 161.9 KiB
0.1.1 2026-04-26 source/ R- lehuynh_0.1.1.tar.gz 161.9 KiB
0.1.1 2026-04-23 source/ R- lehuynh_0.1.1.tar.gz 161.9 KiB
0.1.1 2026-04-09 windows/windows R-4.5 lehuynh_0.1.1.zip 201.2 KiB
0.1.1 2025-04-20 source/ R- lehuynh_0.1.1.tar.gz 161.9 KiB

Dependencies (latest)

Imports

Suggests