Une note rapide pour créer un blogdown connecté à un repo sur GitHub et le synchroniser avec RStudio
Step 1: Créer le repo sur Github (ou GitLab) Step 2: Créer un repo local sur la machine Step 3: Lier les deux repo: Remote et local cd /Git/[USERNAME].github.io # your path may be different git init # initiates repo in the directory git remote add origin https://github.com/[USERNAME]/[USERNAME].github.io # connects git local repo to remote Github repo git pull origin master Step 4: Créer le Blogdown library(blogdown) new_site(install_hugo = TRUE, theme = "vimux/mainroad") Step 5: Mise à jour du repo Commit and push
Citation, references and bibliography may take some times. Especially if you do not anticipate that.
Here are some tricks or solutions I have found for specific challenges and situations during the conversion of my materials into another type using R.
Referencing in Rmd Quite simple, evenif you do not master BibTeX.
First step You need a BibTeX file, with extension .bib. This is a simple text file containing description of the metadata of the references (title, author, year, etc.
Trying to list the courses I have on the work, it appears that everything turns around R & RStudio. Is it a behavioral bias, a conviction or true ability of the softwares?
Document editing Dynamic document Rmarkdown and Knitr have open the way to write so many types of documents. Report, article, slides presentation, webpage, book.
Writing these documents is now dynamic, in the sense that, only the writing is manual activity.
Ce document présente le package Rexams permettant de créer un qcm et de l’importer simplement dans Moodle (Caseine ).
La version en français
English version
Où est quoi ? Ce premier essai de blogdown m’a paru être un jeu de piste. Pour pouvoir modifier une petite partie, un bout de texte, etc. il faut savoir où cela se cache et comment ça se calibre.
Cette note est écrite pour répondre à ce besoin ressenti.
A gauche: Les éléments de gauche sont modifiés dans : content\authors\admin\_index.md. Le YAML, définit plusieurs sections: auteur, rôle, organisation et les liens des réseaux sociaux qui apparaissent à gauche