Skip to content

Commit 0537ccc

Browse files
committed
version 2023
1 parent dfc5c3b commit 0537ccc

File tree

303 files changed

+85013
-37277
lines changed

Some content is hidden

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

303 files changed

+85013
-37277
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
^LICENSE\.md$

.gitattributes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
*.Rmd linguist-language=R
22
*.R linguist-language=R
3-
*.html linguist-documentation
3+
*.qmd linguist-language=R
4+
*.html linguist-documentation
5+
*.css linguist-documentation
6+
*.js linguist-documentation

.gitignore

Lines changed: 5 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,9 @@
1-
# General stuff
2-
_publish.R
3-
_book
4-
_bookdown_files
5-
rsconnect
6-
7-
# History files
1+
.Rproj.user
82
.Rhistory
9-
.Rapp.history
10-
11-
# Session Data files
12-
.RData
13-
14-
# Example code in package build process
15-
*-Ex.R
16-
17-
# Output files from R CMD build
18-
/*.tar.gz
19-
20-
# Output files from R CMD check
21-
/*.Rcheck/
22-
23-
# RStudio files
24-
.Rproj.user/
25-
*.Rproj
26-
27-
# produced vignettes
28-
vignettes/*.html
29-
vignettes/*.pdf
30-
31-
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
3+
.Rdata
324
.httr-oauth
33-
34-
# knitr and R markdown default cache directories
35-
/*_cache/
36-
/cache/
37-
38-
# Temporary files created by R markdown
39-
*.utf8.md
40-
*.knit.md
41-
.Rproj.user
5+
.DS_Store
6+
.quarto
427

438
/.quarto/
9+
/_site/

Intro2R.Rproj

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

0 commit comments

Comments
 (0)