-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the R-CMD-check and add Quarto to render
README.md
- Loading branch information
1 parent
85b6e2d
commit 854581b
Showing
40 changed files
with
1,634 additions
and
1,507 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,13 @@ First of all, thanks for considering contributing to `lubritime`! 👍 It's peop | |
|
||
`lubritime` is an open source project, maintained by people who care. We are not directly funded to do so. | ||
|
||
[repo]: https://github.com/giperbio/lubritime | ||
[issues]: https://github.com/giperbio/lubritime/issues | ||
[discussions]: https://github.com/giperbio/lubritime/discussions | ||
[new_issue]: https://github.com/giperbio/lubritime/issues/new | ||
[new_discussion]: https://github.com/giperbio/lubritime/discussions/new | ||
[website]: https://giperbio.github.io/lubritime | ||
[citation]: https://giperbio.github.io/lubritime/authors.html | ||
[repo]: https://github.com/danielvartan/lubritime | ||
[issues]: https://github.com/danielvartan/lubritime/issues | ||
[discussions]: https://github.com/danielvartan/lubritime/discussions | ||
[new_issue]: https://github.com/danielvartan/lubritime/issues/new | ||
[new_discussion]: https://github.com/danielvartan/lubritime/discussions/new | ||
[website]: https://danielvartan.github.io/lubritime | ||
[citation]: https://danielvartan.github.io/lubritime/authors.html | ||
[email]: mailto:[email protected] | ||
|
||
## Code of conduct | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,21 @@ | ||
# Created by https://www.toptal.com/developers/gitignore/api/r | ||
# Edit at https://www.toptal.com/developers/gitignore?templates=r | ||
# See <https://git-scm.com/docs/gitignore> to learn more. | ||
|
||
### R ### | ||
# History files | ||
.Rhistory | ||
*.knit.md | ||
.Rapp.history | ||
|
||
# Session Data files | ||
.RData | ||
|
||
# User-specific files | ||
.Renviron | ||
.Rhistory | ||
.Ruserdata | ||
*.utf8.md | ||
|
||
# Example code in package build process | ||
*-Ex.R | ||
|
||
# Output files from R CMD build | ||
/*.tar.gz | ||
|
||
# Output files from R CMD check | ||
/*.Rcheck/ | ||
|
||
# RStudio files | ||
.Rproj.user/ | ||
|
||
# produced vignettes | ||
vignettes/*.html | ||
vignettes/*.pdf | ||
|
||
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 | ||
.httr-oauth | ||
|
||
# knitr and R markdown default cache directories | ||
*_cache/ | ||
/cache/ | ||
|
||
# Temporary files created by R markdown | ||
*.utf8.md | ||
*.knit.md | ||
|
||
# R Environment Variables | ||
.Renviron | ||
|
||
# pkgdown site | ||
docs/ | ||
|
||
# translation temp files | ||
po/*~ | ||
|
||
### R.Bookdown Stack ### | ||
# R package: bookdown caching files | ||
/*_files/ | ||
|
||
# End of https://www.toptal.com/developers/gitignore/api/r | ||
|
||
# Others | ||
.archive/ | ||
pkgdown/ | ||
revdep/ | ||
vignettes/*.html | ||
vignettes/*.pdf | ||
|
||
/.quarto/ |
Oops, something went wrong.