Skip to content

Commit

Permalink
docs: CRAN realese 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AparicioJohan committed Feb 16, 2023
1 parent c6300fd commit c8c17c7
Show file tree
Hide file tree
Showing 35 changed files with 546 additions and 220 deletions.
5 changes: 5 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@
^cran-comments\.md$
^CODE_OF_CONDUCT\.md$
^CRAN-SUBMISSION$
^NEWS\.Rmd$
^NEWS\.md$
^index\.md$
^index\.Rmd$
^cran-comments\.md$
3 changes: 1 addition & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# agriutilities (development version)
# agriutilities 1.0.0.9000

# agriutilities 1.0.0

* CRAN release.
12 changes: 10 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,22 @@ anyone who wants to save time and focus on interpreting their results.

## Installation

### From CRAN

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

### From GitHub

You can install the development version of agriutilities from
[GitHub](https://github.com/AparicioJohan/agriutilities) with:

``` r
# install.packages("devtools")
devtools::install_github("AparicioJohan/agriutilities")
remotes::install_github("AparicioJohan/agriutilities")
```


## Automatic Data Analysis Pipeline

This is a basic example which shows you how to use some of the functions of the
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,19 @@ wants to save time and focus on interpreting their results.

## Installation

### From CRAN

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

### From GitHub

You can install the development version of agriutilities from
[GitHub](https://github.com/AparicioJohan/agriutilities) with:

``` r
# install.packages("devtools")
devtools::install_github("AparicioJohan/agriutilities")
remotes::install_github("AparicioJohan/agriutilities")
```

## Automatic Data Analysis Pipeline
Expand Down Expand Up @@ -80,8 +87,8 @@ multi-environmental trial models.

``` r
met_results <- met_analysis(obj, progress = FALSE)
Online License checked out Mon Feb 13 09:09:21 2023
Online License checked out Mon Feb 13 09:09:22 2023
Online License checked out Thu Feb 16 11:50:00 2023
Online License checked out Thu Feb 16 11:50:01 2023
```

### Inspect the Outputs
Expand Down
5 changes: 4 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ navbar:
- icon: fa-code
text: Reference
href: reference/index.html
- icon: fa-newspaper
- icon: fa-book
text: Articles
menu:
- text: How to Start
href: articles/how-to-start.html
- icon: fa-newspaper
text: News
href: news/index.html
right:
- icon: fa-github
text: Github
Expand Down
11 changes: 9 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 14 additions & 6 deletions docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 19 additions & 7 deletions docs/articles/how-to-start.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c8c17c7

Please sign in to comment.