Skip to content

Commit

Permalink
on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Oct 1, 2018
1 parent b0c025d commit 0629e16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: quantities
Type: Package
Title: Quantity Calculus for R Vectors
Version: 0.0.0.9000
Version: 0.1.1.9000
Authors@R: c(
person("Iñaki", "Ucar", email="[email protected]",
role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")))
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Papers:

## Installation

Install the release version from CRAN:

```r
install.packages("quantities")
```

The installation from GitHub requires the [remotes](https://cran.r-project.org/package=remotes) package.

```r
Expand Down
2 changes: 2 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Initial submission

* Avoid using `installed_packages` as per CRAN request.

This package is aimed at providing integration of the 'units' and 'errors'
packages for a complete quantity calculus system for R vectors, matrices and
arrays, with automatic propagation, conversion, derivation and simplification of
Expand Down

0 comments on commit 0629e16

Please sign in to comment.