Skip to content

Commit

Permalink
Merge pull request #17 from shahronak47/12-add-readme
Browse files Browse the repository at this point in the history
add a badge
  • Loading branch information
shahronak47 authored Aug 15, 2024
2 parents fca5060 + f70a6ef commit f04cbba
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 f04cbba

Please sign in to comment.