Skip to content

Commit

Permalink
Use tidy versions (#162)
Browse files Browse the repository at this point in the history
* Describe minimum verision number

* Use tidy versions

* Update news

* Update site
  • Loading branch information
maurolepore authored Jan 31, 2019
1 parent 18de5b4 commit 536b4d8
Show file tree
Hide file tree
Showing 99 changed files with 712 additions and 88 deletions.
36 changes: 18 additions & 18 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -79,26 +79,26 @@ URL: http://forestgeo.github.io/fgeo,
https://github.com/forestgeo/fgeo
BugReports: https://github.com/forestgeo/fgeo/issues
Imports:
cli,
crayon,
dplyr,
fgeo.analyze,
fgeo.plot,
fgeo.tool,
fgeo.x,
glue,
magrittr,
purrr,
rlang,
rstudioapi,
cli (>= 1.0.1),
crayon (>= 1.3.4),
dplyr (>= 0.7.8),
fgeo.analyze (>= 1.1.1),
fgeo.plot (>= 1.1.0),
fgeo.tool (>= 1.2.0),
fgeo.x (>= 1.1.0),
glue (>= 1.3.0),
magrittr (>= 1.5),
purrr (>= 0.3.0),
rlang (>= 0.3.1),
rstudioapi (>= 0.9.0),
utils
Suggests:
covr,
DT,
knitr,
rmarkdown,
spelling,
testthat
covr (>= 3.2.1),
DT (>= 0.5),
knitr (>= 1.21),
rmarkdown (>= 1.11),
spelling (>= 2.0),
testthat (>= 2.0.1)
Additional_repositories: https://forestgeo.github.io/drat/
Encoding: UTF-8
Language: en-US
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# fgeo (development version)

* Work in progress.
* Use tidy versions.

# fgeo 1.1.0 (GitHub release)

Expand Down
9 changes: 6 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,17 @@ __Expected R environment__
Install the latest stable version of all **fgeo** packages with:

```R
these_repos <- c(getOption("repos"), "https://forestgeo.github.io/drat")
install.packages("fgeo", repos = these_repos)
options(
repos = c(getOption("repos"), forestgeo = "https://forestgeo.github.io/drat")
)

install.packages("fgeo")
```

Or install the development version of all **fgeo** packages with:

```R
install.packages("devtools")
# install.packages("devtools")
devtools::install_github("forestgeo/fgeo")
```

Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,18 @@ species-habitats associations.
Install the latest stable version of all **fgeo** packages with:

``` r
these_repos <- c(getOption("repos"), "https://forestgeo.github.io/drat")
install.packages("fgeo", repos = these_repos)
options(
repos = c(getOption("repos"), forestgeo = "https://forestgeo.github.io/drat")
)

install.packages("fgeo")
```

Or install the development version of all **fgeo** packages with:

``` r
source("https://install-github.me/forestgeo/fgeo")
# install.packages("devtools")
devtools::install_github("forestgeo/fgeo")
```

-----
Expand Down Expand Up @@ -233,10 +237,10 @@ censuses
(files <- path_file(names(censuses)))
#> tree5.RData tree6.RData
(folder <- tempdir())
#> [1] "C:\\Users\\LeporeM\\AppData\\Local\\Temp\\1\\RtmpY32z7w"
#> [1] "C:\\Users\\LeporeM\\AppData\\Local\\Temp\\1\\Rtmp4WQTHE"
(paths <- path(folder, files))
#> C:/Users/LeporeM/AppData/Local/Temp/1/RtmpY32z7w/tree5.RData
#> C:/Users/LeporeM/AppData/Local/Temp/1/RtmpY32z7w/tree6.RData
#> C:/Users/LeporeM/AppData/Local/Temp/1/Rtmp4WQTHE/tree5.RData
#> C:/Users/LeporeM/AppData/Local/Temp/1/Rtmp4WQTHE/tree6.RData

walk2(censuses, paths, ~ save(.x, file = .y))

Expand Down
9 changes: 8 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,17 @@ navbar:
href: https://fgeocomm.shinyapps.io/transform-isolating/
- text: "Exploratory data analysis"
href: articles/siteonly/eda.html

- text: "Simplify installation"
href: articles/siteonly/simplify-installation.html




- text: "News"
menu:
- text: "Release notes"
- text: "Release candidate 1.1.1"
- text: "Release candidate 1.2.0"
href: articles/siteonly/fgeo-1-1-1-release-candidate.html
- text: "------------------"
- text: "Change log"
Expand Down
5 changes: 4 additions & 1 deletion docs/CODE_OF_CONDUCT.html

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

5 changes: 4 additions & 1 deletion docs/CONTRIBUTING.html

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

5 changes: 4 additions & 1 deletion docs/ISSUE_TEMPLATE.html

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

5 changes: 4 additions & 1 deletion docs/LICENSE.html

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

5 changes: 4 additions & 1 deletion docs/SUPPORT.html

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

11 changes: 8 additions & 3 deletions docs/articles/index.html

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

19 changes: 11 additions & 8 deletions docs/articles/siteonly/eda.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/siteonly/eda_files/figure-html/unnamed-chunk-40-1.png
Binary file modified docs/articles/siteonly/eda_files/figure-html/unnamed-chunk-43-2.png
Binary file modified docs/articles/siteonly/eda_files/figure-html/unnamed-chunk-46-1.png
Loading

0 comments on commit 536b4d8

Please sign in to comment.