Skip to content

Commit

Permalink
Release v1.0.0 Description update
Browse files Browse the repository at this point in the history
  • Loading branch information
msraredon committed Jul 16, 2022
1 parent 6aa2536 commit 020aca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: NICHES
Version: 0.0.2
Date: 2021-09-21
Version: 1.0.0
Date: 2022-07-16
Title: Niche Interactions and Communication Heterogeneity in Extracellular Signaling
Authors@R: c(person("Micha Sam", "Brickman Raredon", email = "[email protected]", role = c("aut", "cre")),person("Junchen", "Yang", email = "[email protected]", role = c("aut")))
Authors@R: c(person("Micha Sam", "Brickman Raredon", email = "[email protected]", role = c("aut", "cre")),person("Junchen", "Yang", email = "[email protected]", role = c("aut","cre")))
Description: Cell-cell Interactions at Single-Cell Resolution
License: GPL-3
Encoding: UTF-8
Expand Down

3 comments on commit 020aca9

@dnjst
Copy link

@dnjst dnjst commented on 020aca9 Jul 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks installation using install_github with the following error:

checking DESCRIPTION meta-information ... ERROR
Authors@R field gives more than one person with maintainer role:
  Micha Sam Brickman Raredon <[email protected]> [aut, cre]
  Junchen Yang <[email protected]> [aut, cre]

@msraredon
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for noting this. I believe I have corrected this issue.

@dnjst
Copy link

@dnjst dnjst commented on 020aca9 Jul 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it worked now!

Please sign in to comment.