Skip to content

Commit

Permalink
bumped version and refreshed pkgdown website
Browse files Browse the repository at this point in the history
  • Loading branch information
espinielli committed Jan 18, 2024
1 parent 69f996c commit 43b9e2d
Show file tree
Hide file tree
Showing 102 changed files with 12,770 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: airac
Title: Helper functions to get ICAO AIRAC ID and intervals as used in
Aeronautical Information Services and Publications
Version: 0.1.9000
Version: 0.1.1
Authors@R: c(
person("Enrico", "Spinielli", , "enrico.spinielli@eurocontrol.int", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8584-9131")),
Expand Down
20 changes: 20 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,23 @@ library(airac)
cfmu_airac("2023-02-01")
```


# Development

In order to build the relevant `pkgdown` web pages, execute the following code:

```{r, eval=FALSE}
# How to build the pakgdown from behind proxied Internet
library(withr)
library(pkgdown)
with_options(list(pkgdown.internet = FALSE),
build_site())
```

Note that the pkgdown website is generated in `docs/` which is ignored by git.
So if you want to publish a new version of the package website, you need
to force add `docs/`.
it will then be served by GitHub Pages as per repo configuration.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,23 @@ library(airac)
cfmu_airac("2023-02-01")
#> [1] 500
```

# Development

In order to build the relevant `pkgdown` web pages, execute the
following code:

``` r

# How to build the pakgdown from behind proxied Internet
library(withr)
library(pkgdown)

with_options(list(pkgdown.internet = FALSE),
build_site())
```

Note that the pkgdown website is generated in `docs/` which is ignored
by git. So if you want to publish a new version of the package website,
you need to force add `docs/`. it will then be served by GitHub Pages as
per repo configuration.
87 changes: 87 additions & 0 deletions docs/404.html

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

66 changes: 66 additions & 0 deletions docs/LICENSE-text.html

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

70 changes: 70 additions & 0 deletions docs/LICENSE.html

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

0 comments on commit 43b9e2d

Please sign in to comment.