Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ authors:
email: shaurita.d.hutchins@gmail.com
version: 0.2.0
date-released: 2026-06-10
doi: 10.5281/zenodo.20636463
url: https://github.com/vallenderlab/JournalAnalysis
repository-code: https://github.com/vallenderlab/JournalAnalysis
license: MIT
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Package: JournalAnalysis
Title: Explore and Identify Journals to Publish in.
Title: Explore and Identify Journals to Publish in
Version: 0.2.0
Authors@R: c(
person("Robert", "Gilmore", email = "robgilmore127@gmail.com", role = c("aut", "cre")),
person("Shaurita", "Hutchins", email = "shaurita.d.hutchins@gmail.com", role = "aut"))
Description: A package for exploring and identifying the best journals in which to publish a paper.
Depends:
R (>= 3.5)
R (>= 4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/vallenderlab/JournalAnalysis
https://sdhutchins.r-universe.dev/JournalAnalysis
URL: https://github.com/vallenderlab/JournalAnalysis,
https://sdhutchins.r-universe.dev/JournalAnalysis
BugReports: https://github.com/vallenderlab/JournalAnalysis/issues
Imports:
dplyr,
Expand Down
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# JournalAnalysis

[![R-CMD-check](https://github.com/vallenderlab/JournalAnalysis/actions/workflows/r-cmd-check.yaml/badge.svg)](https://github.com/vallenderlab/JournalAnalysis/actions/workflows/r-cmd-check.yaml)
[![pkgdown](https://img.shields.io/badge/docs-pkgdown-1f425f.svg)](https://vallenderlab.github.io/journalanalysis/)
[![r-universe](https://sdhutchins.r-universe.dev/badges/JournalAnalysis)](https://sdhutchins.r-universe.dev/JournalAnalysis)
[![DOI](https://zenodo.org/badge/133714131.svg)](https://doi.org/10.5281/zenodo.20636463)
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)

A repository for exploring and identifying the best journals in which to publish a paper.

## Installation
Expand All @@ -11,6 +17,17 @@ library(devtools)
install_github("vallenderlab/JournalAnalysis")
```

It can also be installed from r-universe.
```r
install.packages(
"JournalAnalysis",
repos = c(
"https://sdhutchins.r-universe.dev",
"https://cloud.r-project.org"
)
)
```

## Usage

* Choose an Impact Factor dataset (`scimago` or `incities`).
Expand Down Expand Up @@ -110,4 +127,4 @@ There were 30 warnings (use warnings() to see them)

* [Scimago Journal and Country Rank](https://www.scimagojr.com/aboutus.php)
* [InCities Journal Citation Reports]( http://jcr.incites.thomsonreuters.com/JCRJournalHomeAction.action?wsid=5Aa4jbtfC2lQdEGIwCT&Init=Yes&SrcApp=IC2LS&SID=H6-gdiAea4KogIEbyxx7iUr4obA2S2omDx2BTz-18x2dDOuJZ4XsZ6keA24DqhpckAx3Dx3Dw1c6x2Bx2BP7NHfVnpg6nSkZqAx3Dx3D-9vvmzcndpRgQCGPd1c2qPQx3Dx3D-wx2BJQh9GKVmtdJw3700KssQx3Dx3D)
* [Europe PMC](https://europepmc.org/Help#whatserachingEPMC)
* [Europe PMC](https://europepmc.org/Help#whatserachingEPMC)
Loading