Skip to content

Commit 7a9abe0

Browse files
committed
Version v0.2 after initial commit
1 parent 3098204 commit 7a9abe0

38 files changed

+216
-3737
lines changed

01-intro.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
This is a book created from markdown and executable code.
3+
This is a article template created from markdown and executable code.
44

55
See @knuth84 for additional discussion of literate programming.
66

02-background.qmd

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Background
2+
3+
In summary, this article has no content whatsoever.
4+
5+
```{r}
6+
1 + 1
7+
```

02-smart-choices.qmd

-7
This file was deleted.

03-methods.qmd

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "Methods"
3+
---

03-model.qmd

-3
This file was deleted.

04-results.qmd

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "Results"
3+
---

04-tutorial.qmd

-3
This file was deleted.

README.html

-298
This file was deleted.

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# Working in progress
1+
# Quarto book template for scientific article
22

3-
Article repository "Smart Choices for Measurement Models: Dynamic Tutorial for your Confirmatory Factor Analysis in R Environment".
3+
This repository is a template for you who want to develop an article in [Quarto book](https://quarto.org/docs/books/) structure.
44

5-
# License
5+
Clone this repository to your local PC and change the structure of the \_quarto.yml file as you wish. Maybe ligth and dark [themes](https://quarto.org/docs/output-formats/html-themes.html).
66

7-
<p xmlns:cc="http://creativecommons.org/ns#">
7+
See the template deployment at: <https://phdpablo.github.io/article-template/>
88

9-
This work is licensed under <a href="http://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">Attribution-NonCommercial 4.0 International<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"/><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"/><img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"/></a>
9+
The R environment is already configured by the [renv package](https://rstudio.github.io/renv/articles/renv.html). So, make sure you have renv installed and run renv::restore() to recover the versions used in this project.
1010

11-
</p>
11+
Consider changing your article cover (img/cover.png).
12+
13+
Consider changing the [PDF format](https://quarto.org/docs/output-formats/pdf-basics.html) of your article.

0 commit comments

Comments
 (0)