Skip to content

Commit 3b6bb7f

Browse files
HUET ThomasHUET Thomas
authored andcommitted
varia
1 parent 9b1e3d9 commit 3b6bb7f

File tree

4 files changed

+34
-1
lines changed

4 files changed

+34
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
credentials/
2-
doc/
2+
doc/
3+
.Rproj.user

dbs/chips/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ CREATE OR REPLACE VIEW public.{dataset_name}
4848
AS
4949
SELECT s.nom_site AS site_name,
5050
c.id_chips,
51+
s.longitude,
52+
s.latitude,
5153
e.nom_ech AS sample_name,
5254
(typo.categorie_en || ' '::text) || typo.sous_categorie_en AS typology,
5355
c.na,

iramat-dev.Rproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Version: 1.0
2+
ProjectId: 2aa968b2-2c12-4513-9e37-032a138e2ce1
3+
4+
RestoreWorkspace: Default
5+
SaveWorkspace: Default
6+
AlwaysSaveHistory: Default
7+
8+
EnableCodeIndexing: Yes
9+
UseSpacesForTab: Yes
10+
NumSpacesForTab: 2
11+
Encoding: UTF-8
12+
13+
RnwWeave: Sweave
14+
LaTeX: pdfLaTeX

talks/my_presentation.Rmd

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "My Reveal.js Presentation"
3+
author: "Your Name"
4+
output:
5+
revealjs::revealjs_presentation:
6+
self_contained: false
7+
reveal_plugins: ["zoom"]
8+
---
9+
10+
<div data-zoom>
11+
## Click me to zoom!
12+
This whole block is zoomable.
13+
</div>
14+
15+
16+

0 commit comments

Comments
 (0)