Skip to content

Commit

Permalink
rm release to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Jul 1, 2023
1 parent 6a67f14 commit 5e0bc06
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
32 changes: 32 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,38 @@
* Wrapped `outsider` package as it has been archived.
* Updated and fixed the dependency to `restez`.

There are a lot of CRAN submission problems pointed by Victoria Wimmer and I have no patience to handle them, I am not able to release it to CRAN.

```
Please add \value to .Rd files regarding exported methods and explain
the functions results in the documentation. Please write about the
structure of the output (class) and also what the output means. (If a
function does not return a value, please document that too, e.g.
\value{No return value, called for side effects} or similar)
Missing Rd-tags in up to 93 .Rd files, e.g.:
addClade.Rd: \value
addNdmtrx.Rd: \value
addTip.Rd: \value
blncdTree.Rd: \value
calcDstBLD.Rd: \value
calcDstMtrx.Rd: \value
...
You write information messages to the console that cannot be easily
suppressed. It is more R like to generate objects that can be used to
extract the information a user is interested in, and then print() that
object.
Instead of print()/cat() rather use message()/warning() or
if(verbose)cat(..) (or maybe stop()) if you really have to write text to
the console.
(except for print, summary, interactive functions)
Please do not modify the global environment (e.g. by using <<-) in your
functions. This is not allowed by the CRAN policies.
Please fix and resubmit.
```

# phylotaR 1.2.0

## `outsider` integration
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,8 @@ R implementation of the PhyLoTa sequence cluster pipeline. For more information

## Install

From CRAN:

```r
install.packages('phylotaR')
```

Or, download the development package from GitHub:

```r
install.packages("remotes")
remotes::install_github('ropensci/phylotaR')
```

Expand Down

0 comments on commit 5e0bc06

Please sign in to comment.