Skip to content

Commit

Permalink
Add methodshub things (#87)
Browse files Browse the repository at this point in the history
* MH Example

* Update Adrian's DOI

* Track also the runtime

* Add also the missing dplyr dependency
  • Loading branch information
chainsawriot authored Jun 18, 2024
1 parent 9ca7528 commit 77e3254
Show file tree
Hide file tree
Showing 13 changed files with 1,101 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,12 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^install\.R$
^postBuild$
^_quarto\.yml$
^apt\.txt$
^\.jupyter$
^methodshub
^CITATION\.cff$
^\.quarto$
^runtime\.txt$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ doc
Meta
^cran-comments\.md$
docs

/.quarto/
13 changes: 13 additions & 0 deletions .jupyter/jupyter_notebook_config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Traitlet configuration file for jupyter-notebook.

c.ServerProxy.servers = {
'vscode': {
'command': ['code-server', '--auth', 'none', '--disable-telemetry', '--port={port}', '.'],
'timeout': 300,
'launcher_entry': {
'enabled': True,
'icon_path': '.jupyter/vscode.svg',
'title': 'VS Code',
},
},
}
21 changes: 21 additions & 0 deletions .jupyter/vscode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 77e3254

Please sign in to comment.