Skip to content

Commit 6c8c687

Browse files
authored
Revert "Quarto mod0 mod1 (#71)" (#85)
This reverts commit dd3c414.
1 parent dd3c414 commit 6c8c687

122 files changed

Lines changed: 27588 additions & 6788 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.RData

3.18 KB
Binary file not shown.

.Rapp.history

Whitespace-only changes.

.Rhistory

Lines changed: 512 additions & 0 deletions
Large diffs are not rendered by default.

.gitignore

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
.vscode
2+
dist/
3+
4+
# Logs
5+
logs
6+
*.log
7+
npm-debug.log*
8+
yarn-debug.log*
9+
yarn-error.log*
10+
11+
# Runtime data
12+
pids
13+
*.pid
14+
*.seed
15+
*.pid.lock
16+
17+
# Directory for instrumented libs generated by jscoverage/JSCover
18+
lib-cov
19+
20+
# Coverage directory used by tools like istanbul
21+
coverage
22+
23+
# nyc test coverage
24+
.nyc_output
25+
26+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
27+
.grunt
28+
29+
# Bower dependency directory (https://bower.io/)
30+
bower_components
31+
32+
# node-waf configuration
33+
.lock-wscript
34+
35+
# Compiled binary addons (http://nodejs.org/api/addons.html)
36+
build/Release
37+
38+
# Dependency directories
39+
node_modules/
40+
jspm_packages/
41+
42+
# Typescript v1 declaration files
43+
typings/
44+
45+
# Optional npm cache directory
46+
.npm
47+
48+
# Optional eslint cache
49+
.eslintcache
50+
51+
# Optional REPL history
52+
.node_repl_history
53+
54+
# Output of 'npm pack'
55+
*.tgz
56+
57+
# dotenv environment variables file
58+
.env
59+
60+
# gatsby files
61+
.cache/
62+
public
63+
64+
# Mac files
65+
.DS_Store
66+
67+
# Yarn
68+
yarn-error.log
69+
.pnp/
70+
.pnp.js
71+
# Yarn Integrity file
72+
.yarn-integrity
73+
.Rproj.user
74+
75+
.Rhistory
76+

.prettierrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"semi": false,
3+
"singleQuote": true,
4+
"trailingComma": "es5",
5+
"tabWidth": 4,
6+
"printWidth": 100,
7+
"overrides": [
8+
{
9+
"files": "*.sass",
10+
"options": {
11+
"printWidth": 999
12+
}
13+
},
14+
{
15+
"files": "*.md",
16+
"options": {
17+
"tabWidth": 2,
18+
"printWidth": 80,
19+
"proseWrap": "always",
20+
"htmlWhitespaceSensitivity": "strict"
21+
}
22+
}
23+
]
24+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX

_extensions/r-wasm/live/_extension.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

_extensions/r-wasm/live/_gradethis.qmd

Lines changed: 0 additions & 40 deletions
This file was deleted.

_extensions/r-wasm/live/_knitr.qmd

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)