Skip to content

Commit

Permalink
add a badge
Browse files Browse the repository at this point in the history
  • Loading branch information
shahronak47 committed Aug 15, 2024
1 parent fca5060 commit f70a6ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# packagerevieweR
# Package Reviewer

[![Package Reviewer](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/dfisns&style=flat&logo=cypress)](https://cloud.cypress.io/projects/dfisns/runs)

This is an R shiny app for reviewing R packages. The app is very simple to use. Viewing the reviews does not require any login however, if you want to post a review you need to sign up with your email address.

Expand Down
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const { defineConfig } = require("cypress");

module.exports = defineConfig({
projectId: "dfisns",
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
Expand Down

0 comments on commit f70a6ef

Please sign in to comment.