Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies, Add Binder, Fix GraphQL query #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.vscode/*
.vscode/*
.Rproj.user
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@

A collection of Jupyter notebooks interacting with the DataCite GraphQL API to access the PID Graph.

See also https://github.com/datacite/pidgraph-notebooks-python for Jupyter notebooks in Python.
See also https://github.com/datacite/pidgraph-notebooks-python for Jupyter notebooks in Python.

## Launch on binder

Since the files `runtime.txt`, `apt.txt` and `install.R` exist, this repository can be launched on binder:

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/datacite/pidgraph-notebooks-r/master?filepath=person-publications/r-person-publications.ipynb)
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/datacite/pidgraph-notebooks-r/master?filepath=kpi/r-kpi.ipynb)
4 changes: 3 additions & 1 deletion apt.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
libglpk-dev
libglpk-dev
curl
libcurl4-openssl-dev
1 change: 1 addition & 0 deletions install.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ install.packages("IRdisplay")
install.packages("dplyr")
install.packages("igraph")
install.packages("RColorBrewer")

1,011 changes: 639 additions & 372 deletions person-publications/r-person-publications.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
r-3.6-2019-04-12
r-4.1-2022-02-01