Skip to content

Commit 1ff003f

Browse files
authored
Merge pull request #241 from ESHackathon/main
update with current main
2 parents bc5d9fa + 37e5435 commit 1ff003f

5 files changed

Lines changed: 327 additions & 12 deletions

File tree

.github/workflows/document-and-deploy.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
R -e "
5454
remotes::install_github('ESHackathon/CiteSource', force = TRUE);
5555
rsconnect::setAccountInfo(name=${{secrets.SHINY_LUKAS_ACCOUNT}}, token=${{secrets.SHINY_LUKAS_TOKEN}}, secret=${{secrets.SHINY_LUKAS_SECRET}});
56-
rsconnect::deployApp(appName = 'CiteSource_latest', appDir = './inst/shiny-app/CiteSource', forceUpdate = TRUE)"
56+
rsconnect::deployApp(
57+
appName = 'CiteSource_latest',
58+
appDir = './inst/shiny-app/CiteSource',
59+
forceUpdate = TRUE)"
5760
5861
- name: Deploy stable version from main
5962
if: github.ref == 'refs/heads/main'
@@ -63,7 +66,10 @@ jobs:
6366
R -e "
6467
remotes::install_github('ESHackathon/CiteSource', force = TRUE);
6568
rsconnect::setAccountInfo(name=${{secrets.SHINY_LUKAS_ACCOUNT}}, token=${{secrets.SHINY_LUKAS_TOKEN}}, secret=${{secrets.SHINY_LUKAS_SECRET}});
66-
rsconnect::deployApp(appName = 'CiteSource', appDir = './inst/shiny-app/CiteSource', forceUpdate = TRUE)"
69+
rsconnect::deployApp(
70+
appName = 'CiteSource',
71+
appDir = './inst/shiny-app/CiteSource',
72+
forceUpdate = TRUE)"
6773
6874
- name: Create pkgdown
6975
env:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
99
<!-- badges: end -->
1010

11-
## About the Pacakge
11+
## About the Package
1212

1313
CiteSource was developed to provide researchers the ability to examine the utility and efficacy of literature resources and search methodologies. The idea behind CiteSource is simply allowing users to deduplicate citation records, while maintaining customizable metadata about the citation.
1414

@@ -48,7 +48,7 @@ Install CiteSource in R with remotes::install_github("ESHackathon/CiteSource")
4848

4949
**Vignettes**
5050

51-
Vignettes covering various use cases can be found on the [CiteSource web page](https://www.eshackathon.org/CiteSource/).
51+
Vignettes covering various use cases can be found on the [CiteSource web page](https://www.eshackathon.org/CiteSource/articles).
5252

5353
## Feedback
5454

0 commit comments

Comments
 (0)