Skip to content

Commit

Permalink
Merge pull request #1 from djbrooke/7540-update-to-v2
Browse files Browse the repository at this point in the history
updating to add v2 in more spots
  • Loading branch information
kaitlinnewson authored Jan 27, 2021
2 parents 2e94720 + 4c94b4e commit 363ebdc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/api/apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Data Explorer

Data Explorer is a GUI which lists the variables in a tabular data file allowing searching, charting and cross tabulation analysis.

https://github.com/scholarsportal/Dataverse-Data-Explorer
https://github.com/scholarsportal/Dataverse-Data-Explorer-v2

Data Curation Tool
~~~~~~~~~~~~~~~~~~
Expand Down
5 changes: 1 addition & 4 deletions doc/sphinx-guides/source/installation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,7 @@ R
Dataverse uses `R <https://https://cran.r-project.org/>`_ to handle
tabular data files. The instructions below describe a **minimal** R
installation. It will allow you to ingest R (.RData) files as tabular
data; to export tabular data as .RData files; and to run `Data
Explorer <https://github.com/scholarsportal/Dataverse-Data-Explorer>`_
(specifically, R is used to generate .prep metadata files that Data
Explorer uses). R can be considered an optional component, meaning
data and to export tabular data as .RData files. R can be considered an optional component, meaning
that if you don't have R installed, you will still be able to run and
use Dataverse - but the functionality specific to tabular data
mentioned above will not be available to your users. **Note** that if
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ correct versions of the required third party R packages.
setup described in the "Prerequisites" portion of the Installation
Guide. Meaning that once completed, it installs everything needed to
run TwoRavens, PLUS all the libraries and components required to
ingest RData files, export as RData, and use Data Explorer.**
ingest RData files and export as RData.**



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ public void createToolDataExplorer() {
job.add("types", Json.createArrayBuilder().add("explore"));
job.add("scope", "file");
job.add("contentType", "text/tab-separated-values");
job.add("toolUrl", "https://scholarsportal.github.io/Dataverse-Data-Explorer/");
job.add("toolUrl", "https://scholarsportal.github.io/Dataverse-Data-Explorer-v2/");
job.add("toolParameters", Json.createObjectBuilder()
.add("queryParameters", Json.createArrayBuilder()
.add(Json.createObjectBuilder()
Expand Down

0 comments on commit 363ebdc

Please sign in to comment.